OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_factor
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h
26
int
rate_factor
;
member in struct:__anon27844
echo_cancellation.c
226
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/
memory_bandwidth_logger.py
177
rate_factor
= CACHE_LINE / (self._seconds_period * MEGABYTE)
195
*
rate_factor
for c in counters }
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
115
static int compute_deltaq(const VP9_COMP *cpi, int q, double
rate_factor
) {
119
q,
rate_factor
,
/external/libopus/celt/
celt_encoder.c
1221
opus_val16
rate_factor
;
local
[
all
...]
Completed in 358 milliseconds