Searched refs:rgb_dst (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mss12.c | 294 static int decode_region(ArithCoder *acoder, uint8_t *dst, uint8_t *rgb_dst, in decode_region() argument 301 rgb_stride = rgb_dst ? rgb_stride : 0; in decode_region() 302 rgb_dst = rgb_dst ? rgb_dst + x * 3 + y * rgb_stride : NULL; in decode_region() 316 if (rgb_dst) in decode_region() 317 AV_WB24(rgb_dst + i * 3, pal[p]); in decode_region() 320 rgb_dst = FF_PTR_ADD(rgb_dst, rgb_stride); in decode_region() 351 uint8_t *rgb_dst in motion_compensation() local 383 uint8_t *rgb_dst = c->rgb_pic + x * 3 + y * c->rgb_stride; decode_region_masked() local 480 uint8_t *rgb_dst = c->rgb_pic ? c->rgb_pic + x * 3 + y * rgb_stride : NULL; decode_region_intra() local [all...] |
H A D | mss2.c | 243 uint8_t *rgb_dst, ptrdiff_t rgb_stride, uint32_t *pal, in decode_rle() 268 rgb_dst += rgb_stride * y + x * 3; in decode_rle() 276 rgb_dst += rgb_stride * kf_slipt; in decode_rle() 334 uint8_t *rp = rgb_dst; in decode_rle() 371 rgb_dst += rgb_stride; in decode_rle() 242 decode_rle(GetBitContext *gb, uint8_t *pal_dst, ptrdiff_t pal_stride, uint8_t *rgb_dst, ptrdiff_t rgb_stride, uint32_t *pal, int keyframe, int kf_slipt, int slice, int w, int h) decode_rle() argument
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_composite.c | 48 unsigned rgb_dst : 8; /**< PIPE_BLENDFACTOR_x */ member 139 blend->rgb_dst = xa_convert_blend_for_luminance(blend->rgb_dst); in blend_for_op() 268 blend.rt[0].rgb_dst_factor = blend_opt.rgb_dst; in bind_composite_blend_state() 269 blend.rt[0].alpha_dst_factor = blend_opt.rgb_dst; in bind_composite_blend_state()
|
Completed in 3 milliseconds