Home
last modified time | relevance | path

Searched defs:weights (Results 1 - 25 of 47) sorted by relevance

12

/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp38 bilinear_infill_vla( const decimation_info& di, const float* weights, unsigned int index ) bilinear_infill_vla() argument
78 bilinear_infill_vla_2( const decimation_info& di, const float* weights, unsigned int index ) bilinear_infill_vla_2() argument
[all...]
H A Dastcenc_symbolic_physical.cpp165 uint8_t weights[64]; in symbolic_to_physical() local
195 uint8_t weights[64]; in symbolic_to_physical() local
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c32 static const int weights[] = { 0, 128, 255, -1 }; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() argument
119 explicit discrete_distribution(std::initializer_list<double> weights) in discrete_distribution() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_mmi.c1190 ff_h264_biweight_pixels16_8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, int offset) ff_h264_biweight_pixels16_8_mmi() argument
1304 ff_h264_biweight_pixels8_8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, int offset) ff_h264_biweight_pixels8_8_mmi() argument
1394 ff_h264_biweight_pixels4_8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, int offset) ff_h264_biweight_pixels4_8_mmi() argument
[all...]
H A Dsimple_idct_msa.c27 v8i16 weights = { 0, 22725, 21407, 19266, 16383, 12873, 8867, 4520 }; in simple_idct_msa() local
190 v8i16 weights in simple_idct_put_msa() local
366 v8i16 weights = { 0, 22725, 21407, 19266, 16383, 12873, 8867, 4520 }; simple_idct_add_msa() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmss12.h42 int16_t weights[MODEL_MAX_SYMS + 1]; member
H A Dvp6.c566 vp6_filter_hv4(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int delta, const int16_t *weights) vp6_filter_hv4() argument
H A Ddvenc.c538 const int *weights; in dv_init_enc_block() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp322 getFilteredSample2D(const IVec3& texelBase, const Vec2& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample2D() argument
362 getFilteredSample3D(const IVec3& texelBase, const Vec3& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample3D() argument
411 getFilteredSample(const IVec3& texelBase, const Vec3& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample() argument
[all...]
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp67 ScalarBezCurve(int degree, const std::vector<float>& weights) : ScalarBezCurve(degree) { in ScalarBezCurve() argument
280 const std::vector<float>& weights() cons function in __anon18657::ScalarBezCurve
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp252 int weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block() local
/third_party/skia/gm/
H A Dbeziereffects.cpp252 const SkScalar weights[kNumConics] = { 0.62f, 0.01f, 0.95f, 1.48f, 0.37f, variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp322 getFilteredSample2D(const IVec3& texelBase, const Vec2& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample2D() argument
362 getFilteredSample3D(const IVec3& texelBase, const Vec3& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample3D() argument
411 getFilteredSample(const IVec3& texelBase, const Vec3& weights, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; in chooseStatement() local
H A DrsgProgramExecutor.cpp327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y); in execute() local
/third_party/ffmpeg/libavfilter/
H A Daf_amix.c175 float *weights; /**< custom weights for every input */ member
[all...]
H A Dvf_atadenoise.c60 float weights[4][SIZE]; member
346 const float *weights = s->weights[p]; filter_slice() local
[all...]
H A Dvf_mix.c42 float *weights; member
200 const float *weights = s->weights; mix_frames() local
[all...]
H A Daf_dynaudnorm.c77 double *weights; member
452 const double *weights = s->weights; gaussian_filter() local
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp200 float weights[SIZE]; member
[all...]
/third_party/skia/include/private/
H A DSkPathRef.h44 int points, weights; member
67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp389 float weights[SIZE]; member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp486 float weights[SIZE]; member
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c706 biweight_h264_W_altivec(uint8_t *dst, uint8_t *src, int stride, int height, int log2_denom, int weightd, int weights, int offset, int w) biweight_h264_W_altivec() argument

Completed in 22 milliseconds

12