Searched refs:isBGR (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_internal.h264 #define isBGR(x) ( \ macro
H A Dswscale.c142 || isBGR(x) \
156 || isBGR(x) \
1785 if ( (isBGR(srcFormat) && isBGR(dstFormat))
1803 }else if ( (isBGR(srcFormat) && isRGB(dstFormat))
1804 || (isRGB(srcFormat) && isBGR(dstFormat))){
2214 needsDither= (isBGR(dstFormat) || isRGB(dstFormat))
2216 && ((fmt_depth(dstFormat))<(fmt_depth(srcFormat)) || (!(isRGB(srcFormat) || isBGR(srcFormat))));
2292 if ((isBGR(dstFormat) || isRGB(dstFormat)) && !(flags&SWS_FULL_CHR_H_INT)) c->chrDstHSubSample=1;
2299 if ((isBGR(srcForma
[all...]
H A Dswscale_template.c2350 if(c->srcRange != c->dstRange && !(isRGB(c->dstFormat) || isBGR(c->dstFormat))){
2643 if(c->srcRange != c->dstRange && !(isRGB(c->dstFormat) || isBGR(c->dstFormat))){

Completed in 106 milliseconds