Home
last modified time | relevance | path

Searched refs:comp1 (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/aom_dsp/mips/
Dsad_msa.c500 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; in avgsad_16width_msa() local
510 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
511 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
512 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
513 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
521 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
522 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
523 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
524 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
537 v16u8 comp0, comp1; in avgsad_32width_msa() local
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c880 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; in avgsad_16width_msa() local
890 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
891 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
892 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
893 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
901 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
902 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
903 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
904 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
917 v16u8 comp0, comp1; in avgsad_32width_msa() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java299 … MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971() local
301 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
302 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
303 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
304 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
307 " / expected: " + comp1.toString()); in testJB4971()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java296 … MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971() local
298 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
299 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
300 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
301 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
304 " / expected: " + comp1.toString()); in testJB4971()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h627 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
638 comp1 = _simd16_max_ps(comp1, zero);
639 comp1 = _simd16_min_ps(comp1, ones);
651 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
657 comp1 = _simd16_mul_ps(comp1, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(1)));
663 simd16scalari src1 = _simd16_cvtps_epi32(comp1); // padded byte gggggggggggggggg
799 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
809 comp1 = _simd16_max_ps(comp1, zero);
810 comp1 = _simd16_min_ps(comp1, ones);
819 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java944 private Comparator<K> comp1; field in CldrUtility.PairComparator
947 public PairComparator(Comparator<K> comp1, Comparator<V> comp2) { in PairComparator() argument
948 this.comp1 = comp1; in PairComparator()
959 : comp1 == null ? o1First.compareTo(o2First) in compare()
960 : comp1.compare(o1First, o2First); in compare()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c760 const __m128i comp1 = highbd_comp_mask_pred_line_sse2(s2, s3, m23_16); in aom_highbd_comp_mask_pred_sse2() local
763 _mm_storeu_si128((__m128i *)(comp_pred + 8), comp1); in aom_highbd_comp_mask_pred_sse2()
786 const __m128i comp1 = highbd_comp_mask_pred_line_sse2(s2, s3, m23_16); in aom_highbd_comp_mask_pred_sse2() local
789 _mm_storeu_si128((__m128i *)(comp_pred + 8 + j * 16), comp1); in aom_highbd_comp_mask_pred_sse2()
Dvariance_avx2.c505 const __m256i comp1 = highbd_comp_mask_pred_line_avx2(s2, s3, m23_16); in aom_highbd_comp_mask_pred_avx2() local
508 _mm256_storeu_si256((__m256i *)(comp_pred + 16), comp1); in aom_highbd_comp_mask_pred_avx2()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1410 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply() local
1416 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1421 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h646 simd4scalar comp1 = _simd_extractf128_ps(src, 1); in Transpose() local
649 simd4scalari comp1i = SIMD128::castps_si(comp1); in Transpose()
Dformat_traits.h38 template<uint32_t comp0 = 0, uint32_t comp1 = 0, uint32_t comp2 = 0, uint32_t comp3 = 0>
44 static const uint32_t s[4] = { comp0, comp1, comp2, comp3 }; in swizzle()
/external/crcalc/src/com/hp/creals/
DCR.java505 int comp1 = this_appr.compareTo(x_appr.add(big1)); in compareTo() local
506 if (comp1 > 0) return 1; in compareTo()
/external/eigen/cmake/
DFindScotch.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPTSCOTCH.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPastix.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
/external/libxml2/
Drelaxng.c643 void *comp1,
2590 void *comp1, in xmlRelaxNGSchemaTypeCompare() argument
2604 if (comp1 == NULL) { in xmlRelaxNGSchemaTypeCompare()
2611 res1 = (xmlSchemaValPtr) comp1; in xmlRelaxNGSchemaTypeCompare()
2615 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2620 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2700 void *comp1 ATTRIBUTE_UNUSED, in xmlRelaxNGDefaultTypeCompare()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll384 %comp1 = icmp eq i32 undef, 48
385 br i1 %comp1, label %loop.inner1.end, label %loop.body4
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c634 uint32_t comp1 = VFCOMP_STORE_SRC; in genX() local
678 case 1: comp1 = VFCOMP_STORE_0; in genX()
723 .Component1Control = comp1, in genX()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dblock-placement.ll391 %comp1 = icmp eq i32 undef, 48
392 br i1 %comp1, label %loop.inner1.end, label %loop.body4