OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smooth_coef_Q16
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
stereo_LR_to_MS.c
51
opus_int32 sum, diff,
smooth_coef_Q16
, pred_Q13[ 2 ], pred0_Q13, pred1_Q13;
96
smooth_coef_Q16
= is10msFrame ?
99
smooth_coef_Q16
= silk_SMULWB( silk_SMULBB( prev_speech_act_Q8, prev_speech_act_Q8 ),
smooth_coef_Q16
);
101
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
);
102
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
);
131
state->smth_width_Q14 = (opus_int16)silk_SMLAWB( state->smth_width_Q14, width_Q14 - state->smth_width_Q14,
smooth_coef_Q16
);
VAD.c
89
opus_int32 sumSquared,
smooth_coef_Q16
;
275
smooth_coef_Q16
= silk_SMULWB( VAD_SNR_SMOOTH_COEF_Q18, silk_SMULWB( (opus_int32)SA_Q15, SA_Q15 ) );
278
smooth_coef_Q16
>>= 1;
284
NrgToNoiseRatio_Q8[ b ] - psSilk_VAD->NrgRatioSmth_Q8[ b ],
smooth_coef_Q16
);
Completed in 1112 milliseconds