Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddetokenize.c178 int eobtotal = 0; in vp8_decode_mb_tokens() local
201 eobtotal += nonzeros - 16; in vp8_decode_mb_tokens()
222 eobtotal += nonzeros; in vp8_decode_mb_tokens()
239 eobtotal += nonzeros; in vp8_decode_mb_tokens()
243 return eobtotal; in vp8_decode_mb_tokens()
Dthreading.c107 int eobtotal; in mt_decode_macroblock() local
108 eobtotal = vp8_decode_mb_tokens(pbi, xd); in mt_decode_macroblock()
111 xd->mode_info_context->mbmi.mb_skip_coeff = (eobtotal==0); in mt_decode_macroblock()
Ddecodeframe.c111 int eobtotal; in decode_macroblock() local
112 eobtotal = vp8_decode_mb_tokens(pbi, xd); in decode_macroblock()
115 xd->mode_info_context->mbmi.mb_skip_coeff = (eobtotal==0); in decode_macroblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c276 int *eobtotal; member
293 *args->eobtotal += eob; in reconstruct_inter_block()
370 int eobtotal = 0; in decode_block() local
371 struct inter_args arg = { cm, xd, r, &eobtotal }; in decode_block()
373 if (!less8x8 && eobtotal == 0) in decode_block()