Home
last modified time | relevance | path

Searched refs:inter_max_run1 (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmax_level.h106 extern const int inter_max_run1[4];
Dvlc_tab.cpp89 const int inter_max_run1[4] = { 999, 40, 1, 0 }; variable
Dvlc_decode.cpp1156 pTcoef->run = pTcoef->run + inter_max_run1[pTcoef->level] + 1; in VlcDecTCOEFInter()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvlc_enc_tab.h152 static const Int inter_max_run1[4] = { 999, 40, 1, 0 }; variable
Dvlc_encode.cpp1732 run_minus_max = run - (inter_max_run1[level] + 1); in BlockCodeCoeff_Normal()