OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:W_Q18
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c
187
opus_int32
W_Q18
[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ];
193
W_Q18
[ i ] = (opus_int32)silk_float2int( W[ i ] * 262144.0f );
196
silk_quant_LTP_gains( B_Q14, cbk_index, periodicity_index, sum_log_gain_Q7,
W_Q18
, mu_Q10, lowComplexity, nb_subfr );
/external/libopus/silk/float/
wrappers_FLP.c
187
opus_int32
W_Q18
[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ];
193
W_Q18
[ i ] = (opus_int32)silk_float2int( W[ i ] * 262144.0f );
196
silk_quant_LTP_gains( B_Q14, cbk_index, periodicity_index, sum_log_gain_Q7,
W_Q18
, mu_Q10, lowComplexity, nb_subfr );
Completed in 90 milliseconds