Home
last modified time | relevance | path

Searched refs:ihigh (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
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; in MBMotionSearch() local
812 ihigh = i0 + range - 1; in MBMotionSearch()
813 if (ihigh > width - 1) in MBMotionSearch()
814 ihigh = width - 1; in MBMotionSearch()
827 ihigh = i0 + range - 1; in MBMotionSearch()
828 if (ihigh > width - 16) in MBMotionSearch()
829 ihigh = width - 16; in MBMotionSearch()
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); in MBMotionSearch()
[all …]
Dfindhalfpel.cpp35 Int ilow, Int ihigh, Int jlow, Int jhigh);