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

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

Completed in 129 milliseconds