OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_coef
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
apply_tns.cpp
229
* between
start_coef
and stop_stop is <= 0.
232
num_TNS_coef = (pFilt->stop_coef - pFilt->
start_coef
);
239
&(pCoef[pFilt->
start_coef
]),
340
pTempCoef = pCoef + pFilt->
start_coef
;
382
&(pCoef[pFilt->
start_coef
]),
s_tnsfilt.h
35
Description: Had to add "
start_coef
" and "stop_coef" in order to preserve
115
Int
start_coef
;
member in struct:__anon14853
get_tns.cpp
464
pFilt->
start_coef
= SCALE_FACTOR_BAND_OFFSET(tempInt);
546
tempInt = pFilt->stop_coef - pFilt->
start_coef
;
Completed in 242 milliseconds