SWR_DITHER_TRIANGULAR_HIGHPASS 56 libswresample/dither.c case SWR_DITHER_TRIANGULAR_HIGHPASS : SWR_DITHER_TRIANGULAR_HIGHPASS 80 libswresample/dither.c if (s->dither.method > SWR_DITHER_TRIANGULAR_HIGHPASS && s->dither.method <= SWR_DITHER_NS) SWR_DITHER_TRIANGULAR_HIGHPASS 119 libswresample/dither.c s->dither.method = SWR_DITHER_TRIANGULAR_HIGHPASS; SWR_DITHER_TRIANGULAR_HIGHPASS 76 libswresample/options.c {"triangular_hp" , "select triangular dither with high pass" , 0 , AV_OPT_TYPE_CONST, {.i64=SWR_DITHER_TRIANGULAR_HIGHPASS }, INT_MIN, INT_MAX, PARAM, "dither_method"},