/aosp_15_r20/external/libaom/av1/common/ |
H A D | cdef_block.c | 140 uint8_t *dst8, uint16_t *dst16, int dstride, const uint16_t *in, in cdef_filter_block_internal() 203 void cdef_filter_8_0_c(void *dst8, int dstride, const uint16_t *in, in cdef_filter_8_0_c() 213 void cdef_filter_8_1_c(void *dst8, int dstride, const uint16_t *in, in cdef_filter_8_1_c() 223 void cdef_filter_8_2_c(void *dst8, int dstride, const uint16_t *in, in cdef_filter_8_2_c() 233 void cdef_filter_8_3_c(void *dst8, int dstride, const uint16_t *in, in cdef_filter_8_3_c() 243 void cdef_filter_16_0_c(void *dst16, int dstride, const uint16_t *in, in cdef_filter_16_0_c() 253 void cdef_filter_16_1_c(void *dst16, int dstride, const uint16_t *in, in cdef_filter_16_1_c() 263 void cdef_filter_16_2_c(void *dst16, int dstride, const uint16_t *in, in cdef_filter_16_2_c() 273 void cdef_filter_16_3_c(void *dst16, int dstride, const uint16_t *in, in cdef_filter_16_3_c() 323 void av1_cdef_filter_fb(uint8_t *dst8, uint16_t *dst16, int dstride, in av1_cdef_filter_fb()
|
H A D | cdef.c | 75 void cdef_copy_rect8_8bit_to_16bit_c(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_c() 86 void cdef_copy_rect8_16bit_to_16bit_c(uint16_t *dst, int dstride, in cdef_copy_rect8_16bit_to_16bit_c() 97 void av1_cdef_copy_sb8_16_lowbd(uint16_t *const dst, int dstride, in av1_cdef_copy_sb8_16_lowbd() 106 void av1_cdef_copy_sb8_16_highbd(uint16_t *const dst, int dstride, in av1_cdef_copy_sb8_16_highbd() 117 int dstride, const uint8_t *src, int src_voffset, in av1_cdef_copy_sb8_16() 132 static inline void copy_rect(uint16_t *dst, int dstride, const uint16_t *src, in copy_rect()
|
H A D | cdef_block_simd.h | 280 CDEF_INLINE void filter_block_4x4(const int is_lowbd, void *dest, int dstride, in filter_block_4x4() 472 CDEF_INLINE void filter_block_8x8(const int is_lowbd, void *dest, int dstride, in filter_block_8x8() 631 SIMD_INLINE void copy_block_4xh(const int is_lowbd, void *dest, int dstride, in copy_block_4xh() 663 SIMD_INLINE void copy_block_8xh(const int is_lowbd, void *dest, int dstride, in copy_block_8xh()
|
H A D | cdef_block.h | 57 static inline void fill_rect(uint16_t *dst, int dstride, int v, int h, in fill_rect()
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | cdef_block_neon.c | 22 void cdef_copy_rect8_8bit_to_16bit_neon(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_neon() 54 void cdef_copy_rect8_16bit_to_16bit_neon(uint16_t *dst, int dstride, in cdef_copy_rect8_16bit_to_16bit_neon() 509 void cdef_filter_8_0_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_8_0_neon() 726 void cdef_filter_8_1_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_8_1_neon() 808 void cdef_filter_8_2_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_8_2_neon() 900 void cdef_filter_8_3_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_8_3_neon() 939 void cdef_filter_16_0_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_16_0_neon() 1153 void cdef_filter_16_1_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_16_1_neon() 1232 void cdef_filter_16_2_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_16_2_neon() 1322 void cdef_filter_16_3_neon(void *dest, int dstride, const uint16_t *in, in cdef_filter_16_3_neon()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_avx2.c | 525 static uint64_t mse_4xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in mse_4xh_16bit_avx2() 582 static uint64_t mse_4xh_quad_16bit_avx2(uint8_t *dst, int dstride, in mse_4xh_quad_16bit_avx2() 673 static uint64_t mse_8xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in mse_8xh_16bit_avx2() 723 static uint64_t mse_8xh_dual_16bit_avx2(uint8_t *dst, int dstride, in mse_8xh_dual_16bit_avx2() 784 uint64_t aom_mse_wxh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_avx2() 799 uint64_t aom_mse_16xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_16xh_16bit_avx2()
|
H A D | variance_sse2.c | 523 static uint64_t mse_4xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in mse_4xh_16bit_sse2() 557 static uint64_t mse_8xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in mse_8xh_16bit_sse2() 589 uint64_t aom_mse_wxh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_sse2() 600 uint64_t aom_mse_16xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_16xh_16bit_sse2()
|
H A D | highbd_variance_sse2.c | 676 static uint64_t mse_4xh_16bit_highbd_sse2(uint16_t *dst, int dstride, in mse_4xh_16bit_highbd_sse2() 721 static uint64_t mse_8xh_16bit_highbd_sse2(uint16_t *dst, int dstride, in mse_8xh_16bit_highbd_sse2() 761 uint64_t aom_mse_wxh_16bit_highbd_sse2(uint16_t *dst, int dstride, in aom_mse_wxh_16bit_highbd_sse2()
|
H A D | highbd_variance_avx2.c | 796 static uint64_t mse_4xh_16bit_highbd_avx2(uint16_t *dst, int dstride, in mse_4xh_16bit_highbd_avx2() 854 static uint64_t mse_8xh_16bit_highbd_avx2(uint16_t *dst, int dstride, in mse_8xh_16bit_highbd_avx2() 905 uint64_t aom_mse_wxh_16bit_highbd_avx2(uint16_t *dst, int dstride, in aom_mse_wxh_16bit_highbd_avx2()
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | variance_neon.c | 404 static uint64x2_t mse_wxh_16bit(uint8_t *dst, int dstride, const uint16_t *src, in mse_wxh_16bit() 443 uint64_t aom_mse_wxh_16bit_neon(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_neon() 463 uint64_t aom_mse_16xh_16bit_neon(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_16xh_16bit_neon()
|
H A D | highbd_variance_sve.c | 378 uint64_t aom_mse_wxh_16bit_highbd_sve(uint16_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_highbd_sve()
|
H A D | highbd_variance_neon.c | 466 uint64_t aom_mse_wxh_16bit_highbd_neon(uint16_t *dst, int dstride, in aom_mse_wxh_16bit_highbd_neon()
|
/aosp_15_r20/external/libaom/test/ |
H A D | variance_test.cc | 477 int dstride = d_stride(); in SpeedTest() local 509 int dstride = d_stride(); in RefMatchTestMse() local 581 const int dstride = d_stride(); in SpeedTest() local 616 const int dstride = d_stride(); in RefMatchTestMse() local 641 const int dstride = d_stride(); in RefMatchExtremeTestMse() local 2018 int dstride = d_stride(); in SpeedTest() local 2049 int dstride = d_stride(); in RefMatchTestMse() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | variance.c | 1195 uint64_t aom_mse_wxh_16bit_c(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_c() 1207 uint64_t aom_mse_16xh_16bit_c(uint8_t *dst, int dstride, uint16_t *src, int w, in aom_mse_16xh_16bit_c() 1222 uint64_t aom_mse_wxh_16bit_highbd_c(uint16_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_highbd_c()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | cdef_block_sse4.c | 27 void cdef_copy_rect8_8bit_to_16bit_sse4_1(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_sse4_1()
|
H A D | cdef_block_ssse3.c | 38 void cdef_copy_rect8_8bit_to_16bit_ssse3(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_ssse3()
|
H A D | cdef_block_avx2.c | 256 void cdef_copy_rect8_8bit_to_16bit_avx2(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_avx2()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pickcdef.c | 237 static uint64_t compute_cdef_dist_highbd(void *dst, int dstride, uint16_t *src, in compute_cdef_dist_highbd() 276 static uint64_t compute_cdef_dist(void *dst, int dstride, uint16_t *src, in compute_cdef_dist()
|
H A D | firstpass.c | 400 static inline void copy_rect(uint8_t *dst, int dstride, const uint8_t *src, in copy_rect()
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | recon_tmpl.c | 1119 pixel *dst8, int16_t *dst16, const ptrdiff_t dstride, in warp_affine()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | bfloat16.cc | 534 void NPyCustomFloat_CopySwapN(void* dstv, npy_intp dstride, void* srcv, in NPyCustomFloat_CopySwapN()
|