Home
last modified time | relevance | path

Searched refs:tiltWeights (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/x86/
DVAD_sse.c40 static const opus_int32 tiltWeights[ VAD_N_BANDS ] = { 30000, 6000, -12000, -12000 }; variable
205 input_tilt = silk_SMLAWB( input_tilt, tiltWeights[ b ], SNR_Q7 ); in silk_VAD_GetSA_Q8_sse4_1()
/external/libopus/silk/
DVAD.c77 static const opus_int32 tiltWeights[ VAD_N_BANDS ] = { 30000, 6000, -12000, -12000 }; variable
224 input_tilt = silk_SMLAWB( input_tilt, tiltWeights[ b ], SNR_Q7 ); in silk_VAD_GetSA_Q8_c()