Home
last modified time | relevance | path

Searched defs:rgb2yuv (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libswscale/
Dinput.c45 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 …]
Dbayer_template.c190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ argument
Drgb2rgb_template.c651 int chromStride, int srcStride, int32_t *rgb2yuv) in ff_rgb24toyv12_c()
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp.h65 rgb2yuv_fn rgb2yuv[NB_BPP][NB_SS]; member
Dvf_colorspace.c157 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
Dvf_tonemap_opencl.c123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
Dcolorspacedsp_template.c130 static void fn(rgb2yuv)(uint8_t *_yuv[3], const ptrdiff_t yuv_stride[3], in fn() argument
Dvf_colorize.c187 static void rgb2yuv(float r, float g, float b, int *y, int *u, int *v, int depth) in rgb2yuv() function
Dvf_hqx.c58 static av_always_inline uint32_t rgb2yuv(const uint32_t *r2y, uint32_t c) in rgb2yuv() function
/third_party/flutter/skia/src/core/
DSkYUVMath.cpp164 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()
/third_party/skia/src/core/
DSkYUVMath.cpp292 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()