]> granicus.if.org Git - libvpx/commit
detokenize: use consistent structure for all block sizes
authorJohn Koleszar <jkoleszar@google.com>
Fri, 5 Apr 2013 22:54:59 +0000 (15:54 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 8 Apr 2013 20:11:40 +0000 (13:11 -0700)
commite6deea4e60029f3c656372b4ac39c08e8dfee098
treea948824f09811e45f9544a048ba065c89123f8ca
parent05a79f2fbf0ea412142b96ae53796fd171663c2e
detokenize: use consistent structure for all block sizes

Restructure the code to avoid the majority of per-block-size
switches, code duplication, etc. All block types (mb/sb32/sb64)
can be handled by the same code.

Change-Id: I4022718d66e31a15a7074e43f3b98cd0a5124ea7
vp9/common/vp9_blockd.h
vp9/common/vp9_mbpitch.c
vp9/decoder/vp9_detokenize.c