Home
last modified time | relevance | path

Searched refs:ydst (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c196 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
206 ExportBlock(ysrc, ydst, pic->y_stride, w, h); in VP8IteratorExport()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c413 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local
437 io->y = ydst; in FinishRow()
488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()
/AliOS-Things-master/components/SDL2/src/render/psp/
A DSDL_render_psp.c262 unsigned char *ydst = (unsigned char *)data; in TextureUnswizzle() local
266 unsigned char *xdst = ydst; in TextureUnswizzle()
286 ydst += dstrow; in TextureUnswizzle()

Completed in 8 milliseconds