Searched refs:mvs_corrupt_from_mb (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h121 unsigned int mvs_corrupt_from_mb; member in struct:VP8D_COMP
H A Ddecodemv.c158 * mvs_corrupt_from_mb to something very big, which we can be sure is
160 pbi->mvs_corrupt_from_mb = UINT_MAX;
646 /* look for corruption. set mvs_corrupt_from_mb to the current
649 (int)pbi->mvs_corrupt_from_mb)
651 pbi->mvs_corrupt_from_mb = mb_num;
H A Derror_concealment.c413 pbi->mvs_corrupt_from_mb);
H A Ddecodeframe.c137 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))
1335 pbi->mvs_corrupt_from_mb < (unsigned int)pc->mb_cols * pc->mb_rows)
H A Dthreading.c132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h121 unsigned int mvs_corrupt_from_mb; member in struct:VP8D_COMP
H A Ddecodemv.c158 * mvs_corrupt_from_mb to something very big, which we can be sure is
160 pbi->mvs_corrupt_from_mb = UINT_MAX;
646 /* look for corruption. set mvs_corrupt_from_mb to the current
649 (int)pbi->mvs_corrupt_from_mb)
651 pbi->mvs_corrupt_from_mb = mb_num;
H A Derror_concealment.c415 pbi->mvs_corrupt_from_mb);
H A Ddecodeframe.c136 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))
1327 pbi->mvs_corrupt_from_mb < (unsigned int)pc->mb_cols * pc->mb_rows)
H A Dthreading.c132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))

Completed in 130 milliseconds