]> granicus.if.org Git - libvpx/commit
Bypass skip check in tune for sharpness mode
authorJingning Han <jingning@google.com>
Wed, 3 Apr 2019 23:46:07 +0000 (16:46 -0700)
committerJingning Han <jingning@google.com>
Thu, 4 Apr 2019 04:08:27 +0000 (21:08 -0700)
commit9dcc57e4a53383e5c2caf46527f0af0607363e1a
tree35549b24011596a4784e0728db29aaf0a040ac98
parentdd2942e80fa0a1703d1306a5c81e619253885199
Bypass skip check in tune for sharpness mode

The sharpness mode is enabled for hvc visual quality. Bypass the
skip block check that could potentially force all zero block in
sharpness mode. This resolves the patchy blockiness issue raised
in the 4K SDR HVC encode.

Change-Id: I0538a1b774b80c6b0899c921e80edecd4a440d5c
vp9/encoder/vp9_rdopt.c