HomeSort by relevance Sort by last modified time
    Searched defs:Decoder (Results 26 - 43 of 43) sorted by null

12

  /external/libvorbis/doc/
01-introduction.tex 40 encoder and simple, low-complexity decoder. Vorbis decode is
47 decoder memory usage.
53 raw, unformatted 'packets'. The decoder then accepts these raw
61 mechanism and decoder must allow that a packet may be any size, or
118 reference Vorbis decoder described below may be considered a proper
119 Vorbis encoder. A decoder must faithfully and completely implement
121 a proper Vorbis decoder.
131 \subsection{Decoder Configuration}
133 Decoder setup consists of configuration of multiple, self-contained
136 semantically interchangeable; decoder configuration consists both o
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 1 //===------------ FixedLenDecoderEmitter.cpp - Decoder Generator ----------===//
10 // It contains the tablegen backend that emits the decoder functions for
35 #define DEBUG_TYPE "decoder-emitter"
46 std::string Decoder;
49 : Decoder(D) { }
98 // Emit the decoder state machine table.
214 /// which could have been used by the decoder to resolve the conflict. The
215 /// decoder could try to decode the even/odd register numbering and assign to
216 /// VST4q8a or VST4q8b, but for the time being, the decoder chooses the "a"
719 // Emit the decoder state machine table
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 8 public class Decoder
29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice);
38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException
59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders);
62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException
71 public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOException
124 SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decoder();
148 public Decoder()
183 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsMatchDecoders);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 275 int width, int height, CFX_ByteString& decoder,
278 if (decoder == FX_BSTRC("CCITTFaxDecode") || decoder == FX_BSTRC("CCF")) {
281 } else if (decoder == FX_BSTRC("ASCII85Decode") || decoder == FX_BSTRC("A85")) {
283 } else if (decoder == FX_BSTRC("ASCIIHexDecode") || decoder == FX_BSTRC("AHx")) {
285 } else if (decoder == FX_BSTRC("FlateDecode") || decoder == FX_BSTRC("Fl")) {
287 } else if (decoder == FX_BSTRC("LZWDecode") || decoder == FX_BSTRC("LZW")) {
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 586 CDecoder Decoder;
594 Decoder(true)
614 Result = Decoder.Decode(
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1296 milliseconds

12