Searched refs:ilow (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | findhalfpel.cpp | 35 Int ilow, Int ihigh, Int jlow, Int jhigh); 75 Int imin, jmin, ilow, jlow; in FindHalfPelMB() local 95 ilow = xpos - range; in FindHalfPelMB() 100 if (imin <= -15 || imin == ilow) in FindHalfPelMB() 111 if (imin <= 0 || imin == ilow) in FindHalfPelMB() 189 Int imin, jmin, ilow, jlow; in FindHalfPelBlk() local 217 ilow = xpos + ((comp & 1) << 3) - range; in FindHalfPelBlk() 220 if (imin <= -15 || imin == ilow) in FindHalfPelBlk()
|
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 809 ilow = i0 - range; in MBMotionSearch() 810 if (ilow < -15) in MBMotionSearch() 811 ilow = -15; in MBMotionSearch() 824 ilow = i0 - range; in MBMotionSearch() 825 if (ilow < 0) in MBMotionSearch() 826 ilow = 0; in MBMotionSearch() 847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); in MBMotionSearch() [all …]
|