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/chromium_org/third_party/opus/src/silk/
stereo_LR_to_MS.c
50
opus_int32 sum, diff,
smooth_coef_Q16
, pred_Q13[ 2 ], pred0_Q13, pred1_Q13;
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
);
VAD.c
86
opus_int32 sumSquared,
smooth_coef_Q16
;
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
);
Completed in 41 milliseconds