Searched refs:fullsearch (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess); 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur, 847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); in MBMotionSearch() 864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); in MBMotionSearch() 1179 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, in fullsearch() function
|