Searched refs:rgb_src (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_composite.c | 47 unsigned rgb_src : 8; /**< PIPE_BLENDFACTOR_x */ member 138 blend->rgb_src = xa_convert_blend_for_luminance(blend->rgb_src); in blend_for_op() 148 if (blend->rgb_src == PIPE_BLENDFACTOR_DST_ALPHA) in blend_for_op() 149 blend->rgb_src = PIPE_BLENDFACTOR_ONE; in blend_for_op() 150 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA) in blend_for_op() 151 blend->rgb_src = PIPE_BLENDFACTOR_ZERO; in blend_for_op() 266 blend.rt[0].rgb_src_factor = blend_opt.rgb_src; in bind_composite_blend_state() 267 blend.rt[0].alpha_src_factor = blend_opt.rgb_src; in bind_composite_blend_state()
|
/third_party/ffmpeg/libavcodec/ |
D | mss12.c | 353 uint8_t *rgb_src; in motion_compensation() local 359 rgb_src = c->last_rgb_pic + x * 3 + y * c->rgb_stride; in motion_compensation() 362 rgb_src = c->rgb_pic + x * 3 + y * c->rgb_stride; in motion_compensation() 366 memmove(rgb_dst, rgb_src, width * 3); in motion_compensation() 370 rgb_src += c->rgb_stride; in motion_compensation()
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 366 const uint8_t * const rgb_src[4] = { rgb_data, NULL, NULL, NULL }; in main() local 425 res = sws_scale(sws, rgb_src, rgb_stride, 0, H / 12, (uint8_t * const *) src, stride); in main()
|