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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmax_level.h106 extern const int inter_max_run1[4];
H A Dvlc_tab.cpp89 const int inter_max_run1[4] = { 999, 40, 1, 0 }; variable
H A Dvlc_decode.cpp1156 pTcoef->run = pTcoef->run + inter_max_run1[pTcoef->level] + 1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_enc_tab.h152 static const Int inter_max_run1[4] = { 999, 40, 1, 0 }; variable
H A Dvlc_encode.cpp1732 run_minus_max = run - (inter_max_run1[level] + 1);

Completed in 63 milliseconds