Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dgifdec.c116 const uint32_t *src_px, in gif_copy_img_rect() local
123 src_px = src_py + l; in gif_copy_img_rect()
126 memcpy(dst_px, src_px, w * sizeof(uint32_t)); in gif_copy_img_rect()