Searched defs:max_index_Q16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private_IIR_FIR.c39 opus_int32 max_index_Q16,
48 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
74 opus_int32 max_index_Q16, index_increment_Q16; local
91 max_index_Q16 = silk_LSHIFT32( nSamplesIn, 16 + 1 ); /* + 1 because 2x upsampling */
92 out = silk_resampler_private_IIR_FIR_INTERPOL( out, buf, max_index_Q16, index_increment_Q16 );
36 silk_resampler_private_IIR_FIR_INTERPOL( opus_int16 *out, opus_int16 *buf, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument
H A Dresampler_private_down_FIR.c42 opus_int32 max_index_Q16,
53 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
87 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
110 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
154 opus_int32 max_index_Q16, index_increment_Q16; local
174 max_index_Q16 = silk_LSHIFT32( nSamplesIn, 16 );
178 S->FIR_Fracs, max_index_Q16, index_increment_Q16 );
36 silk_resampler_private_down_FIR_INTERPOL( opus_int16 *out, opus_int32 *buf, const opus_int16 *FIR_Coefs, opus_int FIR_Order, opus_int FIR_Fracs, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument
/external/libopus/silk/
H A Dresampler_private_IIR_FIR.c39 opus_int32 max_index_Q16,
48 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
74 opus_int32 max_index_Q16, index_increment_Q16; local
91 max_index_Q16 = silk_LSHIFT32( nSamplesIn, 16 + 1 ); /* + 1 because 2x upsampling */
92 out = silk_resampler_private_IIR_FIR_INTERPOL( out, buf, max_index_Q16, index_increment_Q16 );
36 silk_resampler_private_IIR_FIR_INTERPOL( opus_int16 *out, opus_int16 *buf, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument
H A Dresampler_private_down_FIR.c42 opus_int32 max_index_Q16,
53 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
87 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
110 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
154 opus_int32 max_index_Q16, index_increment_Q16; local
174 max_index_Q16 = silk_LSHIFT32( nSamplesIn, 16 );
178 S->FIR_Fracs, max_index_Q16, index_increment_Q16 );
36 silk_resampler_private_down_FIR_INTERPOL( opus_int16 *out, opus_int32 *buf, const opus_int16 *FIR_Coefs, opus_int FIR_Order, opus_int FIR_Fracs, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument

Completed in 184 milliseconds