Home
last modified time | relevance | path

Searched defs:ydst (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Diterator.c113 uint8_t* const ydst = it->yuv_in_ + Y_OFF; in VP8IteratorImport() local
153 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
/external/opencv3/3rdparty/libwebp/dec/
Dframe.c172 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local
/external/webp/src/enc/
Diterator.c192 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local
/external/webp/src/dec/
Dframe.c422 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local