Home
last modified time | relevance | path

Searched refs:vp8dx_bool_error (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c109 else if (!vp8dx_bool_error(xd->current_bc)) in decode_macroblock()
134 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()
608 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()
647 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()
825 if (!vp8dx_bool_error(&pbi->mbc[8])) in setup_token_decoder()
1219 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1227 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1240 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1252 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1266 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
[all …]
Ddboolhuff.h116 static int vp8dx_bool_error(BOOL_DECODER *br) in vp8dx_bool_error() function
Dthreading.c105 else if (!vp8dx_bool_error(xd->current_bc)) in mt_decode_macroblock()
130 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()
430 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
472 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
Ddecodemv.c647 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num < in vp8_decode_mode_mvs()