]> granicus.if.org Git - libvpx/commit
vp10: only assume ONLY_4X4 if segmentation is disabled.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 4 Jan 2016 20:13:29 +0000 (15:13 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 4 Jan 2016 20:21:02 +0000 (15:21 -0500)
commit53a11656cd4f38c8d005f18ff7e00ca64c4d004b
tree4a13fdab646e1f8b1d65cb3e3b3935f84f46743d
parentd9439fdc3685bcd40b21ffe85302a06481697f43
vp10: only assume ONLY_4X4 if segmentation is disabled.

Otherwise, per-segment lossless might mean that some segments are not
lossless and they could still want to use another mode. The per-block
tx points remain uncoded on blocks where (per the segment id) the Q
value implies lossless.

Change-Id: If210206ab1fe3dd11976797370c77f961f13dfa0
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c