OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_gain_Q7
(Results
1 - 6
of
6
) sorted by null
/external/libopus/silk/
quant_LTP_gains.c
55
opus_int32 sum_log_gain_tmp_Q7, best_sum_log_gain_Q7,
max_gain_Q7
, gain_Q7;
80
max_gain_Q7
= silk_log2lin( ( SILK_FIX_CONST( MAX_SUM_LOG_GAIN_DB / 6.0, 7 ) - sum_log_gain_tmp_Q7 )
93
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
VQ_WMat_EC.c
45
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
70
sum1_Q14 = silk_ADD_LSHIFT32( sum1_Q14, silk_max( silk_SUB32( gain_tmp_Q7,
max_gain_Q7
), 0 ), 10 );
main.h
230
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
236
mu_Q9,
max_gain_Q7
, L, arch) \
238
mu_Q9,
max_gain_Q7
, L))
/external/libopus/silk/x86/
main_sse.h
49
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
56
mu_Q9,
max_gain_Q7
, L, arch) \
58
mu_Q9,
max_gain_Q7
, L))
72
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
77
mu_Q9,
max_gain_Q7
, L, arch) \
79
mu_Q9,
max_gain_Q7
, L))
VQ_WMat_EC_sse.c
49
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
81
sum1_Q14 = silk_ADD_LSHIFT32( sum1_Q14, silk_max( silk_SUB32( gain_tmp_Q7,
max_gain_Q7
), 0 ), 10 );
x86_silk_map.c
103
const opus_int32
max_gain_Q7
, /* I maximum sum of absolute LTP coefficients */
Completed in 253 milliseconds