/external/libyuv/files/include/libyuv/ |
D | rotate_row.h | 147 int dst_stride_b, 156 int dst_stride_b, 163 int dst_stride_b, 170 int dst_stride_b, 177 int dst_stride_b, 184 int dst_stride_b, 191 int dst_stride_b, 199 int dst_stride_b, 206 int dst_stride_b, 213 int dst_stride_b, [all …]
|
D | rotate.h | 109 int dst_stride_b, 123 int dst_stride_b, 133 int dst_stride_b, 155 int dst_stride_b,
|
/external/libvpx/libvpx/third_party/libyuv/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/libyuv/files/source/ |
D | rotate.cc | 232 int dst_stride_b, in TransposeUV() argument 238 int dst_stride_a, uint8* dst_b, int dst_stride_b, in TransposeUV() 242 int dst_stride_a, uint8* dst_b, int dst_stride_b, in TransposeUV() 276 TransposeUVWx16(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 286 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 296 TransposeUVWxH_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 307 int dst_stride_b, in RotateUV90() argument 313 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV90() 323 int dst_stride_b, in RotateUV270() argument 327 dst_b += dst_stride_b * (width - 1); in RotateUV270() [all …]
|
D | rotate_any.cc | 51 int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) { \ 55 TPOS_SIMD(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, n); \ 58 dst_stride_a, dst_b + n * dst_stride_b, dst_stride_b, r); \
|
D | rotate_common.cc | 44 int dst_stride_b, in TransposeUVWx8_C() argument 66 dst_b += dst_stride_b; in TransposeUVWx8_C() 90 int dst_stride_b, in TransposeUVWxH_C() argument 98 dst_b[j + ((i >> 1) * dst_stride_b)] = src[i + (j * src_stride) + 1]; in TransposeUVWxH_C()
|
D | rotate_msa.cc | 69 int dst_stride_b, in TransposeUVWx16_C() argument 71 TransposeUVWx8_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUVWx16_C() 74 dst_stride_a, (dst_b + 8), dst_stride_b, width); in TransposeUVWx16_C() 161 int dst_stride_b, in TransposeUVWx16_MSA() argument 217 ST_UB2(dst1, dst3, dst_b, dst_stride_b); in TransposeUVWx16_MSA() 219 dst_b += dst_stride_b * 2; in TransposeUVWx16_MSA() 224 ST_UB2(dst1, dst3, dst_b, dst_stride_b); in TransposeUVWx16_MSA() 226 dst_b += dst_stride_b * 2; in TransposeUVWx16_MSA() 231 ST_UB2(dst1, dst3, dst_b, dst_stride_b); in TransposeUVWx16_MSA() 233 dst_b += dst_stride_b * 2; in TransposeUVWx16_MSA() [all …]
|
D | rotate_dspr2.cc | 311 int dst_stride_b, in TransposeUVWx8_DSPR2() argument 465 : [dst_stride_a] "r"(dst_stride_a), [dst_stride_b] "r"(dst_stride_b) in TransposeUVWx8_DSPR2()
|
D | rotate_gcc.cc | 263 int dst_stride_b, in TransposeUVWx8_SSE2() argument 364 "r"((intptr_t)(dst_stride_b)) // %6 in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 253 int dst_stride_b, in TransposeUVWx8_NEON() argument 526 "+r"(dst_stride_b), // %6 in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 262 int dst_stride_b, in TransposeUVWx8_NEON() argument 536 "r"(static_cast<ptrdiff_t>(dst_stride_b)), // %7 in TransposeUVWx8_NEON()
|
D | rotate_win.cc | 120 int dst_stride_b, in TransposeUVWx8_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/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
|