OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_gain_Q7
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
quant_LTP_gains.c
54
opus_int32 sum_log_gain_tmp_Q7, best_sum_log_gain_Q7,
max_gain_Q7
, gain_Q7;
79
max_gain_Q7
= silk_log2lin( ( SILK_FIX_CONST( MAX_SUM_LOG_GAIN_DB / 6.0, 7 ) - sum_log_gain_tmp_Q7 )
92
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
/external/libopus/silk/
quant_LTP_gains.c
54
opus_int32 sum_log_gain_tmp_Q7, best_sum_log_gain_Q7,
max_gain_Q7
, gain_Q7;
79
max_gain_Q7
= silk_log2lin( ( SILK_FIX_CONST( MAX_SUM_LOG_GAIN_DB / 6.0, 7 ) - sum_log_gain_tmp_Q7 )
92
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
Completed in 40 milliseconds