Searched refs:codewords (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_ErrorCorrection.cpp | 143 WideString CreateECCBlock(const WideString& codewords, size_t numECWords) { in CreateECCBlock() argument 146 const size_t len = codewords.GetLength(); in CreateECCBlock() 157 uint16_t m = ecc[numECWords - 1] ^ codewords[i]; in CreateECCBlock() 184 WideString CBC_ErrorCorrection::EncodeECC200(const WideString& codewords, in EncodeECC200() argument 186 if (codewords.GetLength() != symbolInfo->dataCapacity()) in EncodeECC200() 189 WideString sb = codewords; in EncodeECC200() 192 WideString ecc = CreateECCBlock(codewords, symbolInfo->errorCodewords()); in EncodeECC200() 217 temp.InsertAtBack(static_cast<wchar_t>(codewords[d])); in EncodeECC200()
|
D | BC_HighLevelEncoder.cpp | 173 WideString codewords = context.m_codewords; in EncodeHighLevel() local 174 if (codewords.GetLength() < capacity) in EncodeHighLevel() 175 codewords += kPad; in EncodeHighLevel() 177 while (codewords.GetLength() < capacity) in EncodeHighLevel() 178 codewords += Randomize253State(kPad, codewords.GetLength() + 1); in EncodeHighLevel() 180 ASSERT(!codewords.IsEmpty()); in EncodeHighLevel() 181 return codewords; in EncodeHighLevel()
|
D | BC_DataMatrixWriter.cpp | 123 WideString codewords = in Encode() local 125 if (codewords.IsEmpty()) in Encode() 134 pdfium::MakeUnique<CBC_DefaultPlacement>(codewords, width, height); in Encode()
|
D | BC_EncoderContext.cpp | 59 void CBC_EncoderContext::writeCodewords(const WideString& codewords) { in writeCodewords() argument 60 m_codewords += codewords; in writeCodewords()
|
D | BC_ErrorCorrection.h | 20 static WideString EncodeECC200(const WideString& codewords,
|
D | BC_DefaultPlacement.cpp | 29 CBC_DefaultPlacement::CBC_DefaultPlacement(WideString codewords, in CBC_DefaultPlacement() argument 32 : m_codewords(std::move(codewords)), in CBC_DefaultPlacement()
|
D | BC_EncoderContext.h | 24 void writeCodewords(const WideString& codewords);
|
D | BC_DefaultPlacement.h | 16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 223 LLVMValueRef *codewords, in lp_build_gather_s3tc() argument 261 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc() 269 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc() 293 *codewords = tmp[3]; in lp_build_gather_s3tc() 321 *codewords = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 1); in lp_build_gather_s3tc() 323 *codewords = LLVMBuildBitCast(builder, *codewords, type32_vec, ""); in lp_build_gather_s3tc() 566 LLVMValueRef codewords, in s3tc_dxt1_full_to_rgba_aos() argument 715 indices = LLVMBuildLShr(builder, codewords, bit_pos, ""); in s3tc_dxt1_full_to_rgba_aos() 740 LLVMValueRef codewords, in s3tc_dxt1_to_rgba_aos() argument 745 colors, codewords, i, j); in s3tc_dxt1_to_rgba_aos() [all …]
|
/external/zstd/doc/ |
D | zstd_compression_format.md | 1205 by bit sequences (codewords), one codeword for each symbol,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/one-true-awk/testdir/ |
D | funstack.in | 1527 …nterpreted by the system. Codewords may describe arrays containing more codewords, thus providing … 19044 …thms are presented to generate the n-bit binary reflected Gray code and codewords of fixed weight …
|