Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_yuv2yuv_template.c38 #define fn(a) fn2(a, IN_BIT_DEPTH, OUT_BIT_DEPTH, ss)
50 const int sh = 14 + IN_BIT_DEPTH - OUT_BIT_DEPTH; in fn()
55 const int uv_off_out = rnd + (128 << (OUT_BIT_DEPTH - 8 + sh)); in fn()
Dcolorspacedsp_template.c331 #undef OUT_BIT_DEPTH
332 #define OUT_BIT_DEPTH BIT_DEPTH macro