Searched refs:ENCODE (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dencode.h40 ? EncodeMapper<Arc>::Read(coder_fname, ENCODE)
41 : new EncodeMapper<Arc>(flags, ENCODE);
/external/openfst/src/include/fst/
H A Dencode.h45 enum EncodeType { ENCODE = 1, DECODE = 2 }; enumerator in enum:fst::EncodeType
339 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
356 (type_ == ENCODE ? kAddSuperFinalProperties :
381 EncodeType type = ENCODE) {
387 EncodeType type = ENCODE) {
421 if (type_ == ENCODE) { // labels and/or weights to single label
379 Read(istream &strm, const string& source, EncodeType type = ENCODE) argument
386 Read(const string& filename, EncodeType type = ENCODE) argument
H A Dequivalent.h166 EncodeMapper<Arc> mapper(kEncodeWeights|kEncodeLabels, ENCODE);
H A Dminimize.h550 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
573 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
/external/libppp/src/
H A Dslcompress.c103 /* ENCODE encodes a number that is known to be non-zero. ENCODEZ
107 #define ENCODE(n) { \ macro
303 ENCODE(deltaS);
311 ENCODE(deltaA);
319 ENCODE(deltaS);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h30 enum EncodeType { ENCODE = 1, DECODE = 2 }; enumerator in enum:fst::EncodeType
231 if (type_ == ENCODE) { // labels and/or weights to single label
263 (type_ == ENCODE ? kAddSuperFinalProperties :
270 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
H A Dequivalent.h134 EncodeMapper<Arc> mapper(kEncodeWeights|kEncodeLabels, ENCODE);
H A Dminimize.h528 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
/external/srec/srec/crec/
H A Dsrec_context.c2715 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); } macro
2723 ENCODE(signature, arcID);
2724 ENCODE(signature, nodeID);
2725 ENCODE(signature, wordID);
2726 ENCODE(signature, labelID);
2727 ENCODE(signature, costdata);
/external/openfst/src/test/
H A Dalgo_test.h408 EncodeMapper<Arc> encoder(encode_props, ENCODE);
421 EncodeMapper<Arc> encoder(encode_props, ENCODE);
/external/srec/config/en.us/dictionary/
H A Dc0.635415 ENCODE EH0 N K OW1 D
[all...]

Completed in 598 milliseconds