Home
last modified time | relevance | path

Searched refs:weight (Results 1 - 25 of 369) sorted by relevance

12345678910>>...15

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java77 * @param lowerLimit A collation element weight; the ranges will be filled to cover
79 * @param upperLimit A collation element weight; the ranges will be filled to cover
136 * @return The next weight in the ranges, or 0xffffffff if there is none left.
142 /* get the next weight */ in nextWeight()
144 long weight = range.start; in nextWeight()
149 /* increment the weight for the next value */ in nextWeight()
150 range.start = incWeight(weight, range.length); in nextWeight()
154 return weight; in nextWeight()
179 public static int lengthOfWeight(long weight) { in lengthOfWeight() argument
180 if((weight in lengthOfWeight()
191 getWeightTrail(long weight, int length) getWeightTrail() argument
195 setWeightTrail(long weight, int length, int trail) setWeightTrail() argument
200 getWeightByte(long weight, int idx) getWeightByte() argument
204 setWeightByte(long weight, int idx, int b) setWeightByte() argument
227 truncateWeight(long weight, int length) truncateWeight() argument
231 incWeightTrail(long weight, int length) incWeightTrail() argument
235 decWeightTrail(long weight, int length) decWeightTrail() argument
244 incWeight(long weight, int length) incWeight() argument
258 incWeightByOffset(long weight, int length, int offset) incWeightByOffset() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationWeights.java79 * @param lowerLimit A collation element weight; the ranges will be filled to cover
81 * @param upperLimit A collation element weight; the ranges will be filled to cover
138 * @return The next weight in the ranges, or 0xffffffff if there is none left.
144 /* get the next weight */ in nextWeight()
146 long weight = range.start; in nextWeight()
151 /* increment the weight for the next value */ in nextWeight()
152 range.start = incWeight(weight, range.length); in nextWeight()
156 return weight; in nextWeight()
181 public static int lengthOfWeight(long weight) { in lengthOfWeight() argument
182 if((weight in lengthOfWeight()
193 getWeightTrail(long weight, int length) getWeightTrail() argument
197 setWeightTrail(long weight, int length, int trail) setWeightTrail() argument
202 getWeightByte(long weight, int idx) getWeightByte() argument
206 setWeightByte(long weight, int idx, int b) setWeightByte() argument
229 truncateWeight(long weight, int length) truncateWeight() argument
233 incWeightTrail(long weight, int length) incWeightTrail() argument
237 decWeightTrail(long weight, int length) decWeightTrail() argument
246 incWeight(long weight, int length) incWeight() argument
260 incWeightByOffset(long weight, int length, int offset) incWeightByOffset() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationweights.cpp39 /* collation element weight allocation -------------------------------------- */
44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument
45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail()
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument
51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail()
55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument
56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte()
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte()
84 truncateWeight(uint32_t weight, int32_ argument
89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument
94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument
154 incWeight(uint32_t weight, int32_t length) const incWeight() argument
169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument
263 uint32_t weight=lowerLimit; getWeightRanges() local
554 uint32_t weight = range.start; nextWeight() local
[all...]
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
39 if((weight&0xffffff)==0) { in lengthOfWeight()
41 } else if((weight&0xffff)==0) { in lengthOfWeight()
43 } else if((weight&0xff)==0) { in lengthOfWeight()
59 * @param lowerLimit A collation element weight; the ranges will be filled to cover
61 * @param upperLimit A collation element weight; the ranges will be filled to cover
74 * @return The next weight in the ranges, or 0xffffffff if there is none left.
90 uint32_t incWeight(uint32_t weight, int32_t length) const;
91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.cpp39 /* collation element weight allocation -------------------------------------- */
44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument
45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail()
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument
51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail()
55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument
56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte()
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte()
84 truncateWeight(uint32_t weight, int32_ argument
89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument
94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument
154 incWeight(uint32_t weight, int32_t length) const incWeight() argument
169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument
263 uint32_t weight=lowerLimit; getWeightRanges() local
554 uint32_t weight = range.start; nextWeight() local
[all...]
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
39 if((weight&0xffffff)==0) { in lengthOfWeight()
41 } else if((weight&0xffff)==0) { in lengthOfWeight()
43 } else if((weight&0xff)==0) { in lengthOfWeight()
59 * @param lowerLimit A collation element weight; the ranges will be filled to cover
61 * @param upperLimit A collation element weight; the ranges will be filled to cover
74 * @return The next weight in the ranges, or 0xffffffff if there is none left.
90 uint32_t incWeight(uint32_t weight, int32_t length) const;
91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationweights.cpp39 /* collation element weight allocation -------------------------------------- */
44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument
45 return (uint32_t)(weight>>(8*(4-length)))&0xff; in getWeightTrail()
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument
51 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length)); in setWeightTrail()
55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument
56 return getWeightTrail(weight, idx); /* same calculation */ in getWeightByte()
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte()
84 truncateWeight(uint32_t weight, int32_ argument
89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument
94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument
154 incWeight(uint32_t weight, int32_t length) const incWeight() argument
169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument
263 uint32_t weight=lowerLimit; getWeightRanges() local
554 uint32_t weight = range.start; nextWeight() local
[all...]
H A Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() argument
39 if((weight&0xffffff)==0) { in lengthOfWeight()
41 } else if((weight&0xffff)==0) { in lengthOfWeight()
43 } else if((weight&0xff)==0) { in lengthOfWeight()
59 * @param lowerLimit A collation element weight; the ranges will be filled to cover
61 * @param upperLimit A collation element weight; the ranges will be filled to cover
74 * @return The next weight in the ranges, or 0xffffffff if there is none left.
90 uint32_t incWeight(uint32_t weight, int32_t length) const;
91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
/third_party/skia/src/core/
H A DSkFontMgr.cpp195 * If pattern.weight < 400, weights below pattern.weight are checked
196 * in descending order followed by weights above pattern.weight
198 * If pattern.weight > 500, weights above pattern.weight are checked
199 * in ascending order followed by weights below pattern.weight
201 * If pattern.weight is 400, 500 is checked first
202 * and then the rule for pattern.weight < 400 is used.
203 * If pattern.weight is 500, 400 is checked first
204 * and then the rule for pattern.weight < 40
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java53 * When the list is built, the internal values are sorted in descending order by weight,
55 * That is, if two languages/locales have the same weight, the first one in the original order comes first.
82 * Creates a Builder and adds locales, each with weight 1.0.
93 * Creates a Builder and adds a locale with a specified weight.
94 * A zero or negative weight leads to removing the locale.
95 * A weight greater than 1 is pinned to 1.
98 * @param weight value from 0.0 to 1.0
102 public static Builder add(ULocale locale, final double weight) { in add() argument
103 return new Builder().add(locale, weight); in add()
129 * Returns the weight fo
366 add(final ULocale locale, double weight) add() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java54 * When the list is built, the internal values are sorted in descending order by weight,
56 * That is, if two languages/locales have the same weight, the first one in the original order comes first.
83 * Creates a Builder and adds locales, each with weight 1.0.
93 * Creates a Builder and adds a locale with a specified weight.
94 * A zero or negative weight leads to removing the locale.
95 * A weight greater than 1 is pinned to 1.
98 * @param weight value from 0.0 to 1.0
101 public static Builder add(ULocale locale, final double weight) { in add() argument
102 return new Builder().add(locale, weight); in add()
126 * Returns the weight fo
352 add(final ULocale locale, double weight) add() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmappedTypes3.js15 weight: number;
20 weight: Box<number>;
26 let weight = bb.weight.value;
32 let weight = b.weight;
38 let weight = bb.weight;
50 var weight = bb.weight
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocaleprioritylist.cpp38 int32_t weight; // 0..1000 = 0.0..1.0 member
42 int32_t diff = other.weight - weight; // descending: other-this in compare()
71 * Parses and returns a qvalue weight in millis.
79 int32_t weight = (c - '0') * 1000; in parseWeight() local
80 if (++p == limit || *p != '.') { return weight; } in parseWeight()
85 weight += c * multiplier; in parseWeight()
89 if (c >= 5) { ++weight; } in parseWeight()
93 return weight <= WEIGHT_ONE ? weight in parseWeight()
139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local
182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocaleprioritylist.cpp38 int32_t weight; // 0..1000 = 0.0..1.0 member
42 int32_t diff = other.weight - weight; // descending: other-this in compare()
71 * Parses and returns a qvalue weight in millis.
79 int32_t weight = (c - '0') * 1000; in parseWeight() local
80 if (++p == limit || *p != '.') { return weight; } in parseWeight()
85 weight += c * multiplier; in parseWeight()
89 if (c >= 5) { ++weight; } in parseWeight()
93 return weight <= WEIGHT_ONE ? weight in parseWeight()
139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local
182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument
[all...]
/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
59 tree[i].weight = 1; in HuffmanEncoder()
106 if (tree[i].weight != tree[tree[i].left].weight + tree[tree[i].right].weight) { in checkTree()
107 return "tree[" + i + "].weight == " + tree[i].weight + ", expected " + in checkTree()
108 tree[tree[i].left].weight + " + " + tree[tree[i].right].weight; in checkTree()
114 if (tree[i].weight < tre in checkTree()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp38 int32_t weight; // 0..1000 = 0.0..1.0 member
42 int32_t diff = other.weight - weight; // descending: other-this in compare()
71 * Parses and returns a qvalue weight in millis.
79 int32_t weight = (c - '0') * 1000; in parseWeight() local
80 if (++p == limit || *p != '.') { return weight; } in parseWeight()
85 weight += c * multiplier; in parseWeight()
89 if (c >= 5) { ++weight; } in parseWeight()
93 return weight <= WEIGHT_ONE ? weight in parseWeight()
139 int32_t weight = WEIGHT_ONE; LocalePriorityList() local
182 add(const Locale &locale, int32_t weight, UErrorCode &errorCode) add() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_priority_spec.c28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init()
31 pri_spec->weight = weight; in nghttp2_priority_spec_init()
37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init()
43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default()
47 if (pri_spec->weight < NGHTTP2_MIN_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
48 pri_spec->weight = NGHTTP2_MIN_WEIGHT; in nghttp2_priority_spec_normalize_weight()
49 } else if (pri_spec->weight > NGHTTP2_MAX_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
50 pri_spec->weight = NGHTTP2_MAX_WEIGHT; in nghttp2_priority_spec_normalize_weight()
27 nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, int32_t stream_id, int32_t weight, int exclusive) nghttp2_priority_spec_init() argument
H A Dnghttp2_stream.c62 int32_t weight, int32_t remote_initial_window_size, in nghttp2_stream_init()
88 stream->weight = weight; in nghttp2_stream_init()
143 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
144 stream->pending_penalty = (uint32_t)(penalty % (uint32_t)stream->weight); in stream_next_cycle()
248 void nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight) { in nghttp2_stream_change_weight() argument
254 if (stream->weight == weight) { in nghttp2_stream_change_weight()
258 old_weight = stream->weight; in nghttp2_stream_change_weight()
259 stream->weight in nghttp2_stream_change_weight()
60 nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, uint8_t flags, nghttp2_stream_state initial_state, int32_t weight, int32_t remote_initial_window_size, int32_t local_initial_window_size, void *stream_user_data, nghttp2_mem *mem) nghttp2_stream_init() argument
311 nghttp2_stream_dep_distributed_weight(nghttp2_stream *stream, int32_t weight) nghttp2_stream_dep_distributed_weight() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_priority_spec.c28 int32_t stream_id, int32_t weight, in nghttp2_priority_spec_init()
31 pri_spec->weight = weight; in nghttp2_priority_spec_init()
37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init()
43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default()
47 if (pri_spec->weight < NGHTTP2_MIN_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
48 pri_spec->weight = NGHTTP2_MIN_WEIGHT; in nghttp2_priority_spec_normalize_weight()
49 } else if (pri_spec->weight > NGHTTP2_MAX_WEIGHT) { in nghttp2_priority_spec_normalize_weight()
50 pri_spec->weight = NGHTTP2_MAX_WEIGHT; in nghttp2_priority_spec_normalize_weight()
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/npm/node_modules/are-we-there-yet/lib/
H A Dtracker-group.js10 weight = {}
25 addUnit (unit, weight) {
39 this.weight[unit.id] = weight || 1
40 this.totalWeight += this.weight[unit.id]
59 valPerWeight * this.weight[trackerId] * this.completion[trackerId]
64 newGroup (name, weight) {
65 return this.addUnit(new TrackerGroup(name), weight)
68 newItem (name, todo, weight) {
69 return this.addUnit(new Tracker(name, todo), weight)
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t() argument
116 conic.set(a, weight); in dconic_xy_at_t()
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t() argument
159 return dline_xy_at_t(a, weight, t).asSkPoint(); in fline_xy_at_t()
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t() argument
163 return dquad_xy_at_t(a, weight, t).asSkPoint(); in fquad_xy_at_t()
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t() argument
167 return dconic_xy_at_t(a, weight, t).asSkPoint(); in fconic_xy_at_t()
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t() argument
171 return dcubic_xy_at_t(a, weight, in fcubic_xy_at_t()
194 dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) dconic_dxdy_at_t() argument
242 fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) fquad_dxdy_at_t() argument
246 fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) fconic_dxdy_at_t() argument
250 fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) fcubic_dxdy_at_t() argument
276 conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) conic_is_vertical() argument
313 conic_intersect_ray(const SkPoint a[3], SkScalar weight, const SkDLine& ray, SkIntersections* i) conic_intersect_ray() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_uniw_msa.c62 int32_t weight, in hevc_uniwgt_copy_4w_msa()
73 weight = weight & 0x0000FFFF; in hevc_uniwgt_copy_4w_msa()
74 weight_vec = __msa_fill_w(weight); in hevc_uniwgt_copy_4w_msa()
129 int32_t weight, in hevc_uniwgt_copy_6w_msa()
141 weight = weight & 0x0000FFFF; in hevc_uniwgt_copy_6w_msa()
142 weight_vec = __msa_fill_w(weight); in hevc_uniwgt_copy_6w_msa()
191 int32_t weight, in hevc_uniwgt_copy_8w_msa()
203 weight in hevc_uniwgt_copy_8w_msa()
57 hevc_uniwgt_copy_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_4w_msa() argument
124 hevc_uniwgt_copy_6w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_6w_msa() argument
186 hevc_uniwgt_copy_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_8w_msa() argument
281 hevc_uniwgt_copy_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_12w_msa() argument
326 hevc_uniwgt_copy_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_16w_msa() argument
369 hevc_uniwgt_copy_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_24w_msa() argument
422 hevc_uniwgt_copy_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_32w_msa() argument
468 hevc_uniwgt_copy_48w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_48w_msa() argument
525 hevc_uniwgt_copy_64w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_uniwgt_copy_64w_msa() argument
588 hevc_hz_uniwgt_8t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_4w_msa() argument
664 hevc_hz_uniwgt_8t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_8w_msa() argument
742 hevc_hz_uniwgt_8t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_12w_msa() argument
836 hevc_hz_uniwgt_8t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_16w_msa() argument
914 hevc_hz_uniwgt_8t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_24w_msa() argument
1007 hevc_hz_uniwgt_8t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_32w_msa() argument
1109 hevc_hz_uniwgt_8t_48w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_48w_msa() argument
1203 hevc_hz_uniwgt_8t_64w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_8t_64w_msa() argument
1294 hevc_vt_uniwgt_8t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_4w_msa() argument
1386 hevc_vt_uniwgt_8t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_8w_msa() argument
1465 hevc_vt_uniwgt_8t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_12w_msa() argument
1568 hevc_vt_uniwgt_8t_16multx4mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t weightmul16) hevc_vt_uniwgt_8t_16multx4mult_msa() argument
1679 hevc_vt_uniwgt_8t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_16w_msa() argument
1694 hevc_vt_uniwgt_8t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_24w_msa() argument
1712 hevc_vt_uniwgt_8t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_32w_msa() argument
1727 hevc_vt_uniwgt_8t_48w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_48w_msa() argument
1742 hevc_vt_uniwgt_8t_64w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_8t_64w_msa() argument
1757 hevc_hv_uniwgt_8t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_4w_msa() argument
1882 hevc_hv_uniwgt_8t_8multx2mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t width) hevc_hv_uniwgt_8t_8multx2mult_msa() argument
2044 hevc_hv_uniwgt_8t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_8w_msa() argument
2060 hevc_hv_uniwgt_8t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_12w_msa() argument
2265 hevc_hv_uniwgt_8t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_16w_msa() argument
2281 hevc_hv_uniwgt_8t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_24w_msa() argument
2297 hevc_hv_uniwgt_8t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_32w_msa() argument
2313 hevc_hv_uniwgt_8t_48w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_48w_msa() argument
2329 hevc_hv_uniwgt_8t_64w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_8t_64w_msa() argument
2345 hevc_hz_uniwgt_4t_4x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_4x2_msa() argument
2403 hevc_hz_uniwgt_4t_4x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_4x4_msa() argument
2460 hevc_hz_uniwgt_4t_4x8multiple_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_4x8multiple_msa() argument
2528 hevc_hz_uniwgt_4t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_4w_msa() argument
2551 hevc_hz_uniwgt_4t_6w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_6w_msa() argument
2632 hevc_hz_uniwgt_4t_8x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_8x2_msa() argument
2687 hevc_hz_uniwgt_4t_8x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_8x4_msa() argument
2744 hevc_hz_uniwgt_4t_8x6_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_8x6_msa() argument
2814 hevc_hz_uniwgt_4t_8x8multiple_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_8x8multiple_msa() argument
2894 hevc_hz_uniwgt_4t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_8w_msa() argument
2920 hevc_hz_uniwgt_4t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_12w_msa() argument
3000 hevc_hz_uniwgt_4t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_16w_msa() argument
3083 hevc_hz_uniwgt_4t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_24w_msa() argument
3161 hevc_hz_uniwgt_4t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hz_uniwgt_4t_32w_msa() argument
3248 hevc_vt_uniwgt_4t_4x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_4x2_msa() argument
3303 hevc_vt_uniwgt_4t_4x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_4x4_msa() argument
3357 hevc_vt_uniwgt_4t_4x8multiple_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_4x8multiple_msa() argument
3433 hevc_vt_uniwgt_4t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_4w_msa() argument
3456 hevc_vt_uniwgt_4t_6w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_6w_msa() argument
3534 hevc_vt_uniwgt_4t_8x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_8x2_msa() argument
3585 hevc_vt_uniwgt_4t_8x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_8x4_msa() argument
3640 hevc_vt_uniwgt_4t_8x6_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_8x6_msa() argument
3703 hevc_vt_uniwgt_4t_8x8mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_8x8mult_msa() argument
3782 hevc_vt_uniwgt_4t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_8w_msa() argument
3808 hevc_vt_uniwgt_4t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_12w_msa() argument
3913 hevc_vt_uniwgt_4t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_16w_msa() argument
3995 hevc_vt_uniwgt_4t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_24w_msa() argument
4097 hevc_vt_uniwgt_4t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_vt_uniwgt_4t_32w_msa() argument
4191 hevc_hv_uniwgt_4t_4x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_4x2_msa() argument
4255 hevc_hv_uniwgt_4t_4x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_4x4_msa() argument
4324 hevc_hv_uniwgt_4t_4multx8mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_4multx8mult_msa() argument
4431 hevc_hv_uniwgt_4t_4w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_4w_msa() argument
4457 hevc_hv_uniwgt_4t_6w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_6w_msa() argument
4584 hevc_hv_uniwgt_4t_8x2_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_8x2_msa() argument
4660 hevc_hv_uniwgt_4t_8multx4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t width8mult, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_8multx4_msa() argument
4755 hevc_hv_uniwgt_4t_8x6_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_8x6_msa() argument
4871 hevc_hv_uniwgt_4t_8multx4mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t width8mult) hevc_hv_uniwgt_4t_8multx4mult_msa() argument
4993 hevc_hv_uniwgt_4t_8w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_8w_msa() argument
5024 hevc_hv_uniwgt_4t_12w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_12w_msa() argument
5201 hevc_hv_uniwgt_4t_16w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_16w_msa() argument
5223 hevc_hv_uniwgt_4t_24w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_24w_msa() argument
5239 hevc_hv_uniwgt_4t_32w_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_uniwgt_4t_32w_msa() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dairtime_policy.c98 unsigned int weight) in sta_set_airtime_weight()
102 if (weight != sta->airtime_weight && in sta_set_airtime_weight()
103 (ret = hostapd_sta_set_airtime_weight(hapd, sta->addr, weight))) in sta_set_airtime_weight()
106 sta->airtime_weight = weight; in sta_set_airtime_weight()
111 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() argument
116 sta_set_airtime_weight(hapd, sta, weight); in set_sta_weights()
178 /* If we're in LIMIT mode, we only apply the weight in update_airtime_weights()
197 /* We only set the calculated weight if the BSS has active in update_airtime_weights()
199 * otherwise we just set a unit weight. This ensures that in update_airtime_weights()
238 return wt ? wt->weight in get_weight_for_sta()
96 sta_set_airtime_weight(struct hostapd_data *hapd, struct sta_info *sta, unsigned int weight) sta_set_airtime_weight() argument
244 unsigned int weight; airtime_policy_new_sta() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dairtime_policy.c94 unsigned int weight) in sta_set_airtime_weight()
98 if (weight != sta->airtime_weight && in sta_set_airtime_weight()
99 (ret = hostapd_sta_set_airtime_weight(hapd, sta->addr, weight))) in sta_set_airtime_weight()
102 sta->airtime_weight = weight; in sta_set_airtime_weight()
107 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() argument
112 sta_set_airtime_weight(hapd, sta, weight); in set_sta_weights()
174 /* If we're in LIMIT mode, we only apply the weight in update_airtime_weights()
193 /* We only set the calculated weight if the BSS has active in update_airtime_weights()
195 * otherwise we just set a unit weight. This ensures that in update_airtime_weights()
234 return wt ? wt->weight in get_weight_for_sta()
92 sta_set_airtime_weight(struct hostapd_data *hapd, struct sta_info *sta, unsigned int weight) sta_set_airtime_weight() argument
240 unsigned int weight; airtime_policy_new_sta() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp265 int weight[4]; in initialize_decimation_table_2d() local
274 weight[3] = (prod + 8) >> 4; in initialize_decimation_table_2d()
275 weight[1] = x_weight_frac - weight[3]; in initialize_decimation_table_2d()
276 weight[2] = y_weight_frac - weight[3]; in initialize_decimation_table_2d()
277 weight[0] = 16 - x_weight_frac - y_weight_frac + weight[3]; in initialize_decimation_table_2d()
280 if (weight[i] != 0) in initialize_decimation_table_2d()
283 tw->weights_of_texel[texel][tw->weightcount_of_texel[texel]] = weight[ in initialize_decimation_table_2d()
354 int weight[4]; initialize_decimation_table_3d() local
[all...]

Completed in 18 milliseconds

12345678910>>...15