Searched defs:Decode (Results 1 - 25 of 58) sorted by relevance

123

/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DBitTreeDecoder.java19 public int Decode(Decoder rangeDecoder) throws java.io.IOException method in class:BitTreeDecoder
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) method in struct:SevenZip.Compression.RangeCoder.BitTreeDecoder
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
H A DRangeCoderBit.cs89 public uint Decode(RangeCoder.Decoder rangeDecoder) method in struct:SevenZip.Compression.RangeCoder.BitDecoder
H A DRangeCoder.cs175 public void Decode(uint start, uint size, uint total) method in class:SevenZip.Compression.RangeCoder.Decoder
/external/v8/src/arm64/
H A Ddecoder-arm64-inl.h19 void Decoder<V>::Decode(Instruction *instr) { function in class:v8::internal::Decoder
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}
262 \subsubsection{Decode Setup}
289 \subsubsection{Decode Procedure}
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
36 Decode continues according to packet type; the identification header
112 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
/external/lzma/CPP/7zip/Compress/
H A DRangeCoderBit.h83 UInt32 Decode(CDecoder *decoder) function in class:NCompress::NRangeCoder::CBitDecoder
H A DRangeCoder.h139 void Decode(UInt32 start, UInt32 size) function in class:NCompress::NRangeCoder::CDecoder
/external/vixl/src/aarch64/
H A Ddecoder-aarch64.h150 void Decode(const Instruction* instr) { function in class:vixl::aarch64::Decoder
157 void Decode(Instruction* instr) { function in class:vixl::aarch64::Decoder
162 // Decode() will call the corresponding visitor method from all registered
173 // d.Decode(i);
212 // Decode the PC relative addressing instruction, and call the corresponding
217 // Decode the add/subtract immediate instruction, and call the correspoding
222 // Decode the branch, system command, and exception generation parts of
227 // Decode the load and store parts of the instruction tree, and call
232 // Decode the logical immediate and move wide immediate parts of the
237 // Decode th
[all...]
/external/webrtc/webrtc/base/
H A Dbase64.h73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { function in class:rtc::Base64
78 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:rtc::Base64
83 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:rtc::Base64
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_decoder.cc20 int AudioDecoder::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoder
23 TRACE_EVENT0("webrtc", "AudioDecoder::Decode");
/external/webrtc/webrtc/modules/utility/source/
H A Dcoder.cc51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, function in class:webrtc::AudioCoder
/external/webrtc/webrtc/test/
H A Dfake_decoder.cc33 int32_t FakeDecoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeDecoder
66 int32_t FakeH264Decoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeH264Decoder
85 return FakeDecoder::Decode(input,
/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( function in class:webrtc::VideoDecoderSoftwareFallbackWrapper
94 int32_t ret = decoder_->Decode(input_image, missing_frames, fragmentation,
98 // Decode OK -> stop using fallback decoder.
112 return fallback_decoder_->Decode(input_image, missing_frames, fragmentation,
/external/v8/src/interpreter/
H A Dbytecode-decoder.cc71 std::ostream& BytecodeDecoder::Decode(std::ostream& os, function in class:v8::internal::interpreter::BytecodeDecoder
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
H A Di420.cc167 int I420Decoder::Decode(const EncodedImage& inputImage, function in class:webrtc::I420Decoder
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc68 if (vcm_->Decode() < 0) {
84 bool Decode() { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
85 vcm_->Decode(10000);
188 if (!(*it)->Decode()) {
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp386 void dng_md5_printer::Decode (uint32 *output, function in class:dng_md5_printer
484 Decode (x, block, 64);
495 Decode (temp, block, 64);
/external/libjpeg-turbo/md5/
H A Dmd5.c38 #define Decode memcpy macro
71 Decode (unsigned int *output, const unsigned char *input, unsigned int len) function
234 Decode (x, block, 64);
/external/lzma/C/
H A DPpmd7.h98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size); member in struct:__anon14036
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c108 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function
226 res = Decode(&outStream.s, useOutFile ? &inStream.s : NULL);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp93 HRESULT CDecoder::Decode( function in class:NArchive::N7z::CDecoder
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException method in class:Decoder.LenDecoder
41 return m_LowCoder[posState].Decode(rangeDecoder);
44 symbol += m_MidCoder[posState].Decode(rangeDecoder);
46 symbol += Base.kNumMidLenSymbols + m_HighCoder.Decode(rangeDecoder);
262 len = m_RepLenDecoder.Decode(m_RangeDecoder, posState) + Base.kMatchMinLen;
271 len = Base.kMatchMinLen + m_LenDecoder.Decode(m_RangeDecoder, posState);
273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder);
/external/skia/src/core/
H A DSkVertices.cpp188 sk_sp<SkVertices> SkVertices::Decode(const void* data, size_t length) { function in class:SkVertices

Completed in 2365 milliseconds

123