Home
last modified time | relevance | path

Searched defs:rgb_dst (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmss12.c294 static int decode_region(ArithCoder *acoder, uint8_t *dst, uint8_t *rgb_dst, in decode_region()
351 uint8_t *rgb_dst = c->rgb_pic + x * 3 + y * c->rgb_stride; in motion_compensation() local
383 uint8_t *rgb_dst = c->rgb_pic + x * 3 + y * c->rgb_stride; in decode_region_masked() local
480 uint8_t *rgb_dst = c->rgb_pic ? c->rgb_pic + x * 3 + y * rgb_stride : NULL; in decode_region_intra() local
Dmss2.c242 uint8_t *rgb_dst, ptrdiff_t rgb_stride, uint32_t *pal, in decode_rle()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c48 unsigned rgb_dst : 8; /**< PIPE_BLENDFACTOR_x */ member