Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp119 auto weights = renderProgress->GetProgressComponent()->GetTrack()->GetSectionsWeights(); in GetColors() local
/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
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h170 void SetSectionsStyle(const std::vector<Color>& colors, const std::vector<double>& weights) in SetSectionsStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp137 std::vector<float> weights; in FfiOHOSAceFrameworkGaugeSetColorsV2() local
168 std::vector<float> weights; in FfiOHOSAceFrameworkGaugeSetLinearGradientColors() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp180 std::vector<ArkUI_Float32> weights; in ResetColors() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_blur_common.h304 float weights[5] = { 0.5, 0.125, 0.125, 0.125, 0.125 }; // 0.5: weight, 0.125: weight in DownscaleRGBADof() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp211 const auto& weights = mc.morphWeights; in Morph() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp60 SLRWeightMat weights = std::make_shared<SLRWeightVec>(n, std::vector<float>(2 * a, 0)); in GetWeights() local
/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
/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp153 std::vector<float> weights; in SetColors() local
187 std::vector<float> weights; in SetGradientColors() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp154 std::vector<float> weights; in SetGradientColors() local
216 auto weights = std::make_unique<float[]>(length); in SetColors() local
95 SetGradientColorsObject(const EcmaVM* vm, const Local<JSValueRef>& info, std::vector<NG::ColorStopArray>& colors, std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) SetGradientColorsObject() argument
117 SetGradientColorsArray(const EcmaVM* vm, const Local<JSValueRef>& info, std::vector<NG::ColorStopArray>& colors, std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) SetGradientColorsArray() argument
[all...]
/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...]

Completed in 19 milliseconds

123