Searched refs:run_before (Results 1 – 3 of 3) sorted by relevance
294 AVCEnc_Status ce_RunBefore(AVCEncBitstream *stream, int run_before, int zerosLeft) in ce_RunBefore() argument323 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()
1012 AVCEnc_Status ce_RunBefore(AVCEncBitstream *stream, int run_before, int zerosLeft);
359 int run_before; in residual_block_cavlc() local497 ce_RunBefore(stream, &run_before, zerosLeft); in residual_block_cavlc()498 run[i] = run_before; in residual_block_cavlc()