OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NB_FRAMES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
analysis.h
34
#define
NB_FRAMES
8
49
float E[
NB_FRAMES
][NB_TBANDS];
analysis.c
353
for (i=0;i<
NB_FRAMES
;i++)
359
stationarity = MIN16(0.99f,L1/sqrt(1e-15+
NB_FRAMES
*L2));
450
tonal->E_count = (tonal->E_count+1)%
NB_FRAMES
;
Completed in 25 milliseconds