Searched refs:last_loc (Results 1 - 1 of 1) 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...]

Completed in 135 milliseconds