Home
last modified time | relevance | path

Searched refs:smooth_coef_Q16 (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/
Dstereo_find_predictor.c41 …opus_int smooth_coef_Q16 /* I Smoothing coefficient … in silk_stereo_find_predictor() argument
61 smooth_coef_Q16 = (opus_int)silk_max_int( smooth_coef_Q16, silk_abs( pred2_Q10 ) ); in silk_stereo_find_predictor()
64 silk_assert( smooth_coef_Q16 < 32768 ); in silk_stereo_find_predictor()
67 smooth_coef_Q16 ); in silk_stereo_find_predictor()
72 smooth_coef_Q16 ); in silk_stereo_find_predictor()
Dstereo_LR_to_MS.c51 opus_int32 sum, diff, smooth_coef_Q16, pred_Q13[ 2 ], pred0_Q13, pred1_Q13; in silk_stereo_LR_to_MS() local
96 smooth_coef_Q16 = is10msFrame ? in silk_stereo_LR_to_MS()
99smooth_coef_Q16 = silk_SMULWB( silk_SMULBB( prev_speech_act_Q8, prev_speech_act_Q8 ), smooth_coef_… in silk_stereo_LR_to_MS()
101 …tor( &LP_ratio_Q14, LP_mid, LP_side, &state->mid_side_amp_Q0[ 0 ], frame_length, smooth_coef_Q16 ); in silk_stereo_LR_to_MS()
102 …tor( &HP_ratio_Q14, HP_mid, HP_side, &state->mid_side_amp_Q0[ 2 ], frame_length, smooth_coef_Q16 ); in silk_stereo_LR_to_MS()
131 …pus_int16)silk_SMLAWB( state->smth_width_Q14, width_Q14 - state->smth_width_Q14, smooth_coef_Q16 ); in silk_stereo_LR_to_MS()
DVAD.c91 opus_int32 sumSquared, smooth_coef_Q16; in silk_VAD_GetSA_Q8_c() local
276smooth_coef_Q16 = silk_SMULWB( VAD_SNR_SMOOTH_COEF_Q18, silk_SMULWB( (opus_int32)SA_Q15, SA_Q15 ) … in silk_VAD_GetSA_Q8_c()
279 smooth_coef_Q16 >>= 1; in silk_VAD_GetSA_Q8_c()
285 NrgToNoiseRatio_Q8[ b ] - psSilk_VAD->NrgRatioSmth_Q8[ b ], smooth_coef_Q16 ); in silk_VAD_GetSA_Q8_c()
Dmain.h81 …opus_int smooth_coef_Q16 /* I Smoothing coefficient …
/external/libopus/silk/x86/
DVAD_sse4_1.c54 opus_int32 sumSquared, smooth_coef_Q16; in silk_VAD_GetSA_Q8_sse4_1() local
265smooth_coef_Q16 = silk_SMULWB( VAD_SNR_SMOOTH_COEF_Q18, silk_SMULWB( (opus_int32)SA_Q15, SA_Q15 ) … in silk_VAD_GetSA_Q8_sse4_1()
268 smooth_coef_Q16 >>= 1; in silk_VAD_GetSA_Q8_sse4_1()
274 NrgToNoiseRatio_Q8[ b ] - psSilk_VAD->NrgRatioSmth_Q8[ b ], smooth_coef_Q16 ); in silk_VAD_GetSA_Q8_sse4_1()