Searched refs:COEF_INTERP (Results 1 – 2 of 2) 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)) 25 #if COEF_INTERP == 0 27 #elif COEF_INTERP == 1 29 #elif COEF_INTERP == 2 31 #elif COEF_INTERP == 3 34 #error COEF_INTERP 50 #if COEF_INTERP > 0 in FUNCTION() [all …]
|
| H A D | rate_filters.h | 110 #define COEF_INTERP 1 macro 117 #define COEF_INTERP 2 macro 124 #define COEF_INTERP 3 macro 147 #define COEF_INTERP 1 macro 155 #define COEF_INTERP 2 macro
|