/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_common.cc | 38 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_C() argument 42 dst_b[0] = src[0 * src_stride + 1]; in TransposeUVWx8_C() 44 dst_b[1] = src[1 * src_stride + 1]; in TransposeUVWx8_C() 46 dst_b[2] = src[2 * src_stride + 1]; in TransposeUVWx8_C() 48 dst_b[3] = src[3 * src_stride + 1]; in TransposeUVWx8_C() 50 dst_b[4] = src[4 * src_stride + 1]; in TransposeUVWx8_C() 52 dst_b[5] = src[5 * src_stride + 1]; in TransposeUVWx8_C() 54 dst_b[6] = src[6 * src_stride + 1]; in TransposeUVWx8_C() 56 dst_b[7] = src[7 * src_stride + 1]; in TransposeUVWx8_C() 59 dst_b += dst_stride_b; in TransposeUVWx8_C() [all …]
|
D | rotate.cc | 194 uint8* dst_b, int dst_stride_b, in TransposeUV() argument 199 uint8* dst_b, int dst_stride_b, in TransposeUV() 222 dst_b, dst_stride_b, in TransposeUV() 226 dst_b += 8; // Move over 8 columns. in TransposeUV() 233 dst_b, dst_stride_b, in TransposeUV() 241 uint8* dst_b, int dst_stride_b, in RotateUV90() argument 248 dst_b, dst_stride_b, in RotateUV90() 255 uint8* dst_b, int dst_stride_b, in RotateUV270() argument 258 dst_b += dst_stride_b * (width - 1); in RotateUV270() 264 dst_b, dst_stride_b, in RotateUV270() [all …]
|
D | rotate_mips.cc | 313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_MIPS_DSPR2() argument 467 [dst_b] "+r" (dst_b), in TransposeUVWx8_MIPS_DSPR2()
|
D | rotate_gcc.cc | 112 uint8* dst_b, int dst_stride_b, int width); 379 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_SSE2() argument 475 "+r"(dst_b), // %2 in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 249 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 522 "+r"(dst_b), // %5 in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 526 "+r"(dst_b), // %3 in TransposeUVWx8_NEON()
|
D | rotate_win.cc | 117 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument
|
/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/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 117 uint8* dst_b, int dst_stride_b, 122 uint8* dst_b, int dst_stride_b, int width); 125 uint8* dst_b, int dst_stride_b, int width); 128 uint8* dst_b, int dst_stride_b, int width); 131 uint8* dst_b, int dst_stride_b, int width);
|
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/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/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 1331 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local 1382 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK)); in S32A_D565_Opaque_Dither_neon() 1391 dst_b = vmlaq_u16(vshll_n_u8(sb,2), dst_b, scale8); in S32A_D565_Opaque_Dither_neon() 1396 dst8 = vshrq_n_u16(dst_b, 5); in S32A_D565_Opaque_Dither_neon()
|