Searched refs:fmt_depth (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.h284 static inline int fmt_depth(int fmt) function
H A Dswscale.c919 int step= fmt_depth(c->dstFormat)/8;
1778 const int srcBpp= (fmt_depth(srcFormat) + 7) >> 3;
1779 const int dstBpp= (fmt_depth(dstFormat) + 7) >> 3;
1780 const int srcId= fmt_depth(srcFormat) >> 2; /* 1:0, 4:1, 8:2, 15:3, 16:4, 24:6, 32:8 */
1781 const int dstId= fmt_depth(dstFormat) >> 2;
2215 && (fmt_depth(dstFormat))<24
2216 && ((fmt_depth(dstFormat))<(fmt_depth(srcFormat)) || (!(isRGB(srcFormat) || isBGR(srcFormat))));
H A Dyuv2rgb.c532 const int bpp = fmt_depth(c->dstFormat);

Completed in 99 milliseconds