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

  /external/srec/srec/include/
swimodel.h 39 const wtdata *weights; /*pointer to weights*/ member in struct:__anon11393
  /external/freetype/src/base/
ftlcdfil.c 36 FT_Byte* weights = library->lcd_weights; local
54 fir[0] = weights[2] * val1;
55 fir[1] = weights[3] * val1;
56 fir[2] = weights[4] * val1;
61 fir[0] += weights[1] * val1;
62 fir[1] += weights[2] * val1;
63 fir[2] += weights[3] * val1;
64 fir[3] += weights[4] * val1;
72 pix = fir[0] + weights[0] * val;
73 fir[0] = fir[1] + weights[1] * val
    [all...]
  /system/media/mca/filterpacks/imageproc/java/
SepiaFilter.java 106 float weights[] = { 805.0f / 2048.0f, 715.0f / 2048.0f, 557.0f / 2048.0f, local
109 mProgram.setHostValue("matrix", weights);
SaturateFilter.java 48 "uniform vec3 weights;\n" +
52 " float kv = dot(color.rgb, weights) + shift;\n" +
60 "uniform vec3 weights;\n" +
65 " float de = dot(color.rgb, weights);\n" +
145 float weights[] = { 2f/8f, 5f/8f, 1f/8f}; local
147 mBenProgram.setHostValue("weights", weights);
150 mHerfProgram.setHostValue("weights", weights);
  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 123 // (If you change RADIUS, you'll have to change the weights[] too.)
125 final int[] weights = { 13, 23, 32, 39, 42, 39, 32, 23, 13}; // Adds up to 256 local
139 int weight = weights[i+RADIUS];
  /external/opencv/ml/src/
mlboost.cpp 185 const double* weights = ensemble->get_subtree_weights()->data.db; local
200 double w = weights[i];
221 double w = weights[idx];
229 double w = weights[idx];
249 const double* weights = ensemble->get_subtree_weights()->data.db; local
252 const double* rcw0 = weights + n;
263 double w = weights[idx];
278 double w = weights[idx], w2 = w*w;
303 double w = weights[idx];
341 const double* weights = ensemble->get_subtree_weights()->data.db local
445 const double* weights = ensemble->get_subtree_weights()->data.db; local
493 const double* weights = ensemble->get_subtree_weights()->data.db; local
575 const double* weights = ensemble->get_subtree_weights()->data.db; local
641 const double* weights = ensemble->get_subtree_weights()->data.db; local
702 const double* weights = ensemble->get_weights()->data.db; local
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 439 Buffer_int weights; member in class:WeightedRand
446 for (int i=0; i<size; ++i) weights.append(DEFAULT_WEIGHT);
450 weights.append_array( (*weight_list),s);
451 for (int i=s; i<size; ++i) weights.append(DEFAULT_WEIGHT);
453 weights.append_array( (*weight_list),size);
457 int c = weights.content_size();
459 total += weights[i];
464 weights.append(weight);
492 mark -= weights[i]; // 0 <= mark <= total
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL)
1040 Buffer_int weights; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 3412 const unsigned char *weights, *extra, *cp; local
    [all...]
regexec.c 3894 const unsigned char *weights, *extra; local
    [all...]
  /external/opencv/ml/include/
ml.h 562 start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0)
572 probs(_probs), weights(_weights), means(_means), covs(_covs), term_crit(_term_crit)
579 const CvMat* weights; member in struct:CvEMParams
630 CvMat* weights; member in class:CvEM
1135 CvMat* weights; member in class:CvBoost
1235 double** weights; member in class:CvANN_MLP
    [all...]

Completed in 2025 milliseconds