/external/chromium_org/net/dns/ |
D | address_sorter_posix.cc | 189 const DestinationInfo* dst_b) { in CompareDestinations() argument 193 DCHECK(dst_b->src); in CompareDestinations() 197 bool scope_match2 = (dst_b->src->scope == dst_b->scope); in CompareDestinations() 202 if (dst_a->src->deprecated != dst_b->src->deprecated) in CompareDestinations() 206 if (dst_a->src->home != dst_b->src->home) in CompareDestinations() 211 bool label_match2 = (dst_b->src->label == dst_b->label); in CompareDestinations() 216 if (dst_a->precedence != dst_b->precedence) in CompareDestinations() 217 return dst_a->precedence > dst_b->precedence; in CompareDestinations() 220 if (dst_a->src->native != dst_b->src->native) in CompareDestinations() 224 if (dst_a->scope != dst_b->scope) in CompareDestinations() [all …]
|
/external/libyuv/files/source/ |
D | rotate.cc | 49 uint8* dst_a, uint8* dst_b, 57 uint8* dst_b, int dst_stride_b, 158 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument 376 uint8* dst_b, int dst_stride_b, 638 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument 735 "+r"(dst_b), // %2 in TransposeUVWx8_SSE2() 902 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_C() argument 906 dst_b[0] = src[0 * src_stride + 1]; in TransposeUVWx8_C() 908 dst_b[1] = src[1 * src_stride + 1]; in TransposeUVWx8_C() 910 dst_b[2] = src[2 * src_stride + 1]; in TransposeUVWx8_C() [all …]
|
D | rotate_neon.cc | 193 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 393 "+r"(dst_b), // %4 in TransposeUVWx8_NEON()
|
D | row_neon.cc | 482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON() argument 533 "+r"(dst_b), // %2 in MirrorRowUV_NEON()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 49 void MirrorUVRow_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width); 56 uint8* dst_b, int dst_stride_b, 72 uint8* dst_b, int dst_stride_b, 174 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument 393 uint8* dst_b, int dst_stride_b, 662 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument 759 "+r"(dst_b), // %2 in TransposeUVWx8_SSE2() 959 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_C() argument 964 dst_b[0] = src[0 * src_stride + 1]; in TransposeUVWx8_C() 966 dst_b[1] = src[1 * src_stride + 1]; in TransposeUVWx8_C() [all …]
|
D | rotate_mips.cc | 315 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_MIPS_DSPR2() argument 469 [dst_b] "+r" (dst_b), in TransposeUVWx8_MIPS_DSPR2()
|
D | rotate_neon.cc | 195 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 397 "+r"(dst_b), // %5 in TransposeUVWx8_NEON()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 72 uint8* dst_b, int dst_stride_b, 82 uint8* dst_b, int dst_stride_b, 88 uint8* dst_b, int dst_stride_b, 102 uint8* dst_b, int dst_stride_b,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 78 uint8* dst_b, int dst_stride_b, 88 uint8* dst_b, int dst_stride_b, 94 uint8* dst_b, int dst_stride_b, 109 uint8* dst_b, int dst_stride_b,
|
/external/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 1141 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local 1238 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK)); in S32A_D565_Opaque_Dither_neon() 1247 dst_b = vmlaq_u16(vshll_n_u8(sb,2), dst_b, scale8); in S32A_D565_Opaque_Dither_neon() 1252 dst8 = vshrq_n_u16(dst_b, 5); in S32A_D565_Opaque_Dither_neon() 1282 showme16("dst_b", &dst_b, sizeof(dst_b)); in S32A_D565_Opaque_Dither_neon()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 1141 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local 1238 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK)); in S32A_D565_Opaque_Dither_neon() 1247 dst_b = vmlaq_u16(vshll_n_u8(sb,2), dst_b, scale8); in S32A_D565_Opaque_Dither_neon() 1252 dst8 = vshrq_n_u16(dst_b, 5); in S32A_D565_Opaque_Dither_neon() 1282 showme16("dst_b", &dst_b, sizeof(dst_b)); in S32A_D565_Opaque_Dither_neon()
|