/external/libyuv/files/include/libyuv/ |
D | rotate_row.h | 90 uint8* dst_b, int dst_stride_b, 95 uint8* dst_b, int dst_stride_b, int width); 98 uint8* dst_b, int dst_stride_b, int width); 101 uint8* dst_b, int dst_stride_b, int width); 104 uint8* dst_b, int dst_stride_b, int width); 108 uint8* dst_b, int dst_stride_b, int width); 111 uint8* dst_b, int dst_stride_b, int width); 114 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/libvpx/libvpx/third_party/libyuv/source/ |
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() 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() 260 dst_stride_b = -dst_stride_b; in RotateUV270() 264 dst_b, dst_stride_b, in RotateUV270() [all …]
|
D | rotate_common.cc | 38 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_C() argument 59 dst_b += dst_stride_b; in TransposeUVWx8_C() 77 uint8* dst_b, int dst_stride_b, in TransposeUVWxH_C() argument 84 dst_b[j + ((i >> 1) * dst_stride_b)] = src[i + (j * src_stride) + 1]; in TransposeUVWxH_C()
|
D | rotate_mips.cc | 313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_MIPS_DSPR2() argument 471 [dst_stride_b] "r" (dst_stride_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 479 "r"((intptr_t)(dst_stride_b)) // %6 in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 249 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 523 "+r"(dst_stride_b), // %6 in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 530 "r"(static_cast<ptrdiff_t>(dst_stride_b)), // %7 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 | 186 uint8* dst_b, int dst_stride_b, in TransposeUV() argument 191 uint8* dst_b, int dst_stride_b, in TransposeUV() 217 dst_b, dst_stride_b, in TransposeUV() 228 dst_b, dst_stride_b, in TransposeUV() 236 uint8* dst_b, int dst_stride_b, in RotateUV90() argument 243 dst_b, dst_stride_b, in RotateUV90() 250 uint8* dst_b, int dst_stride_b, in RotateUV270() argument 253 dst_b += dst_stride_b * (width - 1); in RotateUV270() 255 dst_stride_b = -dst_stride_b; in RotateUV270() 259 dst_b, dst_stride_b, in RotateUV270() [all …]
|
D | rotate_any.cc | 49 uint8* dst_b, int dst_stride_b, int width) { \ 53 TPOS_SIMD(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, \ 58 dst_b + n * dst_stride_b, dst_stride_b, r); \
|
D | rotate_common.cc | 38 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_C() argument 59 dst_b += dst_stride_b; in TransposeUVWx8_C() 77 uint8* dst_b, int dst_stride_b, in TransposeUVWxH_C() argument 84 dst_b[j + ((i >> 1) * dst_stride_b)] = src[i + (j * src_stride) + 1]; in TransposeUVWxH_C()
|
D | rotate_mips.cc | 313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_DSPR2() argument 471 [dst_stride_b] "r" (dst_stride_b) in TransposeUVWx8_DSPR2()
|
D | rotate_gcc.cc | 256 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_SSE2() argument 356 "r"((intptr_t)(dst_stride_b)) // %6 in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 248 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 521 "+r"(dst_stride_b), // %6 in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument 530 "r"(static_cast<ptrdiff_t>(dst_stride_b)), // %7 in TransposeUVWx8_NEON()
|
D | rotate_win.cc | 116 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument
|
/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,
|