OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ybands
(Results
1 - 1
of
1
) sorted by null
/external/libopus/src/
opus_compare.c
185
int
ybands
;
local
199
ybands
=NBANDS;
211
case 8000:
ybands
=13;break;
212
case 12000:
ybands
=15;break;
213
case 16000:
ybands
=17;break;
214
case 24000:
ybands
=19;break;
257
band_energy(NULL,Y,BANDS,
ybands
,y,nchannels,nframes,
296
for(bi=0;bi<
ybands
;bi++){
309
for(bi=0;bi<
ybands
;bi++){
335
else if(rate==12000)max_compare=BANDS[
ybands
];
[
all
...]
Completed in 87 milliseconds