Searched refs:XWD_CMAP_SIZE (Results 1 – 3 of 3) sorted by relevance
28 #define XWD_CMAP_SIZE 12 macro
148 … 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()
148 out_size = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize; in xwd_encode_frame()