diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2014-02-16 16:36:51 -0500 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-02-17 13:39:00 +0100 |
commit | 21a0451167bb40035688859302a10d337e2bae1b (patch) | |
tree | 6495ca8e3f4ce23449ccfeb36d554c25920f0602 /libavcodec/vp9data.h | |
parent | fdb093c4e43c2145f344c41bbe9a3d1e613c5709 (diff) | |
download | ffmpeg-21a0451167bb40035688859302a10d337e2bae1b.tar.gz |
vp9: split decode_coeff_b loop inside txsz branch.
The advantage of this is that the is32x32 division branch in
decode_coeffs_b is removed from the inner loop to outside the block
coef decoding loop in decode_coeffs. Also, it allows us to merge the
txsz branches from the block coef decoding loop, the context merge
and the context split.
Diffstat (limited to 'libavcodec/vp9data.h')
0 files changed, 0 insertions, 0 deletions