Searched refs:rate_factor (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation_internal.h26 int rate_factor; member in struct:__anon24621
H A Decho_cancellation.c226 aecpc->rate_factor = aecpc->splitSampFreq / 8000;
391 (sampMsNb * aecpc->rate_factor));
622 nBlocks10ms = nrOfSamples / (FRAME_LEN * aecpc->rate_factor);
661 WEBRTC_SPL_MIN((3 * aecpc->sum * aecpc->rate_factor * 8) /
672 (aecpc->msInSndCardBuf * aecpc->rate_factor * 3) / 40,
766 int target_delay = startup_size_ms * self->rate_factor * 8;
771 int target_delay = startup_size_ms * self->rate_factor * 8 / 2;
798 int nSampSndCard = aecpc->msInSndCardBuf * sampMsNb * aecpc->rate_factor;
809 current_delay += FRAME_LEN * aecpc->rate_factor;
851 int reported_delay = self->msInSndCardBuf * sampMsNb * self->rate_factor;
[all...]
/external/autotest/client/cros/
H A Dmemory_bandwidth_logger.py177 rate_factor = CACHE_LINE / (self._seconds_period * MEGABYTE)
195 * rate_factor for c in counters }
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c78 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { argument
82 rate_factor, cpi->common.bit_depth);
/external/libopus/celt/
H A Dcelt_encoder.c1284 opus_val16 rate_factor = Q15ONE; local
1288 rate_factor = MAX16(0,(bitrate-32000));
1290 rate_factor = MAX16(0,(1.f/32768)*(bitrate-32000));
1294 rate_factor = MIN16(rate_factor, QCONST16(0.67f, 15));
1295 target = base_target + (opus_int32)MULT16_32_Q15(rate_factor, target-base_target);

Completed in 246 milliseconds