Searched refs:poly_fir_coefs (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate_poly_fir.h | 21 #define a (coef(p->shared->poly_fir_coefs, COEF_INTERP, FIR_LENGTH, phase, 0,j)) 22 #define b (coef(p->shared->poly_fir_coefs, COEF_INTERP, FIR_LENGTH, phase, 1,j)) 23 #define c (coef(p->shared->poly_fir_coefs, COEF_INTERP, FIR_LENGTH, phase, 2,j)) 24 #define d (coef(p->shared->poly_fir_coefs, COEF_INTERP, FIR_LENGTH, phase, 3,j))
|
| H A D | rate_poly_fir0.h | 21 #define _ sum += (coef(p->shared->poly_fir_coefs, 0, FIR_LENGTH, divided.rem, 0, j)) *at[j], ++j;
|
| H A D | rate.c | 86 sample_t * poly_fir_coefs; member 418 if (!arb_stage.shared->poly_fir_coefs) { in rate_init() 422 arb_stage.shared->poly_fir_coefs = prepare_coefs( in rate_init() 515 free(shared->poly_fir_coefs); in rate_close()
|