AV_RESAMPLE_DITHER_NONE  279 libavresample/audio_convert.c     if (avr->dither_method != AV_RESAMPLE_DITHER_NONE          &&
AV_RESAMPLE_DITHER_NONE   80 libavresample/options.c     { "dither_method",          "Dither Method",            OFFSET(dither_method),          AV_OPT_TYPE_INT,    { .i64 = AV_RESAMPLE_DITHER_NONE }, 0, AV_RESAMPLE_DITHER_NB-1, PARAM, "dither_method"},
AV_RESAMPLE_DITHER_NONE   81 libavresample/options.c         {"none",          "No Dithering",                         0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_NONE          }, INT_MIN, INT_MAX, PARAM, "dither_method"},