HomeSort by relevance Sort by last modified time
    Searched full:last_loc (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
motion_est.cpp 52 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 */
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
motion_est.cpp 33 const static int tab_exclude[9][9] = // [last_loc][curr_loc]
980 int last_loc, new_loc = 0; local
    [all...]

Completed in 621 milliseconds