Searched refs:codeword (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417DetectionResultColumn.cpp | 42 CBC_Codeword* codeword = getCodeword(imageRow); in getCodewordNearby() local 43 if (codeword != NULL) { in getCodewordNearby() 44 return codeword; in getCodewordNearby() 49 codeword = (CBC_Codeword*)m_codewords->GetAt(nearImageRow); in getCodewordNearby() 50 if (codeword != NULL) { in getCodewordNearby() 51 return codeword; in getCodewordNearby() 56 codeword = (CBC_Codeword*)m_codewords->GetAt(nearImageRow); in getCodewordNearby() 57 if (codeword != NULL) { in getCodewordNearby() 58 return codeword; in getCodewordNearby() 72 CBC_Codeword* codeword) { in setCodeword() argument [all …]
|
D | BC_PDF417DetectionResultRowIndicatorColumn.cpp | 42 CBC_Codeword* codeword = (CBC_Codeword*)m_codewords->GetAt(i); in setRowNumbers() local 43 if (codeword != NULL) { in setRowNumbers() 44 codeword->setRowNumberAsRowIndicatorColumn(); in setRowNumbers() 71 CBC_Codeword* codeword = (CBC_Codeword*)codewords->GetAt(codewordsRow); in adjustCompleteIndicatorColumnRowNumbers() local 72 int32_t rowDifference = codeword->getRowNumber() - barcodeRow; in adjustCompleteIndicatorColumnRowNumbers() 79 barcodeRow = codeword->getRowNumber(); in adjustCompleteIndicatorColumnRowNumbers() 82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustCompleteIndicatorColumnRowNumbers() 101 barcodeRow = codeword->getRowNumber(); in adjustCompleteIndicatorColumnRowNumbers() 119 CBC_Codeword* codeword = (CBC_Codeword*)getCodewords()->GetAt(i); in getRowHeights() local 120 if (codeword != NULL) { in getRowHeights() [all …]
|
D | BC_PDF417DetectionResult.cpp | 95 CBC_Codeword* codeword = in toString() local 100 if (codeword == NULL) { in toString() 104 result += codeword->getRowNumber(); in toString() 105 result += codeword->getValue(); in toString() 165 CBC_Codeword* codeword = in adjustRowNumbersFromBothRI() local 170 if (codeword == NULL) { in adjustRowNumbersFromBothRI() 173 codeword->setRowNumber( in adjustRowNumbersFromBothRI() 175 if (!codeword->hasValidRowNumber()) { in adjustRowNumbersFromBothRI() 205 CBC_Codeword* codeword = in adjustRowNumbersFromRRI() local 210 if (codeword != NULL) { in adjustRowNumbersFromRRI() [all …]
|
D | BC_PDF417ScanningDecoder.cpp | 133 CBC_Codeword* codeword = detectCodeword( in decode() local 136 if (codeword != NULL) { in decode() 137 detectionResultColumn->setCodeword(imageRow, codeword); in decode() 139 minCodewordWidth = minCodewordWidth < codeword->getWidth() in decode() 141 : codeword->getWidth(); in decode() 142 maxCodewordWidth = maxCodewordWidth > codeword->getWidth() in decode() 144 : codeword->getWidth(); in decode() 308 CBC_Codeword* codeword = in getRowIndicatorColumn() local 311 if (codeword != NULL) { in getRowIndicatorColumn() 312 rowIndicatorColumn->setCodeword(imageRow, codeword); in getRowIndicatorColumn() [all …]
|
D | BC_PDF417DetectionResult.h | 48 CBC_Codeword* codeword); 52 static FX_BOOL adjustRowNumber(CBC_Codeword* codeword,
|
D | BC_PDF417ScanningDecoder.h | 115 static CFX_Int32Array* getBitCountForCodeword(int32_t codeword); 116 static int32_t getCodewordBucketNumber(int32_t codeword);
|
D | BC_PDF417DetectionResultColumn.h | 18 void setCodeword(int32_t imageRow, CBC_Codeword* codeword);
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 16 decoded output corresponding to a given compressed codeword. 66 total of \varname{[codebook_entries]}, is assigned a codeword length. 67 We now read the list of codeword lengths and store these lengths in 73 If the \varname{[ordered]} flag is unset, the codeword list is not 74 length ordered and the decoder needs to read each codeword length 80 codeword decode tree: 97 5) codeword length for this entry is [length]+1; 108 8) the codeword length for this entry is [length]+1; 115 If the \varname{[ordered]} flag is set, the codeword list for this 117 a length for every codeword, the encoder reads the number of [all …]
|
D | 08-residue.tex | 55 example, the classification codeword encodes two classification 64 a partition is the same in each pass, thus the classification codeword 182 codeword. Note that the number of entries and dimensions in book
|
D | 01-introduction.tex | 250 one of several methods, depending on whether codeword lengths are
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_EncoderContext.cpp | 78 void CBC_EncoderContext::writeCodeword(FX_WCHAR codeword) { in writeCodeword() argument 79 m_codewords += codeword; in writeCodeword()
|
D | BC_EncoderContext.h | 26 void writeCodeword(FX_WCHAR codeword);
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 36 cfc,"compare and form codeword","not implemented",
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 277 * libtiff/tif_fax3.h: Protect against a fax VL(n) codeword commanding
|