Searched defs:ENCODE (Results 1 - 2 of 2) sorted by relevance

/external/lzma/Asm/x86/
H A DAesOpt.asm133 ENCODE macro op:req macro
157 ENCODE LOAD_OP
210 ENCODE LOAD_OP_W
226 ENCODE LOAD_OP
/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

Completed in 90 milliseconds