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

  /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...]
  /external/freetype/include/freetype/
ftlcdfil.h 171 * Use this function to override the filter weights selected by
181 * weights ::
183 * uses them to specify the filter weights.
203 unsigned char *weights );
  /external/srec/srec/include/
swimodel.h 39 const wtdata *weights; /*pointer to weights*/ member in struct:__anon7648
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 44 public RunAve(float[] weights) {
45 mWeights = weights;
48 for (int i = 0; i < weights.length; i++) {
49 sum += weights[i];
53 mDepth = weights.length;
  /external/chromium/third_party/icu/source/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...]
  /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...]
  /external/srec/srec/clib/
swimodel.c 375 PLogMessage("loaded models %s num_hmmstates %d num_dims %d num_pdfs %d weights[0] %d\n",
387 hmmstates[i].weights = weight_ptr;
453 weightptr = spd->weights;
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 287 static int weights[] = { 64, 14, 27, 35, 100, 20, 14, 42, 63, 3, 6, 35, 20, 56, 56, 17, 4, 49, 56, 71, 31, 10, 18, 3, 18, 2, 166 };
289 ASSERT(numGlyphs == sizeof(weights) / sizeof(int));
296 totalWeight += weights[i];
297 sum += widthForGlyph(glyph) * weights[i];
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 240 // 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)
251 : weights_(weights), less_(less) {}
642 // true if the semiring is idempotent and all the arc weights are equal to
  /external/v8/tools/
profile.js 365 // Propagate weights so percents can be calculated correctly.
509 * Computes total weights in the call graph.
590 * Node total weight (includes weights of all children).
profile_view.js 50 * of self weights for a bottom up view is needed.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 455 milliseconds