Searched refs:dataBits (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c315 short dataBits, entries, channels = 3; /* force three channels in the gamma table */ local
322 dataBits = pTableGammaCurrent->gDataWidth; /* table must have same data width */
324 pTableGammaNew = (GammaTblPtr) CreateEmptyGammaTable (channels, entries, dataBits); /* our new table */
328 if ((256 == entries) && (8 == dataBits)) /* simple case: direct mapping */
333 short bytesPerEntry = (dataBits + 7) / 8; /* size, in bytes, of the device table entries */
334 short shiftRightValue = 8 - dataBits; /* number of right shifts ramp -> device */
/external/aac/libAACenc/src/
H A Dqc_main.cpp727 int dataBits = 0; local
733 dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extBitsUsed;
736 dataBits += qcOut[c]->globalExtBits;
738 totalUsedBits += (8 - (dataBits) % 8) % 8;
739 totalUsedBits += dataBits + globHdrBits; /* header bits for every frame */
/external/aac/libAACdec/src/
H A Daacdecoder.cpp375 INT readBits, dataBits = count<<3; local
383 if (readBits != dataBits) {
385 FDKpushBiDirectional(bs, FDKgetValidBits(bs)-dataStart+dataBits);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 370 milliseconds