OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLES_PER_MSEC
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h
44
#define
SAMPLES_PER_MSEC
16
bandwidth_estimator.c
246
frameSizeSampl = WEBRTC_SPL_MUL_16_16((WebRtc_Word16)
SAMPLES_PER_MSEC
, frameSize);
859
MinRate = WEBRTC_SPL_MUL(512 + WEBRTC_SPL_MUL(
SAMPLES_PER_MSEC
, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp, inv_Q12), 3)), BottleNeck);
864
MinRate = WEBRTC_SPL_MUL(512 + WEBRTC_SPL_MUL(
SAMPLES_PER_MSEC
, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp - State->StillBuffered, inv_Q12), 3)), BottleNeck);
865
} else if ((den = WEBRTC_SPL_MUL(
SAMPLES_PER_MSEC
, (State->StillBuffered - DelayBuildUp))) >= FrameSamples) {
[
all
...]
Completed in 351 milliseconds