#include <vp8.h>
Definition at line 101 of file vp8.h.
Referenced by decode_mb_coeffs(), idct_mb(), and intra_predict().
Definition at line 102 of file vp8.h.
Referenced by decode_mb_coeffs().
This is the index plus one of the last non-zero coeff for each of the blocks in the current macroblock.
So, 0 -> no coeffs 1 -> dc-only (special transform) 2+-> full transform
Definition at line 110 of file vp8.h.
Referenced by decode_mb_coeffs(), idct_mb(), and intra_predict().
For coeff decode, we need to know whether the above block had non-zero coefficients.
This means for each macroblock, we need data for 4 luma blocks, 2 u blocks, 2 v blocks, and the luma dc block, for a total of 9 per macroblock. We keep the last row in top_nnz.
Definition at line 117 of file vp8.h.
Referenced by vp8_decode_mb_row_no_filter().
Definition at line 118 of file vp8.h.
Referenced by intra_predict(), and vp8_decode_mb_row_sliced().
Definition at line 123 of file vp8.h.
Referenced by ff_vp8_decode_frame(), vp8_decode_mb_row_no_filter(), vp8_decode_mb_row_sliced(), and vp8_filter_mb_row().
Definition at line 124 of file vp8.h.
Referenced by ff_vp8_decode_frame().
Definition at line 127 of file vp8.h.
Referenced by vp8_mc_chroma(), and vp8_mc_luma().
Definition at line 128 of file vp8.h.
Referenced by free_buffers(), update_dimensions(), vp8_decode_mb_row_no_filter(), and vp8_filter_mb_row().