Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Ddither.c84 if (s->dither.method > SWR_DITHER_TRIANGULAR_HIGHPASS && s->dither.method <= SWR_DITHER_NS) in swri_dither_init()
126 if (!filters[i].coefs && s->dither.method > SWR_DITHER_NS) { in swri_dither_init()
Dswresample.h147 SWR_DITHER_NS = 64, ///< not part of API/ABI enumerator
Dswresample.c381 if (s->dither.method > SWR_DITHER_NS) { in swr_init()
679 if (s->dither.method < SWR_DITHER_NS){ in swr_convert_internal()