Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator.c192 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
202 ExportBlock(ysrc, ydst, pic->y_stride, w, h); in VP8IteratorExport()
/external/webp/src/dec/
Dframe.c255 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local
279 io->y = ydst; in FinishRow()
331 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()