Home
last modified time | relevance | path

Searched refs:ns_scale_1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
Ddither.c113 s->dither.ns_scale_1 = scale ? 1/scale : 0; in swri_dither_init()
122 …s->dither.ns_scale_1 *= 1 - exp(f->gain_cB * M_LN10 * 0.005) * 2 / (1<<(8*av_get_bytes_per_sample(… in swri_dither_init()
Ddither_template.c48 float S_1 = s->dither.ns_scale_1; in RENAME()
Dswresample_internal.h62 float ns_scale_1; ///< Noise shaping dither scale^-1 member