Searched defs:dataBits (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp87 CBC_QRCoderBitVector* dataBits,
109 EmbedDataBits(dataBits, maskPattern, matrix, e);
192 void CBC_QRCoderMatrixUtil::EmbedDataBits(CBC_QRCoderBitVector* dataBits, argument
196 if (!matrix || !dataBits) {
219 if (bitIndex < dataBits->Size()) {
220 bit = dataBits->At(bitIndex, e);
243 if (bitIndex != dataBits->Size()) {
86 BuildMatrix( CBC_QRCoderBitVector* dataBits, CBC_QRCoderErrorCorrectionLevel* ecLevel, int32_t version, int32_t maskPattern, CBC_CommonByteMatrix* matrix, int32_t& e) argument
H A DBC_QRCoderEncoder.cpp354 CBC_QRCoderBitVector dataBits; local
355 dataBits.Init();
362 AppendBytes(result.second, result.first, &dataBits, encoding, e);
366 int32_t numInputBytes = dataBits.sizeInBytes();
419 CBC_QRCoderBitVector dataBits; local
420 dataBits.Init();
427 AppendBytes(result.second, result.first, &dataBits, encoding, e);
431 int32_t numInputBytes = dataBits.sizeInBytes();
503 CBC_QRCoderBitVector dataBits; local
504 dataBits
[all...]
/external/aac/libAACenc/src/
H A Dqc_main.cpp729 int dataBits = 0; local
735 dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extBitsUsed;
738 dataBits += qcOut[c]->globalExtBits;
740 totalUsedBits += (8 - (dataBits) % 8) % 8;
741 totalUsedBits += dataBits + globHdrBits; /* header bits for every frame */
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp988 int dataBytes, dataBits; local
990 dataBits = *count;
992 if (dataBits > ((512)*8)) {
994 dataBits = (512)*8;
997 dataBytes = (dataBits+7)>>3;
1022 FDKinitBitStream(hBsBwd, bsBufferDrm, (512), dataBits, BS_READER);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 565 milliseconds