/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
cb_update_best_index.c | 43 shOld=WEBRTC_SPL_MIN(31,CritNewSh-(*shTotMax)); 47 shNew=WEBRTC_SPL_MIN(31,(*shTotMax)-CritNewSh); 65 scaleTmp = WEBRTC_SPL_MIN(31, scaleTmp);
|
cb_search_core.c | 98 tmp16 = WEBRTC_SPL_MIN(16, max-(*inverseEnergyShiftPtr));
|
do_plc.c | 90 corrLen = (size_t)WEBRTC_SPL_MIN(60, iLBCdec_inst->blockl-(inlag+3)); 123 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2); 127 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3); 219 pitchfact = (int16_t)WEBRTC_SPL_MIN(tmpW32, 32767); /* guard against overflow */
|
gain_quant.c | 98 loc=WEBRTC_SPL_MIN(loc, (cblen-1));
|
enhancer_interface.c | 137 stop = WEBRTC_SPL_MIN(47, lagmax[i]) + 2; 162 sh = WEBRTC_SPL_MIN(31, totsh[ind]-totsh[i]); 167 sh = WEBRTC_SPL_MIN(31, totsh[i]-totsh[ind]);
|
xcorr_coef.c | 106 scalediff=WEBRTC_SPL_MIN(scalediff,31);
|
encode.c | 298 for (subframe = 0; subframe < WEBRTC_SPL_MIN (Nfor, 2); subframe++) 320 end_count = WEBRTC_SPL_MIN (Nfor, (size_t)2); 324 start_count = WEBRTC_SPL_MIN (Nfor, (size_t)2);
|
cb_search.c | 248 WEBRTC_SPL_MIN(39, (eInd + 20)), scale);
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
echo_control_mobile.c | 340 = WEBRTC_SPL_MIN((3 * aecm->sum 349 aecm->bufSizeStart = WEBRTC_SPL_MIN((3 * aecm->msInSndCardBuf 639 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
min_max_operations.c | 76 maximum = WEBRTC_SPL_MIN(maximum, WEBRTC_SPL_WORD32_MAX);
|
min_max_operations_neon.c | 119 maximum = WEBRTC_SPL_MIN(maximum, WEBRTC_SPL_WORD32_MAX);
|
signal_processing_unittest.cc | 34 EXPECT_EQ(10, WEBRTC_SPL_MIN(A, B));
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_core.c | [all...] |
nsx_core_c.c | 150 normTmp = WEBRTC_SPL_MIN(20 - inst->stages,
|
nsx_core_mips.c | 185 normTmp = WEBRTC_SPL_MIN(20 - inst->stages, [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 291 npkq = WEBRTC_SPL_MIN(peaks_indq, 4); 365 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
echo_cancellation.c | 661 WEBRTC_SPL_MIN((3 * aecpc->sum * aecpc->rate_factor * 8) / 671 aecpc->bufSizeStart = WEBRTC_SPL_MIN(
|
aec_core.c | [all...] |
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
analog_agc.c | 540 *inMicLevel = WEBRTC_SPL_MIN(*inMicLevel, stt->zeroCtrlMax); [all...] |
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
signal_processing_library.h | 30 #define WEBRTC_SPL_MIN(A, B) (A < B ? A : B) // Get min value [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 60 int16_t lim30MsPayloadBytes = WEBRTC_SPL_MIN( 63 int16_t lim60MsPayloadBytes = WEBRTC_SPL_MIN( [all...] |