Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp65 const static Int refine_next[8][2] = /* [curr_k][increment] */ variable
998 next = refine_next[k][0]; in MBMotionSearch()
1001 next = refine_next[k][1]; in MBMotionSearch()
1139 next = refine_next[k][0]; in MBMotionSearch()
1142 next = refine_next[k][1]; in MBMotionSearch()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp45 const static int refine_next[8][2] = /* [curr_k][increment] */ variable
1187 next = refine_next[k][0]; in AVCMBMotionSearch()
1190 next = refine_next[k][1]; in AVCMBMotionSearch()