Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator_enc.c179 static void ExportBlock(const uint8_t* src, uint8_t* dst, int dst_stride, in ExportBlock() function
206 ExportBlock(ysrc, ydst, pic->y_stride, w, h); in VP8IteratorExport()
211 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
212 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()