Searched refs:jhigh (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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
818 jhigh = j0 + range - 1;
819 if (jhigh > height - 1)
820 jhigh = height - 1;
833 jhigh = j0 + range - 1;
834 if (jhigh > height - 16)
835 jhigh = height - 16;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
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...]
H A Dfindhalfpel.cpp35 Int ilow, Int ihigh, Int jlow, Int jhigh);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
1042 jhigh = j0 + range - 1;
1043 if (jhigh - j0 > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */
1045 jhigh = j0 + MaxVmvR[lev_idx] - 1;
1047 if (jhigh > height - 3) // same reason as above
1049 jhigh = height - 3;
1064 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1074 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1089 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1115 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1260 AVCFullSearch(AVCEncObject *encvid, uint8 *prev, uint8 *cur, int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh, int cmvx, int cmvy) argument
[all...]
H A Davcenc_lib.h566 \param "ilow, ihigh, jlow, jhigh" "Lower bound on search range."
572 int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh,

Completed in 279 milliseconds