OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:analysis_bandwidth
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
1040
int
analysis_bandwidth
;
local
1044
analysis_bandwidth
= analysis_info.bandwidth;
1045
if (
analysis_bandwidth
<=12)
1047
else if (
analysis_bandwidth
<=14)
1049
else if (
analysis_bandwidth
<=16)
1051
else if (
analysis_bandwidth
<=18)
[
all
...]
Completed in 125 milliseconds