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

  /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...]
  /external/jpeg/
jutils.c 90 jmin (long a, long b) function
jdapistd.c 230 cinfo->image_width = jmin(cinfo->original_image_width,
jdcoefct.c 288 MCUs_per_row = jmin(MCUs_per_row,
464 factor = jmin(factor, cinfo->cur_comp_info[ci]->h_samp_factor);
601 width_in_blocks = jmin(width_in_blocks,
    [all...]
jpegint.h 405 EXTERN(long) jmin JPP((long a, long b));
  /external/qemu/distrib/jpeg-6b/
jutils.c 90 jmin (long a, long b) function
jdapistd.c 230 cinfo->image_width = jmin(cinfo->original_image_width,
jdcoefct.c 288 MCUs_per_row = jmin(MCUs_per_row,
464 factor = jmin(factor, cinfo->cur_comp_info[ci]->h_samp_factor);
601 width_in_blocks = jmin(width_in_blocks,
    [all...]
jpegint.h 405 EXTERN(long) jmin JPP((long a, long b));
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
    [all...]
avcenc_lib.h 565 \param "jmin" "Pointer to minimal mv (y)."
572 int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh,
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 372 milliseconds