Searched defs:limit1 (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/core/
H A DSkLineClipper.cpp10 template <typename T> T pin_unsorted(T value, T limit0, T limit1) { argument
11 if (limit1 < limit0) {
12 SkTSwap(limit0, limit1);
15 SkASSERT(limit0 <= limit1);
19 } else if (value > limit1) {
20 value = limit1;
151 SkScalar limit0, SkScalar limit1) {
152 if (limit0 < limit1) {
153 return limit0 <= value && value <= limit1;
155 return limit1 <
150 is_between_unsorted(SkScalar value, SkScalar limit0, SkScalar limit1) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; local
198 limit1=NULL;
200 limit1=s1+length1;
223 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
239 limit1=stack1[level1].limit; /*Not uninitialized*/
289 if(s1!=limit1 && U16_IS_TRAIL(c=*s1)) {
345 stack1[0].limit=limit1;
359 limit1=fold1+length;
435 stack1[level1].limit=limit1;
[all...]
H A Dustrcase.cpp1140 const UChar *start1, *start2, *limit1, *limit2; local
1184 limit1=NULL;
1186 limit1=s1+length1;
1209 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
1225 limit1=stack1[level1].limit; /*Not uninitialized*/
1276 } else if(s1==limit1) {
1319 if(s1!=limit1 && U16_IS_TRAIL(c=*s1)) {
1376 stack1[0].limit=limit1;
1390 limit1
[all...]
H A Dustring.cpp689 const UChar *start1, *start2, *limit1, *limit2; local
717 limit1=limit2=NULL;
724 limit1=start1+length1;
728 if(s1==limit1) {
757 /* limit1=start1+min(lenght1, length2) */
760 limit1=start1+length1;
763 limit1=start1+length1;
766 limit1=start1+length2;
775 if(s1==limit1) {
789 limit1
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp161 int32_t limit1 = (int32_t)(pair >> 24); local
162 while(b < limit1) {
168 table[limit1] = 0;
169 b = limit1 + 1;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_filters_dspr2.c287 const uint8_t *limit1, const uint8_t *thresh1) {
289 vpx_lpf_horizontal_4_dspr2(s + 8, p, blimit1, limit1, thresh1);
295 const uint8_t *limit1, const uint8_t *thresh1) {
297 vpx_lpf_horizontal_8_dspr2(s + 8, p, blimit1, limit1, thresh1);
304 const uint8_t *limit1,
307 vpx_lpf_vertical_4_dspr2(s + 8 * p, p, blimit1, limit1, thresh1);
314 const uint8_t *limit1,
317 vpx_lpf_vertical_8_dspr2(s + 8 * p, p, blimit1, limit1, thresh1);
284 vpx_lpf_horizontal_4_dual_dspr2( uint8_t *s, int p , const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
292 vpx_lpf_horizontal_8_dual_dspr2( uint8_t *s, int p , const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
300 vpx_lpf_vertical_4_dual_dspr2(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
310 vpx_lpf_vertical_8_dual_dspr2(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
H A Dloopfilter_4_msa.c46 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
61 limit1 = (v16u8)__msa_fill_b(*limit1_ptr);
62 limit0 = (v16u8)__msa_ilvr_d((v2i64)limit1, (v2i64)limit0);
107 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
130 limit1 = (v16u8)__msa_fill_b(*limit1_ptr);
131 limit0 = (v16u8)__msa_ilvr_d((v2i64)limit1, (v2i64)limit0);
H A Dloopfilter_8_msa.c83 const uint8_t *thresh0, const uint8_t *b_limit1, const uint8_t *limit1,
106 tmp = (v16u8)__msa_fill_b(*limit1);
230 const uint8_t *b_limit1, const uint8_t *limit1,
264 vec0 = (v8i16)__msa_fill_b(*limit1);
81 vpx_lpf_horizontal_8_dual_msa( uint8_t *src, int32_t pitch, const uint8_t *b_limit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *b_limit1, const uint8_t *limit1, const uint8_t *thresh1) argument
227 vpx_lpf_vertical_8_dual_msa(uint8_t *src, int32_t pitch, const uint8_t *b_limit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *b_limit1, const uint8_t *limit1, const uint8_t *thresh1) argument
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1039 CodedInputStream::Limit limit1 = coded_input.PushLimit(8); local
1054 // Read until we hit limit1.
1061 coded_input.PopLimit(limit1);
1081 CodedInputStream::Limit limit1 = coded_input.PushLimit(4); local
1087 // Read until we hit limit2. Except, wait! limit1 is shorter, so
1098 // OK, popped limit2, now limit1 is on top, which we've already hit.
1103 coded_input.PopLimit(limit1);
/external/libopus/silk/
H A DMacroCount.h677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2) argument
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2) argument
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1)
702 silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opus_int32 limit2) argument
[all...]
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dloopfilter_filters_msa.c217 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
230 limit1 = (v16u8)__msa_fill_b(*limit1_ptr);
231 limit0 = (v16u8)__msa_ilvr_d((v2i64)limit1, (v2i64)limit0);
248 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
270 limit1 = (v16u8)__msa_fill_b(*limit1_ptr);
271 limit0 = (v16u8)__msa_ilvr_d((v2i64)limit1, (v2i64)limit0);
/external/libvpx/libvpx/vpx_dsp/
H A Dloopfilter.c131 const uint8_t *blimit1, const uint8_t *limit1,
134 vpx_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1);
155 const uint8_t *blimit1, const uint8_t *limit1,
158 vpx_lpf_vertical_4_c(s + 8 * pitch, pitch, blimit1, limit1, thresh1);
202 const uint8_t *blimit1, const uint8_t *limit1,
205 vpx_lpf_horizontal_8_c(s + 8, p, blimit1, limit1, thresh1);
226 const uint8_t *blimit1, const uint8_t *limit1,
229 vpx_lpf_vertical_8_c(s + 8 * pitch, pitch, blimit1, limit1, thresh1);
468 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
471 vpx_highbd_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh
129 vpx_lpf_horizontal_4_dual_c(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
153 vpx_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
200 vpx_lpf_horizontal_8_dual_c(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
224 vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
466 vpx_highbd_lpf_horizontal_4_dual_c( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
491 vpx_highbd_lpf_vertical_4_dual_c( uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
541 vpx_highbd_lpf_horizontal_8_dual_c( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
567 vpx_highbd_lpf_vertical_8_dual_c( uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
[all...]
/external/ImageMagick/MagickCore/
H A Dmorphology.c1706 limit1,
1713 limit1 = (ssize_t)(args->rho*args->rho);
1719 limit1 = (ssize_t)(args->sigma*args->sigma); local
1723 kernel->width = 7L, limit1 = 7L, limit2 = 11L;
1738 if (limit1 < radius && radius <= limit2)
1702 limit1, local
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_loopfilter_neon.c581 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
584 vpx_highbd_lpf_horizontal_4_neon(s + 8, p, blimit1, limit1, thresh1, bd);
606 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
609 vpx_highbd_lpf_vertical_4_neon(s + 8 * p, p, blimit1, limit1, thresh1, bd);
630 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
633 vpx_highbd_lpf_horizontal_8_neon(s + 8, p, blimit1, limit1, thresh1, bd);
658 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
661 vpx_highbd_lpf_vertical_8_neon(s + 8 * p, p, blimit1, limit1, thresh1, bd);
579 vpx_highbd_lpf_horizontal_4_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
604 vpx_highbd_lpf_vertical_4_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
628 vpx_highbd_lpf_horizontal_8_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
656 vpx_highbd_lpf_vertical_8_dual_neon( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
H A Dloopfilter_neon.c36 const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1,
39 *limit_vec = vcombine_u8(vld1_dup_u8(limit0), vld1_dup_u8(limit1));
818 const uint8_t *limit1,
821 load_thresh_8_dual(blimit0, limit0, thresh0, blimit1, limit1, thresh1,
841 const uint8_t *blimit1, const uint8_t *limit1,
848 load_thresh_8_dual(blimit0, limit0, thresh0, blimit1, limit1, thresh1,
883 const uint8_t *limit1,
889 load_thresh_8_dual(blimit0, limit0, thresh0, blimit1, limit1, thresh1,
919 const uint8_t *blimit1, const uint8_t *limit1,
927 load_thresh_8_dual(blimit0, limit0, thresh0, blimit1, limit1, thresh
34 load_thresh_8_dual( const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, uint8x16_t *blimit_vec, uint8x16_t *limit_vec, uint8x16_t *thresh_vec) argument
814 vpx_lpf_horizontal_4_dual_neon(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
839 vpx_lpf_vertical_4_dual_neon(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
879 vpx_lpf_horizontal_8_dual_neon(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
917 vpx_lpf_vertical_8_dual_neon(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c1027 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
1038 thresh0, blimit1, limit1, thresh1, bd);
1073 const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1,
1084 thresh0, blimit1, limit1, thresh1, bd);
1025 vpx_highbd_lpf_vertical_4_dual_sse2( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
1071 vpx_highbd_lpf_vertical_8_dual_sse2( uint16_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd) argument
H A Dloopfilter_sse2.c1662 const uint8_t *blimit1, const uint8_t *limit1,
1673 blimit1, limit1, thresh1);
1709 const uint8_t *blimit1, const uint8_t *limit1,
1720 blimit1, limit1, thresh1);
1660 vpx_lpf_vertical_4_dual_sse2(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
1707 vpx_lpf_vertical_8_dual_sse2(uint8_t *s, int p, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNormalizer2Impl.java395 * @param limit1 limit offset in first sequence
399 * @return true if s1.subSequence(start1, limit1) contains the same text
402 public static boolean equal(CharSequence s1, int start1, int limit1, argument
404 if((limit1-start1)!=(limit2-start2)) {
410 while(start1<limit1) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java391 * @param limit1 limit offset in first sequence
395 * @return true if s1.subSequence(start1, limit1) contains the same text
398 public static boolean equal(CharSequence s1, int start1, int limit1, argument
400 if((limit1-start1)!=(limit2-start2)) {
406 while(start1<limit1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 472 milliseconds