Searched refs:jhigh (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 79 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 818 jhigh = j0 + range - 1; in MBMotionSearch() 819 if (jhigh > height - 1) in MBMotionSearch() 820 jhigh = height - 1; in MBMotionSearch() 833 jhigh = j0 + range - 1; in MBMotionSearch() 834 if (jhigh > height - 16) in MBMotionSearch() 835 jhigh = height - 16; in MBMotionSearch() 847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); in MBMotionSearch() [all …]
|
D | findhalfpel.cpp | 35 Int ilow, Int ihigh, Int jlow, Int jhigh);
|