Home
last modified time | relevance | path

Searched refs:phase_bits (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c119 int n, phase_bits; member
384 int order, num_coefs = f->interp[0].scalar, phase_bits, phases, coefs_size; in rate_init() local
403 phase_bits = ceil(f1->scalar + log(mult)/log(2.)); in rate_init()
404 phases = !rational? (1 << phase_bits) : arbL; in rate_init()
432 arb_stage.phase_bits = phase_bits; in rate_init()
H A Drate_filters.h102 #define VAR_POLY_PHASE_BITS p->phase_bits