Searched refs:shapingtype (Results 1 – 2 of 2) sorted by relevance
203 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *d, int bits, int shapingtype) in FLAC__replaygain_synthesis__init_dither_context() argument210 if (shapingtype < 0) shapingtype = 0; in FLAC__replaygain_synthesis__init_dither_context()211 if (shapingtype > 3) shapingtype = 3; in FLAC__replaygain_synthesis__init_dither_context()212 d->ShapingType = (NoiseShaping)shapingtype; in FLAC__replaygain_synthesis__init_dither_context()213 indx = bits - 11 - shapingtype; in FLAC__replaygain_synthesis__init_dither_context()220 d->FilterCoeff = F [shapingtype]; in FLAC__replaygain_synthesis__init_dither_context()244 static int64_t dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, do… in dither_output_() argument250 if(shapingtype == 0) { in dither_output_()
47 … FLAC__replaygain_synthesis__init_dither_context(DitherContext *dither, int bits, int shapingtype);