HomeSort by relevance Sort by last modified time
    Searched defs:kEncodeLabels (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 27 static const uint32 kEncodeLabels = 0x00001;
75 : encode_flags_(kEncodeLabels | kEncodeWeights) {}
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
114 flags_ & kEncodeLabels ? arc.olabel : 0,
239 flags_ & kEncodeLabels ? label : arc.olabel,
250 flags_ & kEncodeLabels ? tuple->olabel : arc.olabel,
259 if (flags_ & kEncodeLabels)
  /external/openfst/src/include/fst/
encode.h 38 static const uint32 kEncodeLabels = 0x0001;
89 : encode_flags_(kEncodeLabels | kEncodeWeights) {}
101 if (encode_flags_ & kEncodeLabels)
133 flags_ & kEncodeLabels ? arc.olabel : 0,
148 flags_ & kEncodeLabels ? arc.olabel : 0,
352 if (flags_ & kEncodeLabels)
429 flags_ & kEncodeLabels ? label : arc.olabel,
438 if (flags_ & kEncodeLabels && arc.ilabel != arc.olabel) {
455 flags_ & kEncodeLabels ? tuple->olabel : arc.olabel,

Completed in 834 milliseconds