Searched refs:shift_filt (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeex/ |
D | filters.c | 570 const spx_word16_t shift_filt[3][7] = {{-33, 1043, -4551, 19959, 19959, -4551, 1043}, 574 const spx_word16_t shift_filt[3][7] = {{-390, 1540, -4993, 20123, 20123, -4993, 1540}, variable 580 const float shift_filt[3][7] = {{-9.9369e-04, 3.1831e-02, -1.3889e-01, 6.0910e-01, 6.0910e-01, -1.3… 584 const float shift_filt[3][7] = {{-0.011915f, 0.046995f, -0.152373f, 0.614108f, 0.614108f, -0.152373… variable 618 tmp += MULT16_32_Q15(shift_filt[i][k],corr[0][j+k-3]); in interp_pitch() 643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]); in interp_pitch()
|