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

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_chorus.c95 #define INTERPOLATION_SUBSAMPLES (1 << (INTERPOLATION_SUBSAMPLES_LN2-1)) macro
96 #define INTERPOLATION_SUBSAMPLES_ANDMASK (INTERPOLATION_SUBSAMPLES-1)
134 fluid_real_t sinc_table[INTERPOLATION_SAMPLES][INTERPOLATION_SUBSAMPLES];
162 for (ii = 0; ii < INTERPOLATION_SUBSAMPLES; ii++){
165 + (double) ii / (double) INTERPOLATION_SUBSAMPLES);
453 * full periods of MAX_SAMPLES*INTERPOLATION_SUBSAMPLES to
455 int pos_subsamples = (INTERPOLATION_SUBSAMPLES * chorus->counter
458 int pos_samples = pos_subsamples/INTERPOLATION_SUBSAMPLES;
460 /* modulo divide by INTERPOLATION_SUBSAMPLES */
521 * full periods of MAX_SAMPLES*INTERPOLATION_SUBSAMPLES t
[all...]

Completed in 30 milliseconds