HomeSort by relevance Sort by last modified time
    Searched full:imin (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/R600/
llvm.AMDGPU.imin.ll 8 %min = call i32 @llvm.AMDGPU.imin(i32 %p0, i32 %load)
18 %min = call i32 @llvm.AMDGPU.imin(i32 %p0, i32 %p1)
25 declare i32 @llvm.AMDGPU.imin(i32, i32) #1
  /external/chromium_org/third_party/skia/src/pdf/
SkTSet.h 330 int iMin = 0;
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
338 iMin = iMid;
341 if (elem == (*fSetArray)[iMin]) {
342 return iMin;
345 if (elem < (*fSetArray)[iMin]) {
346 *posToInsertSorted = iMin;
348 *posToInsertSorted = iMin + 1;
  /external/skia/src/pdf/
SkTSet.h 330 int iMin = 0;
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
338 iMin = iMid;
341 if (elem == (*fSetArray)[iMin]) {
342 return iMin;
345 if (elem < (*fSetArray)[iMin]) {
346 *posToInsertSorted = iMin;
348 *posToInsertSorted = iMin + 1;
  /external/chromium_org/third_party/opus/src/celt/
laplace.c 78 di = IMIN(val - i, ndi_max - 1);
80 fs = IMIN(LAPLACE_MINP, 32768-fl);
131 celt_assert(fm<IMIN(fl+fs,32768));
132 ec_dec_update(dec, fl, IMIN(fl+fs,32768), 32768);
rate.c 178 LM0=IMIN(i,1);
199 qb = IMIN((num+(den>>1))/den, 57);
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS);
283 psum += IMIN(tmp, cap[j]);
309 tmp = IMIN(tmp, cap[j]);
392 *intensity = IMIN(*intensity, codedBands);
423 int tmp = (int)IMIN(left, m->eBands[j+1]-m->eBands[j]);
475 ebits[j] = IMIN(ebits[j], MAX_FINE_BITS);
499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j])
    [all...]
  /external/libopus/celt/
laplace.c 78 di = IMIN(val - i, ndi_max - 1);
80 fs = IMIN(LAPLACE_MINP, 32768-fl);
131 celt_assert(fm<IMIN(fl+fs,32768));
132 ec_dec_update(dec, fl, IMIN(fl+fs,32768), 32768);
rate.c 178 LM0=IMIN(i,1);
199 qb = IMIN((num+(den>>1))/den, 57);
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS);
283 psum += IMIN(tmp, cap[j]);
309 tmp = IMIN(tmp, cap[j]);
392 *intensity = IMIN(*intensity, codedBands);
423 int tmp = (int)IMIN(left, m->eBands[j+1]-m->eBands[j]);
475 ebits[j] = IMIN(ebits[j], MAX_FINE_BITS);
499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j])
    [all...]
  /packages/apps/Gallery2/jni/filters/
hsv.c 35 int iMin,iMax,chroma;
49 iMin = MIN (gi, bi);
52 iMin = MIN (ri, bi);
55 chroma = iMax - iMin;
  /frameworks/av/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...]
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 300 int iYear,iMonth,iDay,iHour,iMin,iSec;
305 iMin = jsDate.GetMinutes();
313 time.tm_min = iMin;
315 //COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
329 (FX_LPCWSTR)L"M", iMin,
363 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
396 int iYear,iMonth,iDay,iHour,iMin,iSec;
401 iMin = jsDate.GetMinutes();
409 time.tm_min = iMin;
411 // COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_func.c 45 int iMin, iMax, n, r, i;
53 iMin = sqlite3_value_int(argv[0]);
54 if( iMin<0 ) iMin = 0;
55 if( iMin>=sizeof(zBuf) ) iMin = sizeof(zBuf)-1;
57 if( iMax<iMin ) iMax = iMin;
59 n = iMin;
60 if( iMax>iMin ){
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 38 imin
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 38 imin
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
62 iMin = min (gi, bi);
65 iMin = min (ri, bi);
68 chroma = iMax - iMin;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
62 iMin = min (gi, bi);
65 iMin = min (ri, bi);
68 chroma = iMax - iMin;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
62 iMin = min (gi, bi);
65 iMin = min (ri, bi);
68 chroma = iMax - iMin;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 106 int iMin,iMax,chroma;
115 iMin = min (gi, bi);
118 iMin = min (ri, bi);
127 chroma = iMax - iMin;
  /external/valgrind/main/coregrind/
m_rangemap.c 108 Word iMin, iMax, i;
109 iMin = find(rm, key_min);
111 for (i = iMin; i <= iMax; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control_external.h 161 long *imin, long *imax, long *istep);
166 int64_t *imin, int64_t *imax, int64_t *istep);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h 161 long *imin, long *imax, long *istep);
166 int64_t *imin, int64_t *imax, int64_t *istep);
  /external/valgrind/main/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
282 imin = 1e10; imax = -1e10;
293 imin = min(ij, imin);
298 rmin, rmax, imin, imax);
  /frameworks/av/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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 147 OP12(IMIN)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 147 OP12(IMIN)

Completed in 451 milliseconds

1 2 3 4