Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/freetype/src/base/
Dftlcdfil.c79 FT_LcdFiveTapFilter weights ) in ft_lcd_filter_fir()
185 FT_Byte* weights ) in _ft_lcd_filter_legacy()
291 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
397 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
/third_party/astc-encoder/Utils/
Dastcenc_u8_test_bench.cpp46 vint4 weights(wt1); in main() local
80 vint4 weights(wt1); in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.h68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type()
119 explicit discrete_distribution(std::initializer_list<double> weights) in discrete_distribution()
Ddiscrete_distribution_test.cc157 std::vector<double> weights(kBuckets, 0); in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_decompress_symbolic.cpp27 const int* weights in compute_value_of_texel_int()
252 int weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block() local
/third_party/skia/src/core/
DSkPathRef.cpp357 SkScalar* weights = nullptr; in growForVerbsInPath() local
368 SkScalar** weights) { in growForRepeatedVerb()
/third_party/skia/include/private/
DSkPathRef.h44 int points, weights; member
67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef()
/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_msa.c27 v8i16 weights = { 0, 22725, 21407, 19266, 16383, 12873, 8867, 4520 }; in simple_idct_msa() local
190 v8i16 weights = { 0, 22725, 21407, 19266, 16383, 12873, 8867, 4520 }; in simple_idct_put_msa() local
366 v8i16 weights = { 0, 22725, 21407, 19266, 16383, 12873, 8867, 4520 }; in simple_idct_add_msa() local
Dh264dsp_mmi.c1191 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels16_8_mmi()
1305 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels8_8_mmi()
1395 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels4_8_mmi()
/third_party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp165 uint8_t weights[64]; in symbolic_to_physical() local
195 uint8_t weights[64]; in symbolic_to_physical() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.cpp151 static const float weights[] = { 0.4f, 0.6f, 1.5f, 0.5f, 1.2f, 0.3f, 0.2f, 1.4f }; in Random_selfTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifier.cpp323 const Vec2& weights, in getFilteredSample2D()
363 const Vec3& weights, in getFilteredSample3D()
412 const Vec3& weights, in getFilteredSample()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp323 const Vec2& weights, in getFilteredSample2D()
363 const Vec3& weights, in getFilteredSample3D()
412 const Vec3& weights, in getFilteredSample()
/third_party/ffmpeg/libavfilter/
Dvf_mix.c42 float *weights; member
200 const float *weights = s->weights; in mix_frames() local
Dvf_atadenoise.c60 float weights[4][SIZE]; member
346 const float *weights = s->weights[p]; in filter_slice() local
Daf_dynaudnorm.c77 double *weights; member
452 const double *weights = s->weights; in gaussian_filter() local
/third_party/python/Lib/
Dstatistics.py436 def fmean(data, weights=None): argument
493 def harmonic_mean(data, weights=None): argument
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp200 float weights[SIZE]; member
/third_party/ffmpeg/libavcodec/
Dmss12.h42 int16_t weights[MODEL_MAX_SYMS + 1]; member
Dmss3.c47 int weights[16], freqs[16]; member
54 int weights[256], freqs[256]; member
/third_party/ffmpeg/tests/checkasm/
Dhevc_pel.c32 static const int weights[] = { 0, 128, 255, -1 }; variable
/third_party/vk-gl-cts/framework/randomshaders/
DrsgStatement.cpp63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; in chooseStatement() local
DrsgExpression.cpp331 float weights[MAX_EXPRESSION_SPECS]; in chooseExpression() local
999 float weights[DE_LENGTH_OF_ARRAY(storages)]; in allocateNewVariable() local
1147 std::vector<float> weights; in VariableRead() local
/third_party/skia/include/core/
DSkPath.h1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) in RangeIter()
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sDrawTests.cpp313 float weights[SIZE]; member

123