Searched defs:weights (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/opus/src/src/
H A Dmlp_data.c2 It contains multi-layer perceptron (MLP) weights. */
8 static const float weights[422] = { variable
104 weights
H A Dmlp.h36 const float *weights; member in struct:__anon14738
H A Dmlp_train.h80 double **weights; member in struct:__anon14739
/external/libopus/src/
H A Dmlp_data.c2 It contains multi-layer perceptron (MLP) weights. */
8 static const float weights[422] = { variable
104 weights
H A Dmlp.h36 const float *weights; member in struct:__anon24569
/external/clang/test/Profile/
H A Dc-general.c120 // Never reached -> no weights
137 // Never reached -> no weights
196 // never reached -> no weights
213 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; local
215 // No cases -> no weights
216 switch (weights[0]) {
225 for (int i = 0, len = sizeof(weights) / sizeof(weights[0]); i < len; ++i) {
228 switch (i[weights]) {
275 // Never reached -> no weights
[all...]
/external/srec/srec/include/
H A Dswimodel.h39 const wtdata *weights; /*pointer to weights*/ member in struct:__anon31165
/external/chromium_org/third_party/freetype/src/base/
H A Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; local
56 fir[0] = weights[2] * val1;
57 fir[1] = weights[3] * val1;
58 fir[2] = weights[4] * val1;
63 fir[0] += weights[1] * val1;
64 fir[1] += weights[2] * val1;
65 fir[2] += weights[3] * val1;
66 fir[3] += weights[4] * val1;
74 pix = fir[0] + weights[0] * val;
75 fir[0] = fir[1] + weights[
[all...]
/external/freetype/src/base/
H A Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; local
50 /* the values in `weights' can exceed 0xFF */
59 fir[0] = weights[2] * val1;
60 fir[1] = weights[3] * val1;
61 fir[2] = weights[4] * val1;
65 fir[0] += weights[1] * val1;
66 fir[1] += weights[2] * val1;
67 fir[2] += weights[3] * val1;
68 fir[3] += weights[4] * val1;
76 pix = fir[0] + weights[
[all...]
/external/openfst/src/include/fst/script/
H A Dshortest-path.h65 vector<typename Arc::Weight> weights; local
73 ArcFilter>::Construct(ifst, &weights);
78 ShortestPath(ifst, ofst, &weights, spopts);
85 ArcFilter>::Construct(ifst, &weights);
90 ShortestPath(ifst, ofst, &weights, spopts);
97 ArcFilter >::Construct(ifst, &weights);
102 ShortestPath(ifst, ofst, &weights, spopts);
109 ArcFilter>::Construct(ifst, &weights);
114 ShortestPath(ifst, ofst, &weights, spopts);
121 ArcFilter>::Construct(ifst, &weights);
[all...]
H A Drmepsilon.h174 vector<typename Arc::Weight> weights; local
176 RmEpsilonHelper(fst, &weights, opts);
178 // Copy the weights back
179 args->arg2->resize(weights.size());
180 for (unsigned i = 0; i < weights.size(); ++i) {
181 (*args->arg2)[i] = WeightClass(weights[i]);
H A Dshortest-distance.h95 const Fst<Arc> &fst, const vector<typename Arc::Weight> *weights) {
106 vector<typename Arc::Weight> weights; local
112 fst, &weights);
115 ShortestDistance(fst, &weights, sdopts);
122 fst, &weights);
126 ShortestDistance(fst, &weights, sdopts);
133 fst, &weights);
137 ShortestDistance(fst, &weights, sdopts);
145 fst, &weights);
149 ShortestDistance(fst, &weights, sdopt
94 Construct( const Fst<Arc> &fst, const vector<typename Arc::Weight> *weights) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftlcdfil.c39 FT_Byte* weights = library->lcd_weights; local
57 fir[0] = weights[2] * val1;
58 fir[1] = weights[3] * val1;
59 fir[2] = weights[4] * val1;
64 fir[0] += weights[1] * val1;
65 fir[1] += weights[2] * val1;
66 fir[2] += weights[3] * val1;
67 fir[3] += weights[4] * val1;
75 pix = fir[0] + weights[0] * val;
76 fir[0] = fir[1] + weights[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp235 static const FontWeight weights[] = { local
247 index = clampTo<int>(index, 0, WTF_ARRAY_LENGTH(weights) - 1);
249 return weights[index];
/external/opencv/cv/src/
H A Dcvlinefit.cpp46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line ) argument
56 if( weights == 0 )
72 x += weights[i] * points[i].x;
73 y += weights[i] * points[i].y;
74 x2 += weights[i] * points[i].x * points[i].x;
75 y2 += weights[i] * points[i].y * points[i].y;
76 xy += weights[i] * points[i].x * points[i].y;
77 w += weights[i];
102 icvFitLine3D_wods( CvPoint3D32f * points, int count, float *weights, float *line ) argument
116 if( weights )
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.cpp279 SkScalar** weights) {
348 SkASSERT(weights);
349 *weights = fConicWeights.append(numVbs);
277 growForRepeatedVerb(int verb, int numVbs, SkScalar** weights) argument
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h238 const RealScalar weights[] = { 0.2777777777777777777777777777777778L, 0.4444444444444444444444444444444444L, local
244 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
254 const RealScalar weights[] = { 0.1739274225687269286865319746109997L, 0.3260725774312730713134680253890003L, local
260 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
271 const RealScalar weights[] = { 0.1184634425280945437571320203599587L, 0.2393143352496832340206457574178191L, local
278 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
289 const RealScalar weights[] = { 0.0856622461895851725201480710863665L, 0.1803807865240693037849167569188581L, local
296 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
308 const RealScalar weights[] = { 0.0647424830844348466353057163395410L, 0.1398526957446383339507338857118898L, local
316 result += weights[
328 const RealScalar weights[] = { 0.0506142681451881295762656771549811L, 0.1111905172266872352721779972131204L, local
349 const RealScalar weights[] = { 0.0406371941807872059859460790552618L, 0.0903240803474287020292360156214564L, local
371 const RealScalar weights[] = { 0.0333356721543440687967844049466659L, 0.0747256745752902965728881698288487L, local
394 const RealScalar weights[] = { 0.0278342835580868332413768602212743L, 0.0627901847324523123173471496119701L, local
[all...]
/external/skia/src/core/
H A DSkPathRef.cpp279 SkScalar** weights) {
348 SkASSERT(NULL != weights);
349 *weights = fConicWeights.append(numVbs);
277 growForRepeatedVerb(int verb, int numVbs, SkScalar** weights) argument
/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; local
65 // Compute weights
69 weights[ndx] = statementSpecs[ndx].getWeight(state);
70 sum += weights[ndx];
85 sum += weights[ndx];
91 else if (weights[ndx] > 0.0f)
H A DrsgProgramExecutor.cpp327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y); local
334 weights.x(), weights.y());
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp211 float weights[SIZE]; member in struct:deqp::gles2::Stress::__anon19969::UniformWeightArray
216 weights[i] = 1.0f;
323 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights);
325 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
326 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
328 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
343 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
344 attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
345 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
346 attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h240 // Given a vector that maps from states to weights and a Less
241 // comparison function object between weights, this class defines a
250 StateWeightCompare(const vector<Weight>* weights, const L &less) argument
251 : weights_(weights), less_(less) {}
642 // true if the semiring is idempotent and all the arc weights are equal to
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_core.c98 // - weights [i] : Weights used for averaging.
102 const int16_t* weights) {
108 weighted_average += data[k * kNumChannels] * weights[k * kNumChannels];
101 WeightedAverage(int16_t* data, int16_t offset, const int16_t* weights) argument
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp488 float weights[SIZE]; member in struct:deqp::gles2::Functional::__anon19874::UniformWeightArray
493 weights[i] = 1.0f;
600 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights);
602 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
603 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
605 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
620 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
621 attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
622 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
623 attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp403 float weights[SIZE]; member in struct:deqp::gles3::Stress::__anon20251::UniformWeightArray
408 weights[i] = 1.0f;
540 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights);
542 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
543 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
545 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
560 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
561 attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
562 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
563 attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
[all...]

Completed in 942 milliseconds

12