OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chirp_Q16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c
67
opus_int32 tmp, maxabs_Q24,
chirp_Q16
, gain_syn_Q16, gain_ana_Q16;
115
chirp_Q16
= SILK_FIX_CONST( 0.99, 16 ) - silk_DIV32_varQ(
118
silk_bwexpander_32( coefs_syn_Q24, order,
chirp_Q16
);
119
silk_bwexpander_32( coefs_ana_Q24, order,
chirp_Q16
);
/external/libopus/silk/fixed/
noise_shape_analysis_FIX.c
67
opus_int32 tmp, maxabs_Q24,
chirp_Q16
, gain_syn_Q16, gain_ana_Q16;
115
chirp_Q16
= SILK_FIX_CONST( 0.99, 16 ) - silk_DIV32_varQ(
118
silk_bwexpander_32( coefs_syn_Q24, order,
chirp_Q16
);
119
silk_bwexpander_32( coefs_ana_Q24, order,
chirp_Q16
);
Completed in 5642 milliseconds