Home
last modified time | relevance | path

Searched defs:bit_drop (Results 1 – 4 of 4) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcydcrush.c75 void cydcrush_set(CydCrush *crush, int downsample, int bit_drop, int dither, int gain) in cydcrush_set()
H A Dcydcrush.h41 int counter, bit_drop, downsample, dither, gain; member
H A Dcydfx.h50 Uint8 bit_drop; // 1 member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/math/generic/
H A Ddp_trig.cpp34 int bit_drop = (exponent - 52) + inv_y_exponent + 1; in mod_impl() local