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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp35 Int ilow, Int ihigh, Int jlow, Int jhigh);
75 Int imin, jmin, ilow, jlow; local
95 ilow = xpos - range;
100 if (imin <= -15 || imin == ilow)
111 if (imin <= 0 || imin == ilow)
189 Int imin, jmin, ilow, jlow; local
217 ilow = xpos + ((comp & 1) << 3) - range;
220 if (imin <= -15 || imin == ilow)
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
809 ilow = i0 - range;
810 if (ilow < -15)
811 ilow = -15;
824 ilow = i0 - range;
825 if (ilow < 0)
826 ilow = 0;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihig
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 9 milliseconds