Searched refs:last_loc (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp52 const static Int tab_exclude[9][9] = // [last_loc][curr_loc]
797 Int last_loc, new_loc = 0; local
943 last_loc = new_loc = 0;
950 MoveNeighborSAD(dn, last_loc);
961 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1006 last_loc = new_loc;
1010 MoveNeighborSAD(dn, last_loc);
1089 last_loc = 0;
1102 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1147 last_loc
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp32 const static int tab_exclude[9][9] = // [last_loc][curr_loc]
979 int last_loc, new_loc = 0; local
1136 last_loc = new_loc = 0;
1143 AVCMoveNeighborSAD(dn, last_loc);
1154 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1195 last_loc = new_loc;
1199 AVCMoveNeighborSAD(dn, last_loc);

Completed in 22 milliseconds