CHUNKY            133 libavcodec/cdxl.c     case CHUNKY:
CHUNKY            265 libavcodec/cdxl.c     if (c->format != BIT_PLANAR && c->format != BIT_LINE && c->format != CHUNKY) {
CHUNKY            273 libavcodec/cdxl.c     if (c->format == CHUNKY)
CHUNKY            280 libavcodec/cdxl.c     if (!encoding && c->palette_size && c->bpp <= 8 && c->format != CHUNKY) {
CHUNKY            282 libavcodec/cdxl.c     } else if (encoding == 1 && (c->bpp == 6 || c->bpp == 8) && c->format != CHUNKY) {
CHUNKY            286 libavcodec/cdxl.c     } else if (!encoding && c->bpp == 24 && c->format == CHUNKY &&