Searched refs:needAlpha (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c616 int i, base, rbase, gbase, bbase, abase, needAlpha; local
784 needAlpha = CONFIG_SWSCALE_ALPHA && isALPHA(c->srcFormat);
785 if (!needAlpha)
792 y_table32[i ] = (yval << rbase) + (needAlpha ? 0 : (255u << abase));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c722 int i, base, rbase, gbase, bbase, av_uninit(abase), needAlpha; local
891 needAlpha = CONFIG_SWSCALE_ALPHA && isALPHA(c->srcFormat);
892 if (!needAlpha)
900 (needAlpha ? 0 : (255u << abase));

Completed in 43 milliseconds