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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
839 jmin = j0; /* needed for fullsearch */
842 /* for first row of MB, fullsearch can be used */
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
859 { /* 4/7/01, modified this testing for fullsearch the top row to only upto (0,3) MB */
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
1072 if (FS_en) /* fullsearch enable, center around 16x16 MV */
1082 else /* no fullsearch, do local search */
1171 Function: fullsearch
1179 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, function
[all...]

Completed in 80 milliseconds