summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-08 09:15:39 -0700
committerJingning Han <jingning@google.com>2015-07-08 22:55:16 +0000
commit8783a8a97c6caa6ca5be81aab66fe83726b13077 (patch)
tree55bfe0f2ebc068c625d5d0462e47fe4121f49e07 /vp9/decoder/vp9_decodemv.h
parent8bf791e7ef59ed55252b9dc9e6b44f672147404d (diff)
downloadlibvpx-8783a8a97c6caa6ca5be81aab66fe83726b13077.tar
libvpx-8783a8a97c6caa6ca5be81aab66fe83726b13077.tar.gz
libvpx-8783a8a97c6caa6ca5be81aab66fe83726b13077.tar.bz2
libvpx-8783a8a97c6caa6ca5be81aab66fe83726b13077.zip
Refactor transform block loop for inter mode decoding
Rework the inter mode transform block decoding loop. Replace the block index with the row and col index as the input argument. It saves function call to compute the row and col index according to the block index and overall block size, and many if statements associated with the transform block position relative to the coding block. For the test bit-stream pedestrian_area 1080p at 5 Mbps, the decoding speed goes up from 81.13 fps to 81.92 fps. Note that the intra coded block decoding needs more refactoring work than the inter ones. So keep it using foreach_transforme_block as for now. Change-Id: I5622bdae7be28ed5af96693274057f55ba9b4fb4
Diffstat (limited to 'vp9/decoder/vp9_decodemv.h')
0 files changed, 0 insertions, 0 deletions