Searched refs:rate_factor (Results 1 – 5 of 5) sorted by relevance
226 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 …]
26 int rate_factor; member
177 rate_factor = CACHE_LINE / (self._seconds_period * MEGABYTE)195 * rate_factor for c in counters }
120 static int compute_deltaq(const AV1_COMP *cpi, int q, double rate_factor) { in compute_deltaq() argument125 rate_factor, cpi->common.seq_params.bit_depth); in compute_deltaq()
89 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() argument93 rate_factor, cpi->common.bit_depth); in compute_deltaq()