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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c211 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *d, int bits, int shapingtype) argument
218 if (shapingtype < 0) shapingtype = 0;
219 if (shapingtype > 3) shapingtype = 3;
220 d->ShapingType = (NoiseShaping)shapingtype;
221 index = bits - 11 - shapingtype;
228 d->FilterCoeff = F [shapingtype];
239 static FLaC__INLINE FLAC__int64 dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, double Sum, int k) argument
251 if(shapingtype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c211 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *d, int bits, int shapingtype) argument
218 if (shapingtype < 0) shapingtype = 0;
219 if (shapingtype > 3) shapingtype = 3;
220 d->ShapingType = (NoiseShaping)shapingtype;
221 index = bits - 11 - shapingtype;
228 d->FilterCoeff = F [shapingtype];
239 static FLaC__INLINE FLAC__int64 dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, double Sum, int k) argument
251 if(shapingtype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c211 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *d, int bits, int shapingtype) argument
218 if (shapingtype < 0) shapingtype = 0;
219 if (shapingtype > 3) shapingtype = 3;
220 d->ShapingType = (NoiseShaping)shapingtype;
221 index = bits - 11 - shapingtype;
228 d->FilterCoeff = F [shapingtype];
239 static FLaC__INLINE FLAC__int64 dither_output_(DitherContext *d, FLAC__bool do_dithering, int shapingtype, int i, double Sum, int k) argument
251 if(shapingtype
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/share/
H A Dreplaygain_synthesis.h46 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *dither, int bits, int shapingtype);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/share/
H A Dreplaygain_synthesis.h46 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *dither, int bits, int shapingtype);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/share/
H A Dreplaygain_synthesis.h46 void FLAC__replaygain_synthesis__init_dither_context(DitherContext *dither, int bits, int shapingtype);

Completed in 191 milliseconds