Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Ddither.c60 int mute_dither_threshold; // threshold for disabling dither member
197 if (state->mute > c->mute_dither_threshold) { in quantize_triangular_ns()
423 c->mute_dither_threshold = lrintf(sample_rate * MUTE_THRESHOLD_SEC); in ff_dither_alloc()
424 c->mute_reset_threshold = c->mute_dither_threshold * 4; in ff_dither_alloc()