HomeSort by relevance Sort by last modified time
    Searched full:ilow (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
augmented_cb_corr.c 38 size_t ilow; local
49 ilow = lagcount - 4;
52 (*crossDotPtr) = WebRtcSpl_DotProductWithScale(target, buffer-lagcount, ilow, scale);
55 (*crossDotPtr) += WebRtcSpl_DotProductWithScale(target+ilow, iSPtr, 4, scale);
57 iSPtr += lagcount-ilow;
create_augmented_vec.c 33 size_t ilow; local
37 ilow = index-4;
47 /* perform cbVec[ilow+k] = ((ppi[k]*alphaTbl[k])>>15) + ((ppo[k]*alphaTbl[3-k])>>15);
50 WebRtcSpl_ElementwiseVectorMult(&cbVec[ilow], ppi, WebRtcIlbcfix_kAlpha, 4, 15);
52 WebRtcSpl_AddVectorsAndShift(&cbVec[ilow], &cbVec[ilow], cbVecTmp, 4, 0);
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 42 iLow = N * fLow / samplingRate + 1 # 1 for DC
43 if iLow > (N / 2 - 1):
44 iLow = (N / 2 - 1)
48 print fLow, iLow, fHigh, iHigh, samplingRate
57 print "Phh", abs(Phh[iLow:iHigh])
58 print "Pdd", abs(Pdd[iLow:iHigh])
59 amplitudeRatio = np.sqrt(abs(Pdd[iLow:iHigh]/Phh[iLow:iHigh]))
check_spectrum_playback.py 41 iLow = N * fLow / samplingRate + 1 # 1 for DC
42 if iLow > (N / 2 - 1):
43 iLow = (N / 2 - 1)
47 print fLow, iLow, fHigh, iHigh, samplingRate
53 print "Phh", abs(Phh[iLow:iHigh])
54 spectrum = np.sqrt(abs(Phh[iLow:iHigh]))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 35 Int ilow, Int ihigh, Int jlow, Int jhigh);
75 Int imin, jmin, ilow, jlow; local
95 ilow = xpos - range;
100 if (imin <= -15 || imin == ilow)
111 if (imin <= 0 || imin == ilow)
189 Int imin, jmin, ilow, jlow; local
217 ilow = xpos + ((comp & 1) << 3) - range;
220 if (imin <= -15 || imin == ilow)
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
809 ilow = i0 - range;
810 if (ilow < -15)
811 ilow = -15;
824 ilow = i0 - range;
825 if (ilow < 0)
826 ilow = 0;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 287 int ilow; local
351 ilow = (el < 0) ? iln[i] : ilp[i];
354 ril = ilow >> 2;
378 code = (0xC0 | ilow) >> (8 - s->bits_per_sample);
411 code = ((ihigh << 6) | ilow) >> (8 - s->bits_per_sample);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 974 int i, j, imin, jmin, ilow, ihigh, jlow, jhigh; local
1012 ilow = i0 - range;
1013 if (i0 - ilow > 2047) /* clip to conform with the standard */
1015 ilow = i0 - 2047;
1017 if (ilow < -13) // change it from -15 to -13 because of 6-tap filter needs extra 2 lines.
1019 ilow = -13;
    [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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 349 int iLow = Math.max(Math.round((low - mLow) / mStep), 0);
352 for (int i = iLow; i <= iHigh; ++i) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 625 milliseconds