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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmax_level.h98 extern const int intra_max_run0[28];
H A Dvlc_tab.cpp71 const int intra_max_run0[28] = { 999, 14, 9, 7, 3, 2, 1, variable
H A Dvlc_decode.cpp993 pTcoef->run = pTcoef->run + intra_max_run0[pTcoef->level] + 1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_enc_tab.h134 static const Int intra_max_run0[28] = { 999, 14, 9, 7, 3, 2, 1, variable
H A Dvlc_encode.cpp1634 run_minus_max = run - (intra_max_run0[level] + 1);

Completed in 556 milliseconds