Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c97 unsigned int mb_idx) in decode_macroblock() argument
104 (void)mb_idx; in decode_macroblock()
136 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in decode_macroblock()
511 int mb_idx = 0; in decode_mb_rows() local
641 decode_macroblock(pbi, xd, mb_idx); in decode_mb_rows()
643 mb_idx++; in decode_mb_rows()
Dthreading.c93 unsigned int mb_idx) in mt_decode_macroblock() argument
100 (void)mb_idx; in mt_decode_macroblock()
132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in mt_decode_macroblock()