HomeSort by relevance Sort by last modified time
    Searched refs:vp8dx_bool_error (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 111 static int vp8dx_bool_error(BOOL_DECODER *br) function
decodeframe.c 110 else if (!vp8dx_bool_error(xd->current_bc))
135 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc));
609 vp8dx_bool_error(xd->current_bc);
656 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
834 if (!vp8dx_bool_error(&pbi->mbc[8]))
    [all...]
threading.c 105 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);
decodemv.c 648 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.h 116 static int vp8dx_bool_error(BOOL_DECODER *br) function
decodeframe.c 109 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]))
    [all...]
threading.c 105 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);
decodemv.c 647 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <

Completed in 758 milliseconds