Searched defs:refine_next (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp65 const static Int refine_next[8][2] = /* [curr_k][increment] */ variable
998 next = refine_next[k][0];
1001 next = refine_next[k][1];
1139 next = refine_next[k][0];
1142 next = refine_next[k][1];

Completed in 29 milliseconds