Home
last modified time | relevance | path

Searched defs:yuv2rgb (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp.h62 yuv2rgb_fn yuv2rgb[NB_BPP][NB_SS]; member
Dvf_colorspace.c156 yuv2rgb_fn yuv2rgb; member
644 double rgb2yuv[3][3], (*yuv2rgb)[3] = s->yuv2rgb_dbl_coeffs; in create_filtergraph() local
710 double (*yuv2rgb)[3] = s->yuv2rgb_dbl_coeffs; in create_filtergraph() local
Dvf_tonemap_opencl.c123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
Dcolorspacedsp_template.c54 static void fn(yuv2rgb)(int16_t *rgb[3], ptrdiff_t rgb_stride, in fn() argument
/third_party/ffmpeg/libavcodec/
Dg2meet.c261 static inline void yuv2rgb(uint8_t *out, int ridx, int Y, int U, int V) in yuv2rgb() function