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

  /external/eigen/doc/special_examples/
Tutorial_sparse_example.cpp 7 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n);
16 std::vector<T> coefficients; // list of non-zeros coefficients local
18 buildProblem(coefficients, b, n);
21 A.setFromTriplets(coefficients.begin(), coefficients.end());
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 440 // The strategy is to use one FIR (different coefficients) for each of r, g, and b.
442 // The FIRs are aligned, and the coefficients reach 5 samples to each side of their 'center'.
449 // Coefficients determined by a gausian where 5 samples = 3 std deviations (0x110 'contrast').
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { local
478 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value;
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 25 SkBicubicImageFilter::SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16], SkImageFilter* input)
28 memcpy(fCoefficients, coefficients, sizeof(fCoefficients));
35 static const SkScalar coefficients[16] = { local
41 return SkNEW_ARGS(SkBicubicImageFilter, (scale, coefficients, input));
167 const float* coefficients() const { return fCoefficients; } function in class:GrBicubicEffect
174 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) {
175 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
180 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16]);
232 kMat44f_GrSLType, "Coefficients");
242 GrGLShaderVar("coefficients", kMat44f_GrSLType)
337 SkScalar coefficients[16]; local
    [all...]
  /external/pixman/test/
stress-test.c 248 pixman_fixed_t *coefficients = NULL; local
359 coefficients = malloc (n_coefficients * sizeof (pixman_fixed_t));
361 if (coefficients)
366 coefficients[i + 2] = prng_rand();
368 coefficients[0] = width << 16;
369 coefficients[1] = height << 16;
385 pixman_image_set_filter (image, filter, coefficients, n_coefficients);
  /external/skia/src/core/
SkScalerContext.cpp 440 // The strategy is to use one FIR (different coefficients) for each of r, g, and b.
442 // The FIRs are aligned, and the coefficients reach 5 samples to each side of their 'center'.
449 // Coefficients determined by a gausian where 5 samples = 3 std deviations (0x110 'contrast').
456 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { local
478 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value;
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 25 SkBicubicImageFilter::SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16], SkImageFilter* input)
28 memcpy(fCoefficients, coefficients, sizeof(fCoefficients));
35 static const SkScalar coefficients[16] = { local
41 return SkNEW_ARGS(SkBicubicImageFilter, (scale, coefficients, input));
167 const float* coefficients() const { return fCoefficients; } function in class:GrBicubicEffect
174 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) {
175 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
180 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16]);
232 kMat44f_GrSLType, "Coefficients");
242 GrGLShaderVar("coefficients", kMat44f_GrSLType)
337 SkScalar coefficients[16]; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 157 milliseconds