/external/libaom/third_party/libyuv/source/ |
D | scale_neon.cc | 779 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 796 : "r"(src_stepx) // %3 in ScaleARGBRowDownEven_NEON() 804 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 836 : "r"(src_stepx) // %4 in ScaleARGBRowDownEvenBox_NEON() 985 int src_stepx, // pixel step in ScaleUVRowDownEven_NEON() argument 988 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() 989 const uint8_t* src2_ptr = src_ptr + src_stepx * 4; in ScaleUVRowDownEven_NEON() 990 const uint8_t* src3_ptr = src_ptr + src_stepx * 6; in ScaleUVRowDownEven_NEON() 1007 : "r"(src_stepx * 8) // %6 in ScaleUVRowDownEven_NEON()
|
D | scale_neon64.cc | 819 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 836 : "r"((int64_t)(src_stepx * 4)) // %3 in ScaleARGBRowDownEven_NEON() 846 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 883 : "r"((int64_t)(src_stepx * 4)) // %4 in ScaleARGBRowDownEvenBox_NEON() 1121 int src_stepx, // pixel step in ScaleUVRowDownEven_NEON() argument 1124 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() 1125 const uint8_t* src2_ptr = src_ptr + src_stepx * 4; in ScaleUVRowDownEven_NEON() 1126 const uint8_t* src3_ptr = src_ptr + src_stepx * 6; in ScaleUVRowDownEven_NEON() 1143 : "r"((int64_t)(src_stepx * 8)) // %6 in ScaleUVRowDownEven_NEON()
|
D | scale_gcc.cc | 1072 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 1075 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEven_SSE2() 1109 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument 1112 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEvenBox_SSE2()
|
D | scale_any.cc | 434 void NAMEANY(const uint8_t* src_ptr, ptrdiff_t src_stride, int src_stepx, \ 439 SCALEROWDOWN_SIMD(src_ptr, src_stride, src_stepx, dst_ptr, n); \ 441 SCALEROWDOWN_C(src_ptr + (n * src_stepx) * BPP, src_stride, src_stepx, \
|
D | scale_common.cc | 841 int src_stepx, in ScaleARGBRowDownEven_C() argument 850 dst[1] = src[src_stepx]; in ScaleARGBRowDownEven_C() 851 src += src_stepx * 2; in ScaleARGBRowDownEven_C() 861 int src_stepx, in ScaleARGBRowDownEvenBox_C() argument 878 src_argb += src_stepx * 4; in ScaleARGBRowDownEvenBox_C() 1078 int src_stepx, in ScaleUVRowDownEven_C() argument 1087 dst[1] = src[src_stepx]; in ScaleUVRowDownEven_C() 1088 src += src_stepx * 2; in ScaleUVRowDownEven_C() 1098 int src_stepx, in ScaleUVRowDownEvenBox_C() argument 1109 src_uv += src_stepx * 2; in ScaleUVRowDownEvenBox_C()
|
D | scale_win.cc | 1084 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 1121 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument
|
/external/libaom/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 364 int src_stepx, 369 int src_stepx, 411 int src_stepx, 416 int src_stepx, 771 int src_stepx, 776 int src_stepx, 781 int src_stepx, 786 int src_stepx, 791 int32_t src_stepx, 796 int src_stepx, [all …]
|
/external/libyuv/include/libyuv/ |
D | scale_row.h | 516 int src_stepx, 521 int src_stepx, 563 int src_stepx, 568 int src_stepx, 1073 int src_stepx, 1078 int src_stepx, 1083 int src_stepx, 1088 int src_stepx, 1093 int32_t src_stepx, 1098 int src_stepx, [all …]
|
/external/libyuv/source/ |
D | scale_neon.cc | 1257 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 1274 : "r"(src_stepx) // %3 in ScaleARGBRowDownEven_NEON() 1282 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 1314 : "r"(src_stepx) // %4 in ScaleARGBRowDownEvenBox_NEON() 1502 int src_stepx, // pixel step in ScaleUVRowDownEven_NEON() argument 1505 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() 1506 const uint8_t* src2_ptr = src_ptr + src_stepx * 4; in ScaleUVRowDownEven_NEON() 1507 const uint8_t* src3_ptr = src_ptr + src_stepx * 6; in ScaleUVRowDownEven_NEON() 1524 : "r"(src_stepx * 8) // %6 in ScaleUVRowDownEven_NEON()
|
D | scale_neon64.cc | 1206 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 1223 : "r"((int64_t)(src_stepx * 4)) // %3 in ScaleARGBRowDownEven_NEON() 1233 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 1270 : "r"((int64_t)(src_stepx * 4)) // %4 in ScaleARGBRowDownEvenBox_NEON() 1547 int src_stepx, // pixel step in ScaleUVRowDownEven_NEON() argument 1550 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() 1551 const uint8_t* src2_ptr = src_ptr + src_stepx * 4; in ScaleUVRowDownEven_NEON() 1552 const uint8_t* src3_ptr = src_ptr + src_stepx * 6; in ScaleUVRowDownEven_NEON() 1569 : "r"((int64_t)(src_stepx * 8)) // %6 in ScaleUVRowDownEven_NEON()
|
D | scale_rvv.cc | 136 int src_stepx, in ScaleARGBRowDownEven_RVV() argument 142 const int stride_byte = src_stepx * 4; in ScaleARGBRowDownEven_RVV() 148 src += vl * src_stepx; in ScaleARGBRowDownEven_RVV() 157 int src_stepx, in ScaleARGBRowDownEvenBox_RVV() argument 163 const int stride_byte = src_stepx * 4; in ScaleARGBRowDownEvenBox_RVV() 187 src0 += vl * src_stepx; in ScaleARGBRowDownEvenBox_RVV() 188 src1 += vl * src_stepx; in ScaleARGBRowDownEvenBox_RVV() 854 int src_stepx, in ScaleUVRowDown4_RVV() argument 861 (void)src_stepx; in ScaleUVRowDown4_RVV() 881 int src_stepx, in ScaleUVRowDownEven_RVV() argument [all …]
|
D | scale_gcc.cc | 2034 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 2037 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEven_SSE2() 2071 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument 2074 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEvenBox_SSE2()
|
D | scale_any.cc | 476 void NAMEANY(const uint8_t* src_ptr, ptrdiff_t src_stride, int src_stepx, \ 481 SCALEROWDOWN_SIMD(src_ptr, src_stride, src_stepx, dst_ptr, n); \ 483 SCALEROWDOWN_C(src_ptr + (n * src_stepx) * BPP, src_stride, src_stepx, \
|
D | scale_common.cc | 1094 int src_stepx, in ScaleARGBRowDownEven_C() argument 1103 dst[1] = src[src_stepx]; in ScaleARGBRowDownEven_C() 1104 src += src_stepx * 2; in ScaleARGBRowDownEven_C() 1114 int src_stepx, in ScaleARGBRowDownEvenBox_C() argument 1131 src_argb += src_stepx * 4; in ScaleARGBRowDownEvenBox_C() 1326 int src_stepx, in ScaleUVRowDownEven_C() argument 1335 dst[1] = src[src_stepx]; in ScaleUVRowDownEven_C() 1336 src += src_stepx * 2; in ScaleUVRowDownEven_C() 1346 int src_stepx, in ScaleUVRowDownEvenBox_C() argument 1357 src_uv += src_stepx * 2; in ScaleUVRowDownEvenBox_C()
|
D | scale_lsx.cc | 104 int32_t src_stepx, in ScaleARGBRowDownEven_LSX() argument 109 int32_t stepx = src_stepx << 2; in ScaleARGBRowDownEven_LSX() 132 int src_stepx, in ScaleARGBRowDownEvenBox_LSX() argument 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_LSX()
|
D | scale_msa.cc | 108 int32_t src_stepx, in ScaleARGBRowDownEven_MSA() argument 112 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEven_MSA() 132 int src_stepx, in ScaleARGBRowDownEvenBox_MSA() argument 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_MSA()
|
D | scale_win.cc | 1085 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 1122 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument
|
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 322 int src_stepx, 327 int src_stepx, 649 int src_stepx, 654 int src_stepx, 659 int src_stepx, 664 int src_stepx, 669 int32_t src_stepx, 674 int src_stepx, 679 int src_stepx, 684 int src_stepx, [all …]
|
/external/libvpx/third_party/libyuv/source/ |
D | scale_neon.cc | 791 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 808 : "r"(src_stepx) // %3 in ScaleARGBRowDownEven_NEON() 816 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 848 : "r"(src_stepx) // %4 in ScaleARGBRowDownEvenBox_NEON()
|
D | scale_neon64.cc | 797 int src_stepx, in ScaleARGBRowDownEven_NEON() argument 813 : "r"((int64_t)(src_stepx * 4)) // %3 in ScaleARGBRowDownEven_NEON() 823 int src_stepx, in ScaleARGBRowDownEvenBox_NEON() argument 858 : "r"((int64_t)(src_stepx * 4)) // %4 in ScaleARGBRowDownEvenBox_NEON()
|
D | scale_any.cc | 389 void NAMEANY(const uint8_t* src_ptr, ptrdiff_t src_stride, int src_stepx, \ 394 SCALEROWDOWN_SIMD(src_ptr, src_stride, src_stepx, dst_ptr, n); \ 396 SCALEROWDOWN_C(src_ptr + (n * src_stepx) * BPP, src_stride, src_stepx, \
|
D | scale_gcc.cc | 1072 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 1075 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEven_SSE2() 1109 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument 1112 intptr_t src_stepx_x4 = (intptr_t)(src_stepx); in ScaleARGBRowDownEvenBox_SSE2()
|
D | scale_common.cc | 837 int src_stepx, in ScaleARGBRowDownEven_C() argument 846 dst[1] = src[src_stepx]; in ScaleARGBRowDownEven_C() 847 src += src_stepx * 2; in ScaleARGBRowDownEven_C() 857 int src_stepx, in ScaleARGBRowDownEvenBox_C() argument 874 src_argb += src_stepx * 4; in ScaleARGBRowDownEvenBox_C()
|
D | scale_msa.cc | 108 int32_t src_stepx, in ScaleARGBRowDownEven_MSA() argument 112 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEven_MSA() 132 int src_stepx, in ScaleARGBRowDownEvenBox_MSA() argument 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_MSA()
|
D | scale_win.cc | 1084 int src_stepx, in ScaleARGBRowDownEven_SSE2() argument 1121 int src_stepx, in ScaleARGBRowDownEvenBox_SSE2() argument
|