Searched defs:rgb2yuv (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | input.c | 45 enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToY_c_template() 61 int width, enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToUV_c_template() 80 int width, enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToUV_half_c_template() 152 int32_t *rgb2yuv) in rgb48ToUV_c_template() 174 int32_t *rgb2yuv) in rgb48ToUV_half_c_template() 289 int32_t *rgb2yuv) in rgb16_32ToUV_c_template() 317 int32_t *rgb2yuv) in rgb16_32ToUV_half_c_template() 400 int width, uint32_t *rgb2yuv) in gbr24pToUV_half_c() 768 int width, uint32_t *rgb2yuv) in bgr24ToY_c() 783 const uint8_t *src2, int width, uint32_t *rgb2yuv) in bgr24ToUV_c() [all …]
|
D | bayer_template.c | 190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ argument
|
D | rgb2rgb_template.c | 651 int chromStride, int srcStride, int32_t *rgb2yuv) in ff_rgb24toyv12_c()
|
/third_party/ffmpeg/libavfilter/ |
D | colorspacedsp.h | 65 rgb2yuv_fn rgb2yuv[NB_BPP][NB_SS]; member
|
D | vf_colorspace.c | 157 rgb2yuv_fn rgb2yuv; member 644 double rgb2yuv[3][3], (*yuv2rgb)[3] = s->yuv2rgb_dbl_coeffs; in create_filtergraph() local 677 double (*rgb2yuv)[3] = s->rgb2yuv_dbl_coeffs; in create_filtergraph() local 709 double (*rgb2yuv)[3] = s->rgb2yuv_dbl_coeffs; in create_filtergraph() local
|
D | vf_tonemap_opencl.c | 123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
|
D | colorspacedsp_template.c | 130 static void fn(rgb2yuv)(uint8_t *_yuv[3], const ptrdiff_t yuv_stride[3], in fn() argument
|
D | vf_colorize.c | 187 static void rgb2yuv(float r, float g, float b, int *y, int *u, int *v, int depth) in rgb2yuv() function
|
D | vf_hqx.c | 58 static av_always_inline uint32_t rgb2yuv(const uint32_t *r2y, uint32_t c) in rgb2yuv() function
|
/third_party/flutter/skia/src/core/ |
D | SkYUVMath.cpp | 164 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()
|
/third_party/skia/src/core/ |
D | SkYUVMath.cpp | 292 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()
|