summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodframe.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-09-23 17:06:27 -0700
committerYaowu Xu <yaowu@google.com>2013-10-28 16:31:21 -0700
commit4beb889f99a4fb58bd4ca340cfddf9819a7fe5b8 (patch)
tree2e6e59fc97c1522b0c763b6eb27a31e07fb00657 /vp9/decoder/vp9_decodframe.c
parenta7b7f94ae8c4208d447413f466f5ff8b177695bf (diff)
downloadlibvpx-4beb889f99a4fb58bd4ca340cfddf9819a7fe5b8.tar.gz
Remove redundant mode update in sub8x8 decoding
The probability model used to code prediction mode is conditioned on the immediate above and left 8x8 blocks' prediction modes. When the above/left block is coded in sub8x8 mode, we use the prediction mode of the bottom-right sub8x8 block as the reference to generate the context. This commit moves the update of mbmi.mode out of the sub8x8 decoding loop, hence removing redundant update steps and keeping the bottom- right block's mode for the decoding process of next blocks. Change-Id: I1e8d749684d201c1a1151697621efa5d569218b6
Diffstat (limited to 'vp9/decoder/vp9_decodframe.c')
0 files changed, 0 insertions, 0 deletions