| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftlcdfil.c | 79 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/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_barycenter_f32.c | 55 const float32_t *weights, in arm_barycenter_f32() 200 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32() 353 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32()
|
| D | arm_barycenter_f16.c | 68 const float16_t *weights, in arm_barycenter_f16() 210 void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t *out, uint32_t nbV… in arm_barycenter_f16()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | discrete_distribution.h | 68 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()
|
| D | discrete_distribution_test.cc | 157 std::vector<double> weights(kBuckets, 0); in TEST() local
|
| /third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_dct4_q31.c | 65 const q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local
|
| D | arm_dct4_f32.c | 137 const float32_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_f32() local
|
| D | arm_dct4_q15.c | 63 const q15_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q15() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| D | astc_decompress_symbolic.cpp | 27 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/ |
| D | SkPathRef.cpp | 357 SkScalar* weights = nullptr; in growForVerbsInPath() local 368 SkScalar** weights) { in growForRepeatedVerb()
|
| /third_party/gstreamer/gstplugins_bad/ext/opencv/ |
| D | gstretinex.h | 72 double *weights; member
|
| /third_party/skia/include/private/ |
| D | SkPathRef.h | 44 int points, weights; member 67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef()
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | simple_idct_msa.c | 27 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
|
| D | h264dsp_mmi.c | 1190 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels16_8_mmi() 1304 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels8_8_mmi() 1394 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels4_8_mmi()
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deRandom.cpp | 151 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/vulkan/texture/ |
| D | vktSampleVerifier.cpp | 323 const Vec2& weights, in getFilteredSample2D() 363 const Vec3& weights, in getFilteredSample3D() 412 const Vec3& weights, in getFilteredSample()
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_internal.h | 1055 alignas(ASTCENC_VECALIGN) float weights[BLOCK_MAX_TEXELS]; member 1278 uint8_t weights[BLOCK_MAX_WEIGHTS]; member 1940 const float* weights, in bilinear_infill() 1963 const float* weights, in bilinear_infill_2() 1982 const float* weights, in bilinear_infill_vla() 2022 const float* weights, in bilinear_infill_vla_2()
|
| D | astcenc_decompress_symbolic.cpp | 39 const int* weights in compute_value_of_texel_weight_int_vla() 71 vint4 weights in lerp_color_int()
|
| D | astcenc_symbolic_physical.cpp | 184 uint8_t weights[64]; in symbolic_to_physical() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_atadenoise.c | 59 float weights[4][SIZE]; member 358 const float *weights = s->weights[p]; in filter_slice() local
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | hevc_pel.c | 32 static const int weights[] = { 0, 128, 255, -1 }; variable
|
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| D | es2sDrawTests.cpp | 200 float weights[SIZE]; member
|
| /third_party/ffmpeg/libavcodec/ |
| D | mss12.h | 42 int16_t weights[MODEL_MAX_SYMS + 1]; member
|
| /third_party/skia/include/core/ |
| D | SkPath.h | 1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) in RangeIter()
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgStatement.cpp | 63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; in chooseStatement() local
|