Home
last modified time | relevance | path

Searched refs:dst_b (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_common.cc38 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 …]
Drotate.cc194 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 …]
Drotate_mips.cc313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_MIPS_DSPR2() argument
467 [dst_b] "+r" (dst_b), in TransposeUVWx8_MIPS_DSPR2()
Drotate_gcc.cc112 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()
Drotate_neon.cc249 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
522 "+r"(dst_b), // %5 in TransposeUVWx8_NEON()
Drotate_neon64.cc256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
526 "+r"(dst_b), // %3 in TransposeUVWx8_NEON()
Drotate_win.cc117 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument
/external/libyuv/files/source/
Drotate.cc49 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 …]
Drotate_neon.cc193 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
393 "+r"(dst_b), // %4 in TransposeUVWx8_NEON()
Drow_neon.cc482 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/
Drotate_row.h117 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);
Drotate.h78 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/
Drotate.h72 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/
DSkBlitRow_opts_arm_neon.cpp1331 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()