Home
last modified time | relevance | path

Searched refs:RESAMP_STEP_BITS (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/sndiod/
Ddsp.h53 #define RESAMP_STEP_BITS (RESAMP_BITS - 6) macro
54 #define RESAMP_STEP (1 << RESAMP_STEP_BITS)
Ddsp.c365 qi = q >> RESAMP_STEP_BITS; in resamp_do()
369 s += (int64_t)qf * ds >> RESAMP_STEP_BITS; in resamp_do()
/openbsd/src/usr.bin/aucat/
Ddsp.h53 #define RESAMP_STEP_BITS (RESAMP_BITS - 6) macro
54 #define RESAMP_STEP (1 << RESAMP_STEP_BITS)
Ddsp.c434 qi = q >> RESAMP_STEP_BITS; in resamp_do()
438 s += (int64_t)qf * ds >> RESAMP_STEP_BITS; in resamp_do()