AV_RESAMPLE_DITHER_TRIANGULAR_NS  228 libavresample/dither.c         if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) {
AV_RESAMPLE_DITHER_TRIANGULAR_NS  279 libavresample/dither.c     if (c->method != AV_RESAMPLE_DITHER_TRIANGULAR_NS) {
AV_RESAMPLE_DITHER_TRIANGULAR_NS  369 libavresample/dither.c     if (avr->dither_method == AV_RESAMPLE_DITHER_TRIANGULAR_NS &&
AV_RESAMPLE_DITHER_TRIANGULAR_NS  378 libavresample/dither.c     if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) {
AV_RESAMPLE_DITHER_TRIANGULAR_NS   85 libavresample/options.c         {"triangular_ns", "Triangular Dither With Noise Shaping", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR_NS }, INT_MIN, INT_MAX, PARAM, "dither_method"},