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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 254 int ihigh; local
293 ihigh = (code >> 6) & 0x03;
299 ihigh = (code >> 5) & 0x03;
305 ihigh = (code >> 4) & 0x03;
344 wd2 = qm2[ihigh];
355 wd2 = rh2[ihigh];
g722_encode.c 286 int ihigh; local
389 ihigh = (eh < 0) ? ihn[mih] : ihp[mih];
392 wd2 = qm2[ihigh];
396 ih2 = rh2[ihigh];
411 code = ((ihigh << 6) | ilow) >> (8 - s->bits_per_sample);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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
812 ihigh = i0 + range - 1;
813 if (ihigh > width - 1)
814 ihigh = width - 1;
827 ihigh = i0 + range - 1;
828 if (ihigh > width - 16)
829 ihigh = width - 16;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh)
    [all...]
findhalfpel.cpp 35 Int ilow, Int ihigh, Int jlow, Int jhigh);
  /external/pixman/pixman/
pixman-filter.c 263 double ilow, ihigh; local
268 ihigh = MIN (shigh, rhigh);
272 ihigh - ilow);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
1022 ihigh = i0 + range - 1;
1023 if (ihigh - i0 > 2047) /* clip to conform with the standard */
1025 ihigh = i0 + 2047;
1027 if (ihigh > width - 3)
1029 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
    [all...]
avcenc_lib.h 566 \param "ilow, ihigh, jlow, jhigh" "Lower bound on search range."
572 int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh,
    [all...]

Completed in 3582 milliseconds