OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smooth_coef_Q16
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
stereo_find_predictor.c
41
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
);
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
);
main.h
73
opus_int
smooth_coef_Q16
/* I Smoothing coefficient */
/external/libopus/silk/
stereo_find_predictor.c
41
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
);
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
);
main.h
73
opus_int
smooth_coef_Q16
/* I Smoothing coefficient */
Completed in 467 milliseconds