Searched refs:tab_exclude (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] variable
961 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1102 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp32 const static int tab_exclude[9][9] = // [last_loc][curr_loc] variable
1154 if (!tab_exclude[last_loc][k]) /* exclude last step computation */

Completed in 240 milliseconds