Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dsw_gbrp.c206 int32_t rgb2yuv[9] = {0}; in check_input_planar_rgb_to_y() local
273 int32_t rgb2yuv[9] = {0}; in check_input_planar_rgb_to_uv() local
346 int32_t rgb2yuv[9] = {0}; in check_input_planar_rgb_to_a() local
/third_party/ffmpeg/libswscale/
Dinput.c38 enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToY_c_template()
54 int width, enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToUV_c_template()
73 int width, enum AVPixelFormat origin, int32_t *rgb2yuv) in rgb64ToUV_half_c_template()
145 int32_t *rgb2yuv) in rgb48ToUV_c_template()
167 int32_t *rgb2yuv) in rgb48ToUV_half_c_template()
283 int32_t *rgb2yuv) in rgb16_32ToUV_c_template()
311 int32_t *rgb2yuv) in rgb16_32ToUV_half_c_template()
395 int width, uint32_t *rgb2yuv) in gbr24pToUV_half_c()
763 int width, uint32_t *rgb2yuv) in bgr24ToY_c()
778 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
Ddrawutils.h47 double rgb2yuv[3][3]; member
Dvf_colorspace.c145 rgb2yuv_fn rgb2yuv; member
599 double rgb2yuv[3][3], (*yuv2rgb)[3] = s->yuv2rgb_dbl_coeffs; in create_filtergraph() local
632 double (*rgb2yuv)[3] = s->rgb2yuv_dbl_coeffs; in create_filtergraph() local
664 double (*rgb2yuv)[3] = s->rgb2yuv_dbl_coeffs; in create_filtergraph() local
Dvf_tonemap_opencl.c120 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_hqx.c58 static av_always_inline uint32_t rgb2yuv(const uint32_t *r2y, uint32_t c) in rgb2yuv() function
Dvf_colorize.c187 static void rgb2yuv(float r, float g, float b, int *y, int *u, int *v, int depth) in rgb2yuv() function
/third_party/skia/src/core/
DSkYUVMath.cpp292 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()