Home
last modified time | relevance | path

Searched refs:run_before (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dvlc_encode.cpp294 AVCEnc_Status ce_RunBefore(AVCEncBitstream *stream, int run_before, int zerosLeft) in ce_RunBefore() argument
323 len = lenRunBefore[zerosLeft-1][run_before]; in ce_RunBefore()
324 code = codRunBefore[zerosLeft-1][run_before]; in ce_RunBefore()
328 len = lenRunBefore[6][run_before]; in ce_RunBefore()
329 code = codRunBefore[6][run_before]; in ce_RunBefore()
Davcenc_lib.h1012 AVCEnc_Status ce_RunBefore(AVCEncBitstream *stream, int run_before, int zerosLeft);
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dresidual.cpp359 int run_before; in residual_block_cavlc() local
497 ce_RunBefore(stream, &run_before, zerosLeft); in residual_block_cavlc()
498 run[i] = run_before; in residual_block_cavlc()