XWD_CMAP_SIZE     144 libavcodec/xwddec.c     if (bytestream2_get_bytes_left(&gb) < ncolors * XWD_CMAP_SIZE + avctx->height * lsize) {
XWD_CMAP_SIZE     196 libavcodec/xwddec.c         bytestream2_skipu(&gb, ncolors * XWD_CMAP_SIZE);
XWD_CMAP_SIZE     147 libavcodec/xwdenc.c     out_size    = header_size + ncolors * XWD_CMAP_SIZE + avctx->height * lsize;