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

  /external/jpeg/
jutils.c 90 jmin (long a, long b) function
  /external/qemu/distrib/jpeg-6b/
jutils.c 90 jmin (long a, long b) function
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 75 Int imin, jmin, ilow, jlow; local
94 jmin = ypos + (mot[0].y >> 1);
104 if (jmin <= -15 || jmin == jlow)
106 else if (jmin >= height - 1)
115 if (jmin <= 0 || jmin == jlow)
117 else if (jmin >= height - 16)
189 Int imin, jmin, ilow, jlow; local
216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 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
839 jmin = j0; /* needed for fullsearch */
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;
853 mot[mbnum][0].y = (jmin - j0) << 1;
855 jmin0 = jmin << 1;
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh)
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local
361 jmin = 1000;
404 if(pt->x < jmin) jmin = pt->x;
428 if( pt->x < jmin )
429 jmin = pt->x;
435 if( pt->y < jmin )
436 jmin = pt->y;
467 jl = jmax - jmin;
480 // l = cvRound((tmp_number[i].x - jmin)/bsizej)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 237 milliseconds