Migrating SPLITMV_4X4 decoding into decode_atom
authorJingning Han <jingning@google.com>
Tue, 30 Apr 2013 17:16:09 +0000 (10:16 -0700)
committerJingning Han <jingning@google.com>
Tue, 30 Apr 2013 17:42:03 +0000 (10:42 -0700)
commitce3a8a6e379cae2ffc3551174e8b0f88d382ac18
tree983530b5cf30440ecb3818cc75b3f39756c2ae19
parente8315aeea07e0389ce412b2bf4ebe0c88be1c7c6
Migrating SPLITMV_4X4 decoding into decode_atom

Separate the decoding process of 4x4 block based coding (both intra
and inter) from decode_mb and move it into decode_atom_. This allows
to further move the rest per 16x16 block decoding of decode_mb into
decode_sb, and hence eventually deprecating decode_mb when SB8X8 is
enabled.

Change-Id: I678cb8007d8a57b792d7a23020edb0c74fbf4237
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_encodeframe.c