Searched refs:Quantize (Results 1 - 22 of 22) sorted by relevance

/external/openfst/src/include/fst/
H A Dexpectation-weight.h55 using PairWeight<X1, X2>::Quantize;
96 PairWeight<X1, X2> Quantize(float delta = kDelta) const { function in class:fst::ExpectationWeight
97 return PairWeight<X1, X2>::Quantize();
H A Dproduct-weight.h40 using PairWeight<W1, W2>::Quantize;
80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const { function in class:fst::ProductWeight
81 return PairWeight<W1, W2>::Quantize(delta);
H A Dlexicographic-weight.h49 using PairWeight<W1, W2>::Quantize;
104 LexicographicWeight<W1, W2> Quantize(float delta = kDelta) const { function in class:fst::LexicographicWeight
105 return PairWeight<W1, W2>::Quantize();
H A Dpower-weight.h44 using TupleWeight<W, n>::Quantize;
87 PowerWeight<W, n> Quantize(float delta = kDelta) const { function in class:fst::PowerWeight
88 return TupleWeight<W, n>::Quantize(delta);
H A Dsparse-power-weight.h85 using SparseTupleWeight<W, K>::Quantize;
139 SparsePowerWeight<W, K> Quantize(float delta = kDelta) const { function in class:fst::SparsePowerWeight
140 return SparseTupleWeight<W, K>::Quantize(delta);
H A Dpair-weight.h97 PairWeight<W1, W2> Quantize(float delta = kDelta) const { function in class:fst::PairWeight
98 return PairWeight<W1, W2>(value1_.Quantize(delta),
99 value2_.Quantize(delta));
H A Dsigned-log-weight.h41 using PairWeight<X1, X2>::Quantize;
77 ProductWeight<X1, X2> Quantize(float delta = kDelta) const { function in class:fst::SignedLogWeightTpl
78 return PairWeight<X1, X2>::Quantize();
H A Dtuple-weight.h115 TupleWeight<W, n> Quantize(float delta = kDelta) const { function in class:fst::TupleWeight
118 w.values_[i] = values_[i].Quantize(delta);
H A Dfloat-weight.h221 TropicalWeightTpl<T> Quantize(float delta = kDelta) const { function in class:fst::TropicalWeightTpl
346 LogWeightTpl<T> Quantize(float delta = kDelta) const { function in class:fst::LogWeightTpl
481 MinMaxWeightTpl<T> Quantize(float delta = kDelta) const { function in class:fst::MinMaxWeightTpl
H A Dfactor-weight.h322 p.second.Quantize(delta_)));
340 p.second.Quantize(delta_)));
H A Dsparse-tuple-weight.h151 SparseTupleWeight<W, K> Quantize(float delta = kDelta) const { function in class:fst::SparseTupleWeight
154 w.Push(it.Value().first, it.Value().second.Quantize(delta));
H A Dstring-weight.h118 StringWeight<L, S> Quantize(float delta = kDelta) const { function in class:fst::StringWeight
H A Darc-map.h1099 ToWeight w = arc.weight.Quantize(delta_);
H A Ddeterminize.h664 dest_element.weight = dest_element.weight.Quantize(delta_);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const { function in class:fst::ProductWeight
81 return ProductWeight<W1, W2>(value1_.Quantize(), value2_.Quantize());
H A Dfloat-weight.h140 TropicalWeight Quantize(float delta = kDelta) const { function in class:fst::TropicalWeight
206 LogWeight Quantize(float delta = kDelta) const { function in class:fst::LogWeight
H A Dfactor-weight.h269 p.second.Quantize(delta_)));
285 p.second.Quantize(delta_)));
H A Dstring-weight.h110 StringWeight<L, S> Quantize(float delta = kDelta) const { function in class:fst::StringWeight
H A Ddeterminize.h364 dest_element.weight = dest_element.weight.Quantize(delta_);
H A Dmap.h931 ToWeight w = arc.weight.Quantize(delta_);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c977 static int16x8_t Quantize(int16_t* const in, function
1013 const int16x8_t out0 = Quantize(in, mtx, 0);
1014 const int16x8_t out1 = Quantize(in, mtx, 8);
/external/webp/src/dsp/
H A Denc_neon.c977 static int16x8_t Quantize(int16_t* const in, function
1013 const int16x8_t out0 = Quantize(in, mtx, 0);
1014 const int16x8_t out1 = Quantize(in, mtx, 8);

Completed in 630 milliseconds