Searched defs:jmin (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp75 Int imin, jmin, ilow, jlow; local
94 jmin = ypos + (mot[0].y >> 1);
104 if (jmin <= -15 || jmin == jlow)
106 else if (jmin >= height - 1)
115 if (jmin <= 0 || jmin == jlow)
117 else if (jmin >= height - 16)
189 Int imin, jmin, ilow, jlow; local
216 jmin
[all...]
H A Dmotion_est.cpp79 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh);
81 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range);
789 Int i, j, imin, jmin, ilow, ihigh, jlow, jhigh, iorg, jorg; local
839 jmin = j0; /* needed for fullsearch */
840 ncand = ref + imin + jmin * lx;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
849 ncand = ref + imin + jmin * lx;
853 mot[mbnum][0].y = (jmin - j0) << 1;
855 jmin0 = jmin << 1;
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilo
1179 fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh) argument
1266 fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range) argument
[all...]

Completed in 23 milliseconds