Home
last modified time | relevance | path

Searched refs:mvs_corrupt_from_mb (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h121 unsigned int mvs_corrupt_from_mb; member
Ddecodemv.c160 pbi->mvs_corrupt_from_mb = UINT_MAX; in mb_mode_mv_init()
648 (int)pbi->mvs_corrupt_from_mb) in vp8_decode_mode_mvs()
650 pbi->mvs_corrupt_from_mb = mb_num; in vp8_decode_mode_mvs()
Derror_concealment.c415 pbi->mvs_corrupt_from_mb); in vp8_estimate_missing_mvs()
Ddecodeframe.c136 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in decode_macroblock()
1327 pbi->mvs_corrupt_from_mb < (unsigned int)pc->mb_cols * pc->mb_rows) in vp8_decode_frame()
Dthreading.c132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in mt_decode_macroblock()