OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_Q6
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
resampler_private_down_FIR.c
46
opus_int32 index_Q16,
res_Q6
;
62
res_Q6
= silk_SMULWB( buf_ptr[ 0 ], interpol_ptr[ 0 ] );
63
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 1 ], interpol_ptr[ 1 ] );
64
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 2 ], interpol_ptr[ 2 ] );
65
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 3 ], interpol_ptr[ 3 ] );
66
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 4 ], interpol_ptr[ 4 ] )
[
all
...]
resampler_down2_3.c
46
opus_int32 nSamplesIn, counter,
res_Q6
;
69
res_Q6
= silk_SMULWB( buf_ptr[ 0 ], silk_Resampler_2_3_COEFS_LQ[ 2 ] );
70
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 1 ], silk_Resampler_2_3_COEFS_LQ[ 3 ] );
71
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 2 ], silk_Resampler_2_3_COEFS_LQ[ 5 ] );
72
res_Q6
= silk_SMLAWB(
res_Q6
, buf_ptr[ 3 ], silk_Resampler_2_3_COEFS_LQ[ 4 ] );
75
*out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND(
res_Q6
, 6 ) );
77
res_Q6
= silk_SMULWB( buf_ptr[ 1 ], silk_Resampler_2_3_COEFS_LQ[ 4 ] )
[
all
...]
Completed in 60 milliseconds