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()
733 int dataBits = 0; in FDKaacEnc_getTotalConsumedBits() local739 …dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extB… in FDKaacEnc_getTotalConsumedBits()742 dataBits += qcOut[c]->globalExtBits; in FDKaacEnc_getTotalConsumedBits()744 totalUsedBits += (8 - (dataBits) % 8) % 8; in FDKaacEnc_getTotalConsumedBits()745 totalUsedBits += dataBits + globHdrBits; /* header bits for every frame */ in FDKaacEnc_getTotalConsumedBits()
58 DataBits? dataBits;112 // See <code>ConnectionOptions.dataBits</code>. This field may be omitted114 DataBits? dataBits;