HomeSort by relevance Sort by last modified time
    Searched defs:Decode (Results 1 - 25 of 28) sorted by null

1 2

  /external/openfst/src/script/
decode.cc 19 #include <fst/script/decode.h>
25 void Decode(MutableFstClass *ofst, const string &coder_fname) {
28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
  /external/chromium/webkit/glue/
image_decoder.cc 31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const {
  /external/openfst/src/include/fst/script/
decode.h 32 void Decode(DecodeArgs *args) {
35 EncodeMapper<Arc> *decoder = EncodeMapper<Arc>::Read(args->arg2, DECODE);
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 74 // This convention differs from the non-streaming Encode/Decode
111 // not change the limit. Setting the limit to 0 will cause all decode
157 bool Decode(const char* dictionary_ptr,
  /external/open-vcdiff/src/google/
vcdecoder.h 74 // This convention differs from the non-streaming Encode/Decode
111 // not change the limit. Setting the limit to 0 will cause all decode
157 bool Decode(const char* dictionary_ptr,
  /sdk/emulator/qtools/
decoder.cpp 186 // Decode a varint-encoded object starting at the current position in
204 int64_t Decoder::Decode(bool is_signed)
214 // Get the number of bytes to decode based on the first byte.
238 // Get the number of bytes to decode based on the first byte.
  /external/libvorbis/doc/
01-introduction.tex 12 understanding of the Vorbis decode process, which is
40 encoder and simple, low-complexity decoder. Vorbis decode is
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
101 Thus, Vorbis headers are both required for decode to begin and
116 The Vorbis format is well-defined by its decode specification; any
124 Although Vorbis decode is computationally simple, it may still run
127 `full' decode specification yet still be certified compliant. These
134 component abstractions that perform specific functions in the decode
    [all...]
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...]
  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 65 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
70 static inline bool Decode(const std::string& data, DecodeFlags flags,
75 static inline bool Decode(const std::string& data, DecodeFlags flags,
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 169 bool UrlToFilenameEncoder::Decode(const string& encoded_filename,
249 // inability to represent both /a/b/c and /a/b/c/d, and inability to decode
  /external/v8/src/
uri.js 208 function Decode(uri, reserved) {
272 return Decode(string, reservedPredicate);
280 return Decode(string, reservedPredicate);
disassembler.cc 137 // First decode instruction so that we know its length.
317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
324 void Disassembler::Decode(FILE* f, Code* code) {
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
serialize.h 138 Address Decode(uint32_t key) const {
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 75 void RenderSkinMediaButton::Decode()
86 ALOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
97 Decode();
103 // If we failed to decode, do nothing. This way the browser still works,
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 68 bool BookmarkCodec::Decode(BookmarkNode* bb_node,
bookmark_codec_unittest.cc 110 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) {
112 bool result = codec->Decode(AsMutable(model->GetBookmarkBarNode()),
129 EXPECT_TRUE(Decode(&decoder, model.get(), value));
264 ASSERT_TRUE(Decode(&decoder, &decoded_model, *model_value.get()));
285 ASSERT_TRUE(Decode(&decoder2, &decoded_model2, *model_value2.get()));
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
70 " {encode | delta | decode | patch }[ <options> ]\n"
72 "decode or patch: reconstruct target file from dictionary and delta file";
83 // or decode operation.
85 bool Decode();
440 bool VCDiffFileBasedCoder::Decode() {
474 std::cerr << "Error trying to decode data chunk of length "
486 std::cerr << "Decode error; '" << FLAGS_delta
538 std::cerr << "Error trying to decode data chunk of length
    [all...]
  /external/open-vcdiff/src/
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
71 " {encode | delta | decode | patch }[ <options> ]\n"
73 "decode or patch: reconstruct target file from dictionary and delta file";
84 // or decode operation.
86 bool Decode();
444 bool VCDiffFileBasedCoder::Decode() {
478 std::cerr << "Error trying to decode data chunk of length "
490 std::cerr << "Decode error; '" << FLAGS_delta
542 std::cerr << "Error trying to decode data chunk of length
    [all...]
  /external/quake/quake/src/QW/client/
md4.c 93 static void Decode (UINT4 *, unsigned char *, unsigned int);
193 Decode (x, block, 64);
274 static void Decode (UINT4 *output, unsigned char *input, unsigned int len)
  /external/skia/legacy/src/images/
SkMovie_gif.cpp 36 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
43 fGIF = DGifOpen( stream, Decode );
  /external/skia/src/images/
SkMovie_gif.cpp 36 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
44 fGIF = DGifOpen( stream, Decode );
46 fGIF = DGifOpen( stream, Decode, NULL );
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 30 enum EncodeType { ENCODE = 1, DECODE = 2 };
126 // Given an encode arc Label decode back to input/output labels and costs
127 const Tuple* Decode(Label key) {
187 // A mapper to encode/decode weighted transducers. Encoding of an
197 // EncodeTable is generated the same table may by used to decode the machine
200 // Encode -> Determinize -> Decode
203 // decode, even though the encoding is not complete.
219 // Copy constructor but setting the type, typically to DECODE
248 table_->Decode(arc.ilabel);
326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper)
    [all...]
  /external/webp/src/dec/
webp.c 424 // Decode bitstream header, update io->width/io->height.
431 if (status == VP8_STATUS_OK) { // Decode
449 if (status == VP8_STATUS_OK) { // Decode
543 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data,
561 // Decode
574 return Decode(MODE_RGB, data, data_size, width, height, NULL);
579 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
584 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
589 return Decode(MODE_BGR, data, data_size, width, height, NULL);
594 return Decode(MODE_BGRA, data, data_size, width, height, NULL)
    [all...]
  /external/openfst/src/include/fst/
encode.h 45 enum EncodeType { ENCODE = 1, DECODE = 2 };
158 // Given an encode arc Label decode back to input/output labels and costs
159 const Tuple* Decode(Label key) const {
161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key;
287 // A mapper to encode/decode weighted transducers. Encoding of an
297 // EncodeTable is generated the same table may by used to decode the machine
300 // Encode -> Determinize -> Decode
303 // decode, even though the encoding is not complete.
323 // Copy constructor but setting the type, typically to DECODE
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]

Completed in 873 milliseconds

1 2