Searched refs:smooth_coef_Q16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dstereo_find_predictor.c41 opus_int smooth_coef_Q16 /* I Smoothing coefficient */
61 smooth_coef_Q16 = (opus_int)silk_max_int( smooth_coef_Q16, silk_abs( pred2_Q10 ) );
64 silk_assert( smooth_coef_Q16 < 32768 );
67 smooth_coef_Q16 );
72 smooth_coef_Q16 );
H A Dstereo_LR_to_MS.c50 opus_int32 sum, diff, smooth_coef_Q16, pred_Q13[ 2 ], pred0_Q13, pred1_Q13; local
87 smooth_coef_Q16 = is10msFrame ?
90 smooth_coef_Q16 = silk_SMULWB( silk_SMULBB( prev_speech_act_Q8, prev_speech_act_Q8 ), smooth_coef_Q16 );
92 pred_Q13[ 0 ] = silk_stereo_find_predictor( &LP_ratio_Q14, LP_mid, LP_side, &state->mid_side_amp_Q0[ 0 ], frame_length, smooth_coef_Q16 );
93 pred_Q13[ 1 ] = silk_stereo_find_predictor( &HP_ratio_Q14, HP_mid, HP_side, &state->mid_side_amp_Q0[ 2 ], frame_length, smooth_coef_Q16 );
122 state->smth_width_Q14 = (opus_int16)silk_SMLAWB( state->smth_width_Q14, width_Q14 - state->smth_width_Q14, smooth_coef_Q16 );
H A DVAD.c86 opus_int32 sumSquared, smooth_coef_Q16; local
249 smooth_coef_Q16 = silk_SMULWB( VAD_SNR_SMOOTH_COEF_Q18, silk_SMULWB( (opus_int32)SA_Q15, SA_Q15 ) );
252 smooth_coef_Q16 >>= 1;
258 NrgToNoiseRatio_Q8[ b ] - psSilk_VAD->NrgRatioSmth_Q8[ b ], smooth_coef_Q16 );
H A Dmain.h73 opus_int smooth_coef_Q16 /* I Smoothing coefficient */

Completed in 130 milliseconds