Home
last modified time | relevance | path

Searched refs:mb_idx (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c99 unsigned int mb_idx) in decode_macroblock() argument
106 (void)mb_idx; in decode_macroblock()
140 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in decode_macroblock()
515 int mb_idx = 0; in decode_mb_rows() local
653 decode_macroblock(pbi, xd, mb_idx); in decode_mb_rows()
655 mb_idx++; in decode_mb_rows()
Dthreading.c94 unsigned int mb_idx) in mt_decode_macroblock() argument
101 (void)mb_idx; in mt_decode_macroblock()
135 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in mt_decode_macroblock()