Searched refs:index_Q16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private_IIR_FIR.c43 opus_int32 index_Q16, res_Q15; local
48 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
50 buf_ptr = &buf[ index_Q16 >> 16 ];
H A Dresampler_private_down_FIR.c46 opus_int32 index_Q16, res_Q6; local
53 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
55 buf_ptr = buf + silk_RSHIFT( index_Q16, 16 );
58 interpol_ind = silk_SMULWB( index_Q16 & 0xFFFF, FIR_Fracs );
87 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
89 buf_ptr = buf + silk_RSHIFT( index_Q16, 1
[all...]
/external/libopus/silk/
H A Dresampler_private_IIR_FIR.c43 opus_int32 index_Q16, res_Q15; local
48 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
50 buf_ptr = &buf[ index_Q16 >> 16 ];
H A Dresampler_private_down_FIR.c46 opus_int32 index_Q16, res_Q6; local
53 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
55 buf_ptr = buf + silk_RSHIFT( index_Q16, 16 );
58 interpol_ind = silk_SMULWB( index_Q16 & 0xFFFF, FIR_Fracs );
87 for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 += index_increment_Q16 ) {
89 buf_ptr = buf + silk_RSHIFT( index_Q16, 1
[all...]

Completed in 136 milliseconds