Searched refs:usePal (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c322 } else if (usePal(srcFormat)) {
812 if ((usePal(srcFormat) && (
881 if (!usePal(format))
936 if (usePal(c->srcFormat)) {
1024 if (!usePal(c->srcFormat))
H A Dswscale_internal.h631 #define usePal(x) ((av_pix_fmt_descriptors[x].flags & PIX_FMT_PAL) || (x) == PIX_FMT_Y400A) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c390 if (!usePal(c->srcFormat)) {
785 if (!usePal(format))
960 if (usePal(c->srcFormat)) {
1093 if (!usePal(c->srcFormat))
H A Dswscale_internal.h812 static av_always_inline int usePal(enum AVPixelFormat pix_fmt) function
H A Dswscale_unscaled.c388 } else if (usePal(srcFormat)) {
1701 if (usePal(srcFormat) && isByteRGB(dstFormat))

Completed in 110 milliseconds