Searched defs:rgb2yuv (Results 1 – 12 of 12) sorted by relevance
| /third_party/ffmpeg/tests/checkasm/ |
| D | sw_gbrp.c | 206 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/ |
| D | input.c | 38 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 …]
|
| 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 | drawutils.h | 47 double rgb2yuv[3][3]; member
|
| D | vf_colorspace.c | 145 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
|
| D | vf_tonemap_opencl.c | 120 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_hqx.c | 58 static av_always_inline uint32_t rgb2yuv(const uint32_t *r2y, uint32_t c) in rgb2yuv() function
|
| 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
|
| /third_party/skia/src/core/ |
| D | SkYUVMath.cpp | 292 static void dump(const float m[20], SkYUVColorSpace cs, bool rgb2yuv) { in dump()
|