Searched refs:RESAMP_LENGTH (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/sndiod/
H A Ddsp.h48 #define RESAMP_LENGTH (8 * RESAMP_UNIT) macro
83 #define RESAMP_NCTX (RESAMP_LENGTH / RESAMP_UNIT * RESAMP_RATIO)
H A Ddsp.c56 const int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = {
383 while (q < RESAMP_LENGTH) {
/openbsd-current/usr.bin/aucat/
H A Ddsp.h48 #define RESAMP_LENGTH (8 * RESAMP_UNIT) macro
83 #define RESAMP_NCTX (RESAMP_LENGTH / RESAMP_UNIT * RESAMP_RATIO)
H A Ddsp.c126 const int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = {
453 while (q < RESAMP_LENGTH) {

Completed in 83 milliseconds