HomeSort by relevance Sort by last modified time
    Searched refs:ihigh (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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; local
812 ihigh = i0 + range - 1;
813 if (ihigh > width - 1)
814 ihigh = width - 1;
827 ihigh = i0 + range - 1;
828 if (ihigh > width - 16)
829 ihigh = width - 16;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh)
    [all...]
findhalfpel.cpp 35 Int ilow, Int ihigh, Int jlow, Int jhigh);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
1022 ihigh = i0 + range - 1;
1023 if (ihigh - i0 > 2047) /* clip to conform with the standard */
1025 ihigh = i0 + 2047;
1027 if (ihigh > width - 3)
1029 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
    [all...]
avcenc_lib.h 566 \param "ilow, ihigh, jlow, jhigh" "Lower bound on search range."
572 int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh,
    [all...]

Completed in 1011 milliseconds