Searched refs:dataBits (Results 1 – 3 of 3) sorted by relevance
315 short dataBits, entries, channels = 3; /* force three channels in the gamma table */ in SetDeviceGammaRampGD() local322 dataBits = pTableGammaCurrent->gDataWidth; /* table must have same data width */ in SetDeviceGammaRampGD()324 …pTableGammaNew = (GammaTblPtr) CreateEmptyGammaTable (channels, entries, dataBits); /* our new tab… in SetDeviceGammaRampGD()328 if ((256 == entries) && (8 == dataBits)) /* simple case: direct mapping */ in SetDeviceGammaRampGD()333 short bytesPerEntry = (dataBits + 7) / 8; /* size, in bytes, of the device table entries */ in SetDeviceGammaRampGD()334 short shiftRightValue = 8 - dataBits; /* number of right shifts ramp -> device */ in SetDeviceGammaRampGD()
727 int dataBits = 0; in FDKaacEnc_getTotalConsumedBits() local733 …dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extB… in FDKaacEnc_getTotalConsumedBits()736 dataBits += qcOut[c]->globalExtBits; in FDKaacEnc_getTotalConsumedBits()738 totalUsedBits += (8 - (dataBits) % 8) % 8; in FDKaacEnc_getTotalConsumedBits()739 totalUsedBits += dataBits + globHdrBits; /* header bits for every frame */ in FDKaacEnc_getTotalConsumedBits()
375 INT readBits, dataBits = count<<3; in CDataStreamElement_Read() local383 if (readBits != dataBits) { in CDataStreamElement_Read()385 FDKpushBiDirectional(bs, FDKgetValidBits(bs)-dataStart+dataBits); in CDataStreamElement_Read()