/external/libyuv/files/source/ |
D | rotate_common.cc | 43 uint8* dst_b, in TransposeUVWx8_C() argument 49 dst_b[0] = src[0 * src_stride + 1]; in TransposeUVWx8_C() 51 dst_b[1] = src[1 * src_stride + 1]; in TransposeUVWx8_C() 53 dst_b[2] = src[2 * src_stride + 1]; in TransposeUVWx8_C() 55 dst_b[3] = src[3 * src_stride + 1]; in TransposeUVWx8_C() 57 dst_b[4] = src[4 * src_stride + 1]; in TransposeUVWx8_C() 59 dst_b[5] = src[5 * src_stride + 1]; in TransposeUVWx8_C() 61 dst_b[6] = src[6 * src_stride + 1]; in TransposeUVWx8_C() 63 dst_b[7] = src[7 * src_stride + 1]; in TransposeUVWx8_C() 66 dst_b += dst_stride_b; in TransposeUVWx8_C() [all …]
|
D | rotate.cc | 231 uint8* dst_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() 280 dst_b += 16; // Move over 8 columns. in TransposeUV() 286 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 290 dst_b += 8; // Move over 8 columns. in TransposeUV() 296 TransposeUVWxH_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 306 uint8* dst_b, in RotateUV90() argument 313 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV90() [all …]
|
D | rotate_msa.cc | 68 uint8* dst_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() 160 uint8* dst_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 | 310 uint8* dst_b, in TransposeUVWx8_DSPR2() argument 463 : [src] "+r"(src), [dst_a] "+r"(dst_a), [dst_b] "+r"(dst_b), in TransposeUVWx8_DSPR2()
|
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_gcc.cc | 262 uint8* dst_b, in TransposeUVWx8_SSE2() argument 360 "+r"(dst_b), // %2 in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 252 uint8* dst_b, in TransposeUVWx8_NEON() argument 525 "+r"(dst_b), // %5 in TransposeUVWx8_NEON()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_common.cc | 43 uint8_t* dst_b, in TransposeUVWx8_C() argument 49 dst_b[0] = src[0 * src_stride + 1]; in TransposeUVWx8_C() 51 dst_b[1] = src[1 * src_stride + 1]; in TransposeUVWx8_C() 53 dst_b[2] = src[2 * src_stride + 1]; in TransposeUVWx8_C() 55 dst_b[3] = src[3 * src_stride + 1]; in TransposeUVWx8_C() 57 dst_b[4] = src[4 * src_stride + 1]; in TransposeUVWx8_C() 59 dst_b[5] = src[5 * src_stride + 1]; in TransposeUVWx8_C() 61 dst_b[6] = src[6 * src_stride + 1]; in TransposeUVWx8_C() 63 dst_b[7] = src[7 * src_stride + 1]; in TransposeUVWx8_C() 66 dst_b += dst_stride_b; in TransposeUVWx8_C() [all …]
|
D | rotate.cc | 208 uint8_t* dst_b, in TransposeUV() argument 215 int dst_stride_a, uint8_t* dst_b, int dst_stride_b, in TransposeUV() 219 int dst_stride_a, uint8_t* dst_b, int dst_stride_b, in TransposeUV() 247 TransposeUVWx16(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 251 dst_b += 16; // Move over 8 columns. in TransposeUV() 257 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 261 dst_b += 8; // Move over 8 columns. in TransposeUV() 267 TransposeUVWxH_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV() 277 uint8_t* dst_b, in RotateUV90() argument 284 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV90() [all …]
|
D | rotate_msa.cc | 68 uint8_t* dst_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() 160 uint8_t* dst_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_any.cc | 48 int dst_stride_a, uint8_t* dst_b, int dst_stride_b, \ 53 TPOS_SIMD(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, n); \ 56 dst_stride_a, dst_b + n * dst_stride_b, dst_stride_b, r); \
|
D | rotate_neon.cc | 199 uint8_t* dst_b, in TransposeUVWx8_NEON() argument 405 "+r"(dst_b), // %5 in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 207 uint8_t* dst_b, in TransposeUVWx8_NEON() argument 412 "+r"(dst_b), // %3 in TransposeUVWx8_NEON()
|
D | rotate_gcc.cc | 262 uint8_t* dst_b, in TransposeUVWx8_SSE2() argument 360 "+r"(dst_b), // %2 in TransposeUVWx8_SSE2()
|
/external/libaom/libaom/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()
|
/external/libyuv/files/include/libyuv/ |
D | rotate_row.h | 146 uint8* dst_b, 155 uint8* dst_b, 162 uint8* dst_b, 169 uint8* dst_b, 176 uint8* dst_b, 183 uint8* dst_b, 190 uint8* dst_b, 198 uint8* dst_b, 205 uint8* dst_b, 212 uint8* dst_b, [all …]
|
D | rotate.h | 108 uint8* dst_b, 122 uint8* dst_b, 132 uint8* dst_b, 154 uint8* dst_b,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 126 uint8_t* dst_b, 135 uint8_t* dst_b, 142 uint8_t* dst_b, 149 uint8_t* dst_b, 156 uint8_t* dst_b, 163 uint8_t* dst_b, 171 uint8_t* dst_b, 178 uint8_t* dst_b, 185 uint8_t* dst_b,
|
D | rotate.h | 108 uint8_t* dst_b, 122 uint8_t* dst_b, 132 uint8_t* dst_b, 154 uint8_t* dst_b,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 118 uint8* dst_b, int dst_stride_b, 123 uint8* dst_b, int dst_stride_b, int width); 126 uint8* dst_b, int dst_stride_b, int width); 129 uint8* dst_b, int dst_stride_b, int width); 132 uint8* dst_b, int dst_stride_b, int width);
|
D | rotate.h | 79 uint8* dst_b, int dst_stride_b, 89 uint8* dst_b, int dst_stride_b, 95 uint8* dst_b, int dst_stride_b, 110 uint8* dst_b, int dst_stride_b,
|