/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoenc_qns_template.c | 35 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 D | nghttp2_priority_spec.c | 27 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 D | nghttp2_priority_spec.c | 27 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 D | SampleHairCurves.cpp | 78 SkScalar weight = randW.nextUScalar1() * 2.0f; variable
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.cpp | 77 Add(const dng_point &delta, real32 weight) Add() argument
|
/third_party/skia/docs/examples/ |
H A D | Path_conicTo.cpp | 15 SkScalar weight = 0.5f; in REG_FIDDLE() local
|
H A D | SkPath_arcto_conic_parametric2.cpp | 61 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in REG_FIDDLE() local
|
H A D | SkPath_arcto_conic_parametric.cpp | 43 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in REG_FIDDLE() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | alacdsp.c | 54 int weight = rnd() & 0xFF; in check_decorrelate_stereo() local
|
/third_party/node/test/parallel/ |
H A D | test-http2-client-request-options-errors.js | |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationweights.h | 38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationweights.h | 38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationweights.h | 38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.cpp | 44 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 D | SkIntersectionHelper.h | 89 SkScalar weight() const { in weight() function in SkIntersectionHelper
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontInfo_ohos.h | 134 int weight = style.weight(); in computeFontStyle() local
|
/third_party/skia/modules/skottie/tests/ |
H A D | Text.cpp | 116 SkFontStyle::Weight weight; in DEF_TEST() member
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_percentile_tables.cpp | 1190 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 D | HuffmanEncoder.java | 39 int weight; field in HuffmanEncoder.TreeNode [all...] |
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.h | 28 int weight = font->GetWeight(); in get_style() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoencdsp.c | 31 static int try_8x8basis_c(int16_t rem[64], int16_t weight[64], in try_8x8basis_c() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans_init.h | 120 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 D | LocalePriorityList.java | 102 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 D | localeprioritylist.cpp | 38 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 D | LocalePriorityList.java | 101 public static Builder add(ULocale locale, final double weight) { in add() argument 352 add(final ULocale locale, double weight) add() argument [all...] |