chroma_sample 23 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (((a) + (c)) * 0.5f) chroma_sample 25 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (a) chroma_sample 27 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (((a) + (b)) * 0.5f) chroma_sample 29 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (c) chroma_sample 31 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (((c) + (d)) * 0.5f) chroma_sample 33 libavfilter/opencl/colorspace_common.cl #define chroma_sample(a,b,c,d) (((a) + (b) + (c) + (d)) * 0.25f)