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

  /external/libjpeg-turbo/
jquant1.c 248 output_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
249 /* Return j'th output value, where j will range from 0 to maxj */
257 return (int) (((JLONG) j * MAXJSAMPLE + maxj/2) / maxj);
262 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
264 /* Must have largest(j=0) >= 0, and largest(j=maxj) >= MAXJSAMPLE */
267 return (int) (((JLONG) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));
  /external/opencv/cv/src/
_cvkdtree.hpp 89 int maxj = -1; local
102 assert(maxj != -1 || var >= maxvar);
106 maxj = j;
110 return maxj;
  /external/speex/libspeex/
filters.c 600 int maxi, maxj; local
622 maxi=maxj=0;
632 maxj=j;
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);
646 tmp = SHL32(exc[i-(pitch-maxj+3)],15);
650 return pitch-maxj+3;
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 155 int maxj = minj + h -1; local
157 if ( i >= mini && i <= maxi && j >= minj && j <= maxj) {
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 

Completed in 121 milliseconds