HomeSort by relevance Sort by last modified time
    Searched defs:imin (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 75 Int imin, jmin, ilow, jlow; local
93 imin = xpos + (mot[0].x >> 1);
100 if (imin <= -15 || imin == ilow)
102 else if (imin >= width - 1)
111 if (imin <= 0 || imin == ilow)
113 else if (imin >= width - 16)
189 Int imin, jmin, ilow, jlow; local
215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1)
    [all...]
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
838 imin = i0;
840 ncand = ref + imin + jmin * lx;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
849 ncand = ref + imin + jmin * lx;
852 mot[mbnum][0].x = (imin - i0) << 1;
854 imin0 = imin << 1; /* 16x16 MV in half-pel resolution */
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 77 int bits, imax, imin, i; local
104 imin = imax >> 1;
106 for (i = imin; i < imax; i++) mvbits[-i] = mvbits[i] = bits;
974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
    [all...]

Completed in 406 milliseconds