Searched defs:decode (Results 1 - 25 of 314) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/blast/
H A Dblast.c46 /* input limit error return state for bits() and decode() */
97 * seen in the function decode() below.
125 local int decode(struct state *s, struct huffman *h) function
175 * Huffman code for n symbols, construct the tables required to decode those
182 * possible for decode() using that table to return an error--any stream of
184 * it is possible for decode() using that table to return an error for received
213 return 0; /* complete, but decode() will fail */
325 /* decode literals and length/distance pairs */
329 symbol = decode(s, &lencode);
335 dist = decode(
[all...]
/external/zlib/src/contrib/puff/
H A Dpuff.c13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
111 /* input limit error return state for bits() and decode() */
204 * seen in the function decode() below.
235 local int decode(struct state *s, const struct huffman *h) function
258 * A faster version of decode() for real applications of this code. It's not
263 local int decode(struct state *s, const struct huffman *h) function
310 * Huffman code for n symbols, construct the tables required to decode those
317 * possible for decode() using that table to return an error--any stream of
319 * it is possible for decode() usin
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp910 decode the symbol from the tree. The "readBitFromStream" code is inlined in
1100 while(!error) /*decode all symbols until end reached, breaks at end code*/
6136 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, const unsigned char* in, function in namespace:lodepng
6153 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, function in namespace:lodepng
6156 return decode(out, w, h, in.empty() ? 0 : &in[0], (unsigned)in.size(), colortype, bitdepth);
6159 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, function in namespace:lodepng
6174 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, function in namespace:lodepng
6178 return decode(out, w, h, state, in.empty() ? 0 : &in[0], in.size());
6182 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, const std::string& filename, function in namespace:lodepng
6187 return decode(ou
[all...]
H A Dlodepng_util.cpp347 int decode(bool& decoded, unsigned long& result, size_t& treepos, unsigned long bit) const function in struct:lodepng::ExtractZlib::HuffmanTree
396 //decode a single symbol from given list of bits with given code tree. return value is the symbol
401 error = codetree.decode(decoded, ct, treepos, readBitFromStream(bp, in));
420 std::vector<unsigned long> codelengthcode(19); //lengths of tree to decode the lengths of the dynamic tree
572 void decode(const unsigned char* in, size_t size) function in struct:lodepng::ExtractPNG
651 decoder.decode(&in[0], in.size());
/external/zxing/core/
H A Dcore.jar ... Object { public abstract com.google.zxing.Result decode (com.google.zxing.BinaryBitmap) throws com. ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java53 if (message.what == R.id.decode) {
54 decode((byte[]) message.obj, message.arg1, message.arg2);
63 * reuse the same reader objects from one decode to the next.
69 private void decode(byte[] data, int width, int height) { method in class:DecodeHandler
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java185 public static final byte[] decode(byte[] src) throws IllegalArgumentException method in class:Base64
247 public static final String decode(String src) method in class:Base64
249 return new String(decode(src.getBytes()));
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c28 #include "webrtc/modules/audio_coding/codecs/ilbc/decode.h"
58 short decode( /* (o) Number of decoded samples */ function
282 decode(&Dec_Inst, &decodeddata[count * Dec_Inst.blockl],
288 decode(&Dec_Inst, &decodeddata[count*Dec_Inst.blockl],
/external/webrtc/webrtc/base/
H A Dstringencode.cc92 size_t decode(char * buffer, size_t buflen, function in namespace:rtc
/external/v8/src/
H A Dutils.h302 // BitField is a help template for encoding and decode bitfield with
337 static T decode(U value) { function in class:v8::internal::BitFieldBase
385 static T decode(U data, int item) { function in class:v8::internal::BitSetComputer
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/testng/doc/
H A Dprettify.js136 PR_DecodeHelper.prototype.decode = function (s, i) {
414 decodeHelper.decode(s, i);
773 decodeHelper.decode(s, i);
896 if ('<' == decodeHelper.decode(s, 0)) {
897 decodeHelper.decode(s, decodeHelper.next);
906 if ('<' == decodeHelper.decode(s, 0) &&
926 if (pos >= 0 && '>' == decodeHelper.decode(s, pos + 1) &&
939 if ('<' == decodeHelper.decode(tok.token, 0) &&
941 '/' == decodeHelper.decode(tok.token, decodeHelper.next)) {
996 var fc = decodeHelper.decode(f
[all...]
/external/tcpdump/
H A Dprint-esp.c165 /* see if we can find the SA, and if so, decode it */
277 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
283 char *decode, struct sa_list *sa)
290 colon = strchr(decode, ':');
292 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
297 if (strlen(decode) > strlen("-hmac96") &&
298 !strcmp(decode + strlen(decode) - strlen("-hmac96"),
300 p = strstr(decode, "
282 espprint_decode_encalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
351 espprint_decode_authalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
441 char *decode; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c39 * attributes and returns the appropriate decode context.
51 * the ModR/M byte is required to decode a particular instruction.
93 * decode - Reads the appropriate instruction table to obtain the unique ID of
102 static InstrUID decode(OpcodeType type, function
153 * decode(); specifierForUID will not check bounds.
665 *instructionID = decode(insn->opcodeType,
670 *instructionID = decode(insn->opcodeType,
858 * NOOP shouldn't decode as NOOP if REX.b is set. Instead
859 * it should decode as XCHG %r8, %eax.
1587 * decode th
[all...]
/external/strace/
H A Dmsghdr.c370 const enum iov_decode decode = local
381 ptr_to_kulong(msg->msg_iov), decode, data_size);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVDecorate.cpp113 SPIRVDecorate::decode(std::istream &I){ function in class:SPIRV::SPIRVDecorate
135 SPIRVMemberDecorate::decode(std::istream &I){ function in class:SPIRV::SPIRVMemberDecorate
146 SPIRVDecorationGroup::decode(std::istream &I){ function in class:SPIRV::SPIRVDecorationGroup
163 SPIRVGroupDecorateGeneric::decode(std::istream &I){ function in class:SPIRV::SPIRVGroupDecorateGeneric
H A DSPIRVEntry.cpp203 SPIRVEntry::decode(std::istream &I) { function in class:SPIRV::SPIRVEntry
411 E.decode(I);
428 SPIRVEntryPoint::decode(std::istream &I) { function in class:SPIRV::SPIRVEntryPoint
440 SPIRVExecutionMode::decode(std::istream &I) { function in class:SPIRV::SPIRVExecutionMode
481 SPIRVName::decode(std::istream &I) { function in class:SPIRV::SPIRVName
500 SPIRVLine::decode(std::istream &I) { function in class:SPIRV::SPIRVLine
535 SPIRVExtInstImport::decode(std::istream &I) { function in class:SPIRV::SPIRVExtInstImport
553 SPIRVMemoryModel::decode(std::istream &I) { function in class:SPIRV::SPIRVMemoryModel
577 SPIRVSource::decode(std::istream &I) { function in class:SPIRV::SPIRVSource
594 SPIRVSourceExtension::decode(st function in class:SPIRV::SPIRVSourceExtension
608 SPIRVExtension::decode(std::istream &I) { function in class:SPIRV::SPIRVExtension
624 SPIRVCapability::decode(std::istream &I) { function in class:SPIRV::SPIRVCapability
[all...]
H A DSPIRVFunction.cpp98 SPIRVFunction::decode(std::istream &I) { function in class:SPIRVFunction
130 /// Do it here instead of in BB:decode to avoid back track in input stream.
H A DSPIRVInstruction.h378 virtual void decode(std::istream &I) { function in class:SPIRV::SPIRVInstTemplateBase
547 void decode(std::istream &I) { function in class:SPIRV::SPIRVStore
594 void decode(std::istream &I) { function in class:SPIRV::SPIRVLoad
1242 void decode(std::istream &I) { function in class:SPIRV::SPIRVExtInst
1428 void decode(std::istream &I) { function in class:SPIRV::SPIRVCopyMemory
1484 void decode(std::istream &I) { function in class:SPIRV::SPIRVCopyMemorySized
H A DSPIRVStream.cpp103 decode(const SPIRVDecoder& I, T &V) { function in namespace:SPIRV
131 return decode(I, V); \
H A DSPIRVType.cpp287 void SPIRVTypeForwardPointer::decode(std::istream &I) { function in class:SPIRV::SPIRVTypeForwardPointer
H A DSPIRVValue.h176 void decode(std::istream &I) { function in class:SPIRV::SPIRVConstant
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
H A DBase64Coder.java22 * This class is used to encode and decode data in Base64 format as described in
195 return new String(decode(s));
218 return decode(buf, 0, p);
231 public static byte[] decode(String s) { method in class:Base64Coder
232 return decode(s.toCharArray());
245 public static byte[] decode(char[] in) { method in class:Base64Coder
246 return decode(in, 0, in.length);
265 public static byte[] decode(char[] in, int iOff, int iLen) { method in class:Base64Coder
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
H A DUriEncoder.java50 public static String decode(ByteBuffer buff) throws CharacterCodingException { method in class:UriEncoder
51 CharBuffer chars = UTF8Decoder.decode(buff);
55 public static String decode(String buff) { method in class:UriEncoder
57 return URLDecoder.decode(buff, "UTF-8");

Completed in 643 milliseconds

1234567891011>>