Searched refs:bbase (Results 1 - 3 of 3) 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
685 bbase = isRgb ? 0 : 3;
693 y_table[i+110+2048] = (yval >> 7) << bbase;
704 bbase = isRgb ? 0 : 6;
712 y_table[i+37+2048] = ((yval + 43) / 85) << bbase;
723 bbase = isRgb ? 0 : 8;
731 y_table16[i+2048] = (yval >> 4) << bbase;
746 bbase = isRgb ? 0 : (bpp - 5);
754 y_table16[i+2048] = (yval >> 3) << bbase;
783 bbase
[all...]
/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
790 bbase = isRgb ? 0 : 3;
798 y_table[i + 110 + 2048] = (yval >> 7) << bbase;
809 bbase = isRgb ? 0 : 6;
817 y_table[i + 37 + 2048] = ((yval + 43) / 85) << bbase;
828 bbase = isRgb ? 0 : 8;
836 y_table16[i + 2048] = (yval >> 4) << bbase;
851 bbase = isRgb ? 0 : (bpp - 5);
859 y_table16[i + 2048] = (yval >> 3) << bbase;
890 bbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dballoc.c44 unsigned cgno, bit, end_bit, bbase, blkmap, i; local
76 bbase = ufs_blknum (bit);
77 blkmap = ubh_blkmap (UCPI_UBH(ucpi), ucpi->c_freeoff, bbase);
90 blkmap = ubh_blkmap (UCPI_UBH(ucpi), ucpi->c_freeoff, bbase);
96 blkno = ufs_fragstoblks (bbase);
107 unsigned cylno = ufs_cbtocylno (bbase);
110 ufs_cbtorpos(bbase)), 1);

Completed in 404 milliseconds