Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator.c82 uint8_t* ydst = it->yuv_in_ + Y_OFF; in VP8IteratorImport() local
93 memcpy(ydst, ysrc, w); in VP8IteratorImport()
94 if (w < 16) memset(ydst + w, ydst[w - 1], 16 - w); in VP8IteratorImport()
95 ydst += BPS; in VP8IteratorImport()
99 memcpy(ydst, ydst - BPS, 16); in VP8IteratorImport()
100 ydst += BPS; in VP8IteratorImport()
136 uint8_t* ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
148 memcpy(ydst + i * pic->y_stride, ysrc + i * BPS, w); in VP8IteratorExport()
/external/webp/src/dec/
Dframe.c223 uint8_t* const ydst = dec->cache_y_ + dec->mb_x_ * 16; in VP8StoreBlock() local
227 memcpy(ydst + y * dec->cache_y_stride_, in VP8StoreBlock()
256 uint8_t* const ydst = dec->cache_y_ - ysize; in VP8FinishRow() local
266 io->y = ydst; in VP8FinishRow()
319 memcpy(ydst, ydst + 16 * dec->cache_y_stride_, ysize); in VP8FinishRow()