Searched refs:abase (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
786 abase = (base + 24) & 31;
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;
893 abase = (base + 24) & 31;
900 (needAlpha ? 0 : (255u << abase));

Completed in 97 milliseconds