/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_neon.c | 78 #define CST(X) (((int16_t)(m->X << 8)) >> 6) in TransformColor_NEON() macro 80 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 81 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 82 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 83 CST(green_to_blue_), CST(green_to_red_) in TransformColor_NEON() 87 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 88 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 91 #undef CST in TransformColor_NEON()
|
D | lossless_neon.c | 548 #define CST(X) (((int16_t)(m->X << 8)) >> 6) in TransformColorInverse_NEON() macro 550 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 551 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 552 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 553 CST(green_to_blue_), CST(green_to_red_) in TransformColorInverse_NEON() 557 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColorInverse_NEON() 558 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColorInverse_NEON() 561 #undef CST in TransformColorInverse_NEON()
|
D | lossless_sse2.c | 455 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend in TransformColorInverse_SSE2() macro 458 const __m128i mults_rb = MK_CST_16(CST(green_to_red_), CST(green_to_blue_)); in TransformColorInverse_SSE2() 459 const __m128i mults_b2 = MK_CST_16(CST(red_to_blue_), 0); in TransformColorInverse_SSE2() 461 #undef CST in TransformColorInverse_SSE2()
|
D | yuv_neon.c | 98 #define MULTIPLY_16b(C0, C1, C2, CST, DST_s16) do { \ argument 107 DST_s16 = vaddq_s16(tmp3, vdupq_n_s16(CST)); \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_neon.c | 78 #define CST(X) (((int16_t)(m->X << 8)) >> 6) in TransformColor_NEON() macro 80 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 81 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 82 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 83 CST(green_to_blue_), CST(green_to_red_) in TransformColor_NEON() 87 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 88 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 91 #undef CST in TransformColor_NEON()
|
D | lossless_sse41.c | 27 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend in TransformColorInverse_SSE41() macro 28 const __m128i mults_rb = _mm_set1_epi32((uint32_t)CST(green_to_red_) << 16 | in TransformColorInverse_SSE41() 29 (CST(green_to_blue_) & 0xffff)); in TransformColorInverse_SSE41() 30 const __m128i mults_b2 = _mm_set1_epi32(CST(red_to_blue_)); in TransformColorInverse_SSE41() 31 #undef CST in TransformColorInverse_SSE41()
|
D | lossless_neon.c | 548 #define CST(X) (((int16_t)(m->X << 8)) >> 6) in TransformColorInverse_NEON() macro 550 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 551 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 552 CST(green_to_blue_), CST(green_to_red_), in TransformColorInverse_NEON() 553 CST(green_to_blue_), CST(green_to_red_) in TransformColorInverse_NEON() 557 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColorInverse_NEON() 558 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColorInverse_NEON() 561 #undef CST in TransformColorInverse_NEON()
|
D | lossless_sse2.c | 455 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend in TransformColorInverse_SSE2() macro 458 const __m128i mults_rb = MK_CST_16(CST(green_to_red_), CST(green_to_blue_)); in TransformColorInverse_SSE2() 459 const __m128i mults_b2 = MK_CST_16(CST(red_to_blue_), 0); in TransformColorInverse_SSE2() 461 #undef CST in TransformColorInverse_SSE2()
|
D | yuv_neon.c | 98 #define MULTIPLY_16b(C0, C1, C2, CST, DST_s16) do { \ argument 107 DST_s16 = vaddq_s16(tmp3, vdupq_n_s16(CST)); \
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | tzdbNames.txt | 64 ss{"CST"} 203 ss{"CST"} 226 ss{"CST"} 623 ss{"CST"}
|
D | en_CA.txt | 23 ss{"CST"}
|
D | wo.txt | 18 ls{"CST (waxtu estàndaaru sàntaraal)"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
D | tzdbNames.txt | 64 ss{"CST"} 203 ss{"CST"} 226 ss{"CST"} 623 ss{"CST"}
|
D | en_CA.txt | 23 ss{"CST"}
|
D | wo.txt | 18 ls{"CST (waxtu estàndaaru sàntaraal)"}
|
D | es_US.txt | 53 ss{"CST"}
|
/third_party/icu/icu4c/source/data/zone/ |
D | tzdbNames.txt | 64 ss{"CST"} 203 ss{"CST"} 226 ss{"CST"} 623 ss{"CST"}
|
D | en_CA.txt | 23 ss{"CST"}
|
D | wo.txt | 18 ls{"CST (waxtu estàndaaru sàntaraal)"}
|
D | es_US.txt | 45 ss{"CST"}
|
/third_party/tzdata/ |
D | northamerica | 931 -6:00 - CST 1958 Apr 27 2:00 981 # returned to CST. It went again to EST on 27 April 1969, as documented by the 1127 -6:00 - CST 1968 1135 # previously split between MST and CST) ... 1990-10 1136 # Starke County, IN (from CST to EST) ... 1991-10 1137 # Oliver County, ND (from MST to CST) ... 1992-10 1139 # Wayne County, KY (from CST to EST) ... 2000-10 1199 -6:00 - CST 1915 May 15 2:00 1210 # switched from EST to CST/CDT in 1973. 1282 # -6 HNC CST HAR MDT [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | icuzones | 43 Zone SystemV/CST6 -6:00 - CST 69 Link America/Chicago CST
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 43 Zone SystemV/CST6 -6:00 - CST 69 Link America/Chicago CST
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | icuzones | 31 Zone SystemV/CST6 -6:00 - CST 52 Link America/Chicago CST
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 341 int CST = (int)cast<ConstantSDNode>(BasePtr.getOperand(1))->getZExtValue(); in select() local 345 SDValue Offset = CurDAG->getTargetConstant(CST, DL, MVT::i16); in select()
|