AV_PIX_FMT_FLAG_PAL 1629 cmdutils.c                    pix_desc->flags & AV_PIX_FMT_FLAG_PAL       ? 'P' : '.',
AV_PIX_FMT_FLAG_PAL  196 libavcodec/jpeg2000dec.c                          (desc->flags & AV_PIX_FMT_FLAG_PAL) == pal8 * AV_PIX_FMT_FLAG_PAL;
AV_PIX_FMT_FLAG_PAL   91 libavcodec/rawdec.c     if (desc->flags & (AV_PIX_FMT_FLAG_PAL | AV_PIX_FMT_FLAG_PSEUDOPAL)) {
AV_PIX_FMT_FLAG_PAL   73 libavcodec/smvjpegdec.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  125 libavfilter/vf_boxblur.c         if (!(desc->flags & (AV_PIX_FMT_FLAG_HWACCEL | AV_PIX_FMT_FLAG_BITSTREAM | AV_PIX_FMT_FLAG_PAL)) &&
AV_PIX_FMT_FLAG_PAL  282 libavfilter/vf_crop.c     if (!(desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL)) {
AV_PIX_FMT_FLAG_PAL   55 libavfilter/vf_fieldorder.c                   desc->flags & AV_PIX_FMT_FLAG_PAL     ||
AV_PIX_FMT_FLAG_PAL  165 libavfilter/vf_hflip.c     if (av_pix_fmt_desc_get(inlink->format)->flags & AV_PIX_FMT_FLAG_PAL)
AV_PIX_FMT_FLAG_PAL   91 libavfilter/vf_il.c         if (!(desc->flags & AV_PIX_FMT_FLAG_PAL) && !(desc->flags & AV_PIX_FMT_FLAG_HWACCEL))
AV_PIX_FMT_FLAG_PAL   83 libavfilter/vf_pixdesctest.c     if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  333 libavfilter/vf_scale.c     scale->input_is_pal = desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  336 libavfilter/vf_scale.c     scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL   71 libavfilter/vf_shuffleplanes.c         if ((desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  107 libavfilter/vf_telecine.c               desc->flags & AV_PIX_FMT_FLAG_PAL     ||
AV_PIX_FMT_FLAG_PAL   70 libavfilter/vf_transpose.c         if (!(desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  193 libavutil/frame.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL) {
AV_PIX_FMT_FLAG_PAL  126 libavutil/imgutils.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  219 libavutil/imgutils.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL)
AV_PIX_FMT_FLAG_PAL  289 libavutil/imgutils.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
AV_PIX_FMT_FLAG_PAL  392 libavutil/imgutils.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL) {
AV_PIX_FMT_FLAG_PAL  291 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PAL,
AV_PIX_FMT_FLAG_PAL 2152 libavutil/pixdesc.c     ((pixdesc)->nb_components == 2 || (pixdesc)->nb_components == 4 || (pixdesc)->flags & AV_PIX_FMT_FLAG_PAL)
AV_PIX_FMT_FLAG_PAL 2156 libavutil/pixdesc.c     if (desc->flags & AV_PIX_FMT_FLAG_PAL)
AV_PIX_FMT_FLAG_PAL  163 libavutil/pixdesc.h #define PIX_FMT_PAL       AV_PIX_FMT_FLAG_PAL
AV_PIX_FMT_FLAG_PAL  670 libswscale/swscale_internal.h     (!(av_pix_fmt_desc_get(x)->flags & AV_PIX_FMT_FLAG_PAL) && \
AV_PIX_FMT_FLAG_PAL  824 libswscale/swscale_internal.h     return (desc->flags & AV_PIX_FMT_FLAG_PAL) || (desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL);