OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_Q16
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/fixed/mips/
noise_shape_analysis_FIX_mipsr1.h
46
opus_int32
delta_Q16
, BWExp1_Q16, BWExp2_Q16, gain_mult_Q16, gain_add_Q16, strength_Q16, b_Q8;
137
delta_Q16
= silk_SMULWB( SILK_FIX_CONST( 1.0, 16 ) - silk_SMULBB( 3, psEncCtrl->coding_quality_Q14 ),
139
BWExp1_Q16 = silk_SUB32( BWExp1_Q16,
delta_Q16
);
140
BWExp2_Q16 = silk_ADD32( BWExp2_Q16,
delta_Q16
);
/external/libopus/silk/fixed/
noise_shape_analysis_FIX.c
161
opus_int32
delta_Q16
, BWExp1_Q16, BWExp2_Q16, gain_mult_Q16, gain_add_Q16, strength_Q16, b_Q8;
252
delta_Q16
= silk_SMULWB( SILK_FIX_CONST( 1.0, 16 ) - silk_SMULBB( 3, psEncCtrl->coding_quality_Q14 ),
254
BWExp1_Q16 = silk_SUB32( BWExp1_Q16,
delta_Q16
);
255
BWExp2_Q16 = silk_ADD32( BWExp2_Q16,
delta_Q16
);
Completed in 78 milliseconds