Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/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);