HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
10 bit-by-bit decode specification of Vorbis I. This document assumes a
11 high-level understanding of the Vorbis decode process, which is
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
26 \subsubsection{Common header decode}
36 Decode continues according to packet type; the identification header
86 Comment header decode and data specification is covered in
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
03-codebook.tex 20 the codebooks themselves and the codewords they decode are unrolled
34 \subsubsection{codebook decode}
68 the array \varname{[codebook_codeword_lengths]}. Decode of lengths is
80 codeword decode tree:
154 Codebook decode precedes according to \varname{[codebook_lookup_type]}:
158 lookup decode.
166 possible scalar values. Lookup decode proceeds as follows:
277 decode to that entry number.
300 decode in a VQ context.
302 \paragraph{Vector value decode: Lookup type 1
    [all...]
08-residue.tex 4 \section{Residue setup and decode} \label{vorbis:spec:residue}
17 vectors during decode. Vorbis makes use of three different encoding
48 decode that partition. The classification numbers of each partition
63 from multiple decode passes. The classification value associated with
144 as in type 1 with decode interleave reversed. If operating on a single
153 \subsection{Residue decode}
155 \subsubsection{header decode}
157 Header decode for all three residue types is identical.
231 An end-of-packet condition at any point in header decode renders the
241 \subsubsection{packet decode}
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 716 pair.second->Assign(soa_->Decode<mirror::Object*>(pair.first));
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 65 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(class_loader)));
761 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
817 soa.AddLocalReference<jobject>(soa.Decode<mirror::Object*>(thisObj));
    [all...]
  /art/runtime/
java_vm_ext.cc 221 if (soa.Decode<mirror::ClassLoader*>(library->GetClassLoader()) != declaring_class_loader) {
jni_internal_test.cc 59 << PrettyDescriptor(soa.Decode<mirror::Class*>(exception_class));
    [all...]
  /external/lldb/source/Core/
Disassembler.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 614 Result = Decoder.Decode(
7zIn.cpp 837 HRESULT result = decoder.Decode(
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/vixl/src/vixl/a64/
debugger-a64.cc 567 printer_->Decode(current);
    [all...]
simulator-a64.h 828 decoder_->Decode(pc_);
    [all...]
  /external/openfst/src/test/
algo_test.h 410 Decode(&D, encoder);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 460 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
504 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
698 if (!pJpxModule->Decode(ctx, m_pCachedBitmap->GetBuffer(), m_pCachedBitmap->GetPitch(), bTranslateColor, output_offsets)) {
    [all...]
  /external/v8/src/x87/
assembler-x87.cc     [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 66 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
78 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/v8/src/
serialize.cc 857 Address address = external_reference_decoder_->Decode(reference_id); \
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 57 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
75 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
90 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]

Completed in 1180 milliseconds

1 2 3 4 56 7