OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_Q15
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
resampler_private_IIR_FIR.c
43
opus_int32 index_Q16,
res_Q15
;
52
res_Q15
= silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53
res_Q15
= silk_SMLABB(
res_Q15
, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54
res_Q15
= silk_SMLABB(
res_Q15
, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55
res_Q15
= silk_SMLABB(
res_Q15
, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56
res_Q15
= silk_SMLABB(
res_Q15
, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] )
[
all
...]
NLSF_encode.c
54
opus_int16
res_Q15
[ MAX_LPC_ORDER ];
90
res_Q15
[ i ] = pNLSF_Q15[ i ] - NLSF_tmp_Q15[ i ];
99
res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB(
res_Q15
[ i ], W_tmp_Q9 ), 14 );
Completed in 145 milliseconds