Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c226 aecpc->rate_factor = aecpc->splitSampFreq / 8000; in WebRtcAec_Init()
391 (sampMsNb * aecpc->rate_factor)); in WebRtcAec_Process()
622 nBlocks10ms = nrOfSamples / (FRAME_LEN * aecpc->rate_factor); in ProcessNormal()
661 WEBRTC_SPL_MIN((3 * aecpc->sum * aecpc->rate_factor * 8) / in ProcessNormal()
672 (aecpc->msInSndCardBuf * aecpc->rate_factor * 3) / 40, in ProcessNormal()
766 int target_delay = startup_size_ms * self->rate_factor * 8; in ProcessExtended()
771 int target_delay = startup_size_ms * self->rate_factor * 8 / 2; in ProcessExtended()
798 int nSampSndCard = aecpc->msInSndCardBuf * sampMsNb * aecpc->rate_factor; in EstBufDelayNormal()
809 current_delay += FRAME_LEN * aecpc->rate_factor; in EstBufDelayNormal()
851 int reported_delay = self->msInSndCardBuf * sampMsNb * self->rate_factor; in EstBufDelayExtended()
[all …]
Decho_cancellation_internal.h26 int rate_factor; member
/external/autotest/client/cros/
Dmemory_bandwidth_logger.py177 rate_factor = CACHE_LINE / (self._seconds_period * MEGABYTE)
195 * rate_factor for c in counters }
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c120 static int compute_deltaq(const AV1_COMP *cpi, int q, double rate_factor) { in compute_deltaq() argument
125 rate_factor, cpi->common.seq_params.bit_depth); in compute_deltaq()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c89 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() argument
93 rate_factor, cpi->common.bit_depth); in compute_deltaq()