OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Quantize
(Results
1 - 15
of
15
) sorted by null
/gdk/samples/PhotoEditor/jni/
quantize.cpp
38
extern "C" void
Quantize
(
48
LOGE("LockBitmaps in
quantize
failed, error=%d", ret);
/external/openfst/src/include/fst/
expectation-weight.h
55
using PairWeight<X1, X2>::
Quantize
;
96
PairWeight<X1, X2>
Quantize
(float delta = kDelta) const {
97
return PairWeight<X1, X2>::
Quantize
();
lexicographic-weight.h
49
using PairWeight<W1, W2>::
Quantize
;
104
LexicographicWeight<W1, W2>
Quantize
(float delta = kDelta) const {
105
return PairWeight<W1, W2>::
Quantize
();
product-weight.h
40
using PairWeight<W1, W2>::
Quantize
;
80
ProductWeight<W1, W2>
Quantize
(float delta = kDelta) const {
81
return PairWeight<W1, W2>::
Quantize
(delta);
power-weight.h
44
using TupleWeight<W, n>::
Quantize
;
87
PowerWeight<W, n>
Quantize
(float delta = kDelta) const {
88
return TupleWeight<W, n>::
Quantize
(delta);
signed-log-weight.h
41
using PairWeight<X1, X2>::
Quantize
;
77
ProductWeight<X1, X2>
Quantize
(float delta = kDelta) const {
78
return PairWeight<X1, X2>::
Quantize
();
sparse-power-weight.h
85
using SparseTupleWeight<W, K>::
Quantize
;
139
SparsePowerWeight<W, K>
Quantize
(float delta = kDelta) const {
140
return SparseTupleWeight<W, K>::
Quantize
(delta);
tuple-weight.h
115
TupleWeight<W, n>
Quantize
(float delta = kDelta) const {
118
w.values_[i] = values_[i].
Quantize
(delta);
float-weight.h
218
TropicalWeightTpl<T>
Quantize
(float delta = kDelta) const {
343
LogWeightTpl<T>
Quantize
(float delta = kDelta) const {
478
MinMaxWeightTpl<T>
Quantize
(float delta = kDelta) const {
pair-weight.h
97
PairWeight<W1, W2>
Quantize
(float delta = kDelta) const {
98
return PairWeight<W1, W2>(value1_.
Quantize
(delta),
99
value2_.
Quantize
(delta));
sparse-tuple-weight.h
151
SparseTupleWeight<W, K>
Quantize
(float delta = kDelta) const {
154
w.Push(it.Value().first, it.Value().second.
Quantize
(delta));
string-weight.h
118
StringWeight<L, S>
Quantize
(float delta = kDelta) const {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h
140
TropicalWeight
Quantize
(float delta = kDelta) const {
206
LogWeight
Quantize
(float delta = kDelta) const {
product-weight.h
80
ProductWeight<W1, W2>
Quantize
(float delta = kDelta) const {
81
return ProductWeight<W1, W2>(value1_.
Quantize
(), value2_.
Quantize
());
string-weight.h
110
StringWeight<L, S>
Quantize
(float delta = kDelta) const {
Completed in 1191 milliseconds