Home
last modified time | relevance | path

Searched refs:XWD_CMAP_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dxwd.h28 #define XWD_CMAP_SIZE 12 macro
H A Dxwddec.c148 if (bytestream2_get_bytes_left(&gb) < ncolors * XWD_CMAP_SIZE + (uint64_t)avctx->height * lsize) { in xwd_decode_frame()
200 bytestream2_skipu(&gb, ncolors * XWD_CMAP_SIZE); in xwd_decode_frame()
H A Dxwdenc.c148 out_size = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize; in xwd_encode_frame()

Completed in 2 milliseconds