OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_weights
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp
50
pixel_weights.
m_Weights
[0] = 65536;
52
pixel_weights.
m_Weights
[1] = FXSYS_round(
55
pixel_weights.
m_Weights
[0] = 65536 - pixel_weights.
m_Weights
[1];
60
pixel_weights.
m_Weights
[0] = 65536;
109
pixel_weights.
m_Weights
[j - start_i] =
134
pWeight->
m_Weights
[0] = 65536;
135
pWeight->
m_Weights
[1] = 0;
142
pWeight->
m_Weights
[0] = 65536;
143
pWeight->
m_Weights
[1] = 0;
[
all
...]
fx_codec_progress.h
18
int
m_Weights
[1];
/external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp
57
pixel_weights.
m_Weights
[0] = 65536;
59
pixel_weights.
m_Weights
[1] = FXSYS_round(
62
pixel_weights.
m_Weights
[0] = 65536 - pixel_weights.
m_Weights
[1];
87
pixel_weights.
m_Weights
[0] =
99
pixel_weights.
m_Weights
[0] = SDP_Table[256 + weight] << 8;
100
pixel_weights.
m_Weights
[1] =
106
pixel_weights.
m_Weights
[0] =
110
pixel_weights.
m_Weights
[1] = SDP_Table[512 - weight] << 8;
112
pixel_weights.
m_Weights
[0]
[
all
...]
dib_int.h
41
int
m_Weights
[1];
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp
235
SparseWeightVector<string>
M_weights
;
236
classifier->SaveWeights(&
M_weights
);
238
SparseWeightVector<string>::Wmap w_map =
M_weights
.GetMap();
377
SparseWeightVector<string>
M_weights
;
378
classifier->SaveWeights(&
M_weights
);
379
SparseWeightVector<string>::Wmap w_map =
M_weights
.GetMap();
382
normalizer =
M_weights
.GetNormalizer();
383
DecomposeSparseWeightVector(env, &key_array_model, &value_array_model, &
M_weights
);
Completed in 1442 milliseconds