OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIsacSuperWideband
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c
66
if(decoderSampRate ==
kIsacSuperWideband
)
isac.c
341
if ((codingMode == 1) || (sampRate ==
kIsacSuperWideband
)) {
447
if (instISAC->encoderSamplingRateKHz ==
kIsacSuperWideband
) {
516
if (instISAC->encoderSamplingRateKHz ==
kIsacSuperWideband
) {
550
if (instISAC->encoderSamplingRateKHz ==
kIsacSuperWideband
) {
[
all
...]
bandwidth_estimator.c
56
case
kIsacSuperWideband
:
76
case
kIsacSuperWideband
:
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h
21
enum IsacSamplingRate {kIsacWideband = 16,
kIsacSuperWideband
= 32};
Completed in 36 milliseconds