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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb.c536 int i, base, rbase, gbase, bbase, abase; local
589 bbase = isRgb ? 0 : 3;
597 y_table[i+110+2048] = (yval >> 7) << bbase;
608 bbase = isRgb ? 0 : 6;
616 y_table[i+37+2048] = ((yval + 43) / 85) << bbase;
628 bbase = isRgb ? 0 : (bpp - 5);
636 y_table16[i+2048] = (yval >> 3) << bbase;
661 bbase = base + (isRgb ? 0 : 16);
670 y_table32[i+2048] = yval << bbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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);
93 blkmap = ubh_blkmap (UCPI_UBH(ucpi), ucpi->c_freeoff, bbase);
99 blkno = ufs_fragstoblks (bbase);
110 unsigned cylno = ufs_cbtocylno (bbase);
113 ufs_cbtorpos(bbase)), 1);

Completed in 51 milliseconds