Home
last modified time | relevance | path

Searched defs:weight (Results 1 - 25 of 191) sorted by relevance

12345678

/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_qns_template.c35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) in try_8x8basis() argument
/third_party/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, int32_t stream_id, int32_t weight, int exclusive) nghttp2_priority_spec_init() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, int32_t stream_id, int32_t weight, int exclusive) nghttp2_priority_spec_init() argument
/third_party/skia/samplecode/
H A DSampleHairCurves.cpp78 SkScalar weight = randW.nextUScalar1() * 2.0f; variable
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mosaic_info.cpp77 Add(const dng_point &delta, real32 weight) Add() argument
/third_party/skia/docs/examples/
H A DPath_conicTo.cpp15 SkScalar weight = 0.5f; in REG_FIDDLE() local
H A DSkPath_arcto_conic_parametric2.cpp61 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in REG_FIDDLE() local
H A DSkPath_arcto_conic_parametric.cpp43 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in REG_FIDDLE() local
/third_party/ffmpeg/tests/checkasm/
H A Dalacdsp.c54 int weight = rnd() & 0xFF; in check_decorrelate_stereo() local
/third_party/node/test/parallel/
H A Dtest-http2-client-request-options-errors.js
/third_party/icu/icu4c/source/i18n/
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
/third_party/skia/src/pathops/
H A DSkOpContour.cpp44 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic() argument
54 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve() argument
H A DSkIntersectionHelper.h89 SkScalar weight() const { in weight() function in SkIntersectionHelper
/third_party/skia/src/ports/skia_ohos/
H A DFontInfo_ohos.h134 int weight = style.weight(); in computeFontStyle() local
/third_party/skia/modules/skottie/tests/
H A DText.cpp116 SkFontStyle::Weight weight; in DEF_TEST() member
/third_party/astc-encoder/Source/
H A Dastcenc_percentile_tables.cpp1190 unsigned int weight = (item >> 11) & 0x1F; in get_2d_percentile_table() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHuffmanEncoder.java39 int weight; field in HuffmanEncoder.TreeNode
[all...]
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h28 int weight = font->GetWeight(); in get_style() local
/third_party/ffmpeg/libavcodec/
H A Dmpegvideoencdsp.c31 static int try_8x8basis_c(int16_t rem[64], int16_t weight[64], in try_8x8basis_c() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_init.h120 const float weight = weight_lut[patch_diff_sq]; // exp(-patch_diff_sq * s->pdiff_scale) in compute_weights_line_c() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java102 public static Builder add(ULocale locale, final double weight) { in add() argument
366 add(final ULocale locale, double weight) add() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocaleprioritylist.cpp38 int32_t weight; // 0..1000 = 0.0..1.0 member
79 int32_t weight = (c - '0') * 1000; in parseWeight() local
139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local
182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java101 public static Builder add(ULocale locale, final double weight) { in add() argument
352 add(final ULocale locale, double weight) add() argument
[all...]

Completed in 10 milliseconds

12345678