| /external/libaom/av1/common/ |
| 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()
|
| D | cdef.c | 70 void cdef_copy_rect8_8bit_to_16bit_c(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_c() 80 void cdef_copy_rect8_16bit_to_16bit_c(uint16_t *dst, int dstride, in cdef_copy_rect8_16bit_to_16bit_c() 90 void av1_cdef_copy_sb8_16_lowbd(uint16_t *const dst, int dstride, in av1_cdef_copy_sb8_16_lowbd() 98 void av1_cdef_copy_sb8_16_highbd(uint16_t *const dst, int dstride, in av1_cdef_copy_sb8_16_highbd() 108 int dstride, const uint8_t *src, int src_voffset, in av1_cdef_copy_sb8_16() 119 static INLINE void copy_rect(uint16_t *dst, int dstride, const uint16_t *src, in copy_rect()
|
| D | cdef_block_simd.h | 273 CDEF_INLINE void filter_block_4x4(const int is_lowbd, void *dest, int dstride, in filter_block_4x4() 465 CDEF_INLINE void filter_block_8x8(const int is_lowbd, void *dest, int dstride, in filter_block_8x8() 620 SIMD_INLINE void copy_block_4xh(const int is_lowbd, void *dest, int dstride, in copy_block_4xh() 652 SIMD_INLINE void copy_block_8xh(const int is_lowbd, void *dest, int dstride, in copy_block_8xh()
|
| D | cdef_block.h | 60 static INLINE void fill_rect(uint16_t *dst, int dstride, int v, int h, in fill_rect()
|
| /external/libaom/av1/common/arm/ |
| D | cdef_block_neon.c | 16 void cdef_copy_rect8_8bit_to_16bit_neon(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_neon()
|
| /external/libaom/av1/common/x86/ |
| D | cdef_block_sse2.c | 27 void cdef_copy_rect8_8bit_to_16bit_sse2(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_sse2()
|
| D | cdef_block_ssse3.c | 27 void cdef_copy_rect8_8bit_to_16bit_ssse3(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_ssse3()
|
| 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()
|
| D | cdef_block_avx2.c | 257 void cdef_copy_rect8_8bit_to_16bit_avx2(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_avx2()
|
| /external/libaom/aom_dsp/x86/ |
| D | variance_avx2.c | 432 uint64_t aom_mse_4xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_4xh_16bit_avx2() 489 uint64_t aom_mse_4xh_quad_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_4xh_quad_16bit_avx2() 579 uint64_t aom_mse_8xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_8xh_16bit_avx2() 629 uint64_t aom_mse_8xh_dual_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_8xh_dual_16bit_avx2() 689 uint64_t aom_mse_wxh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_avx2() 704 uint64_t aom_mse_16xh_16bit_avx2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_16xh_16bit_avx2()
|
| D | highbd_variance_sse2.c | 677 uint64_t aom_mse_4xh_16bit_highbd_sse2(uint16_t *dst, int dstride, in aom_mse_4xh_16bit_highbd_sse2() 722 uint64_t aom_mse_8xh_16bit_highbd_sse2(uint16_t *dst, int dstride, in aom_mse_8xh_16bit_highbd_sse2() 762 uint64_t aom_mse_wxh_16bit_highbd_sse2(uint16_t *dst, int dstride, in aom_mse_wxh_16bit_highbd_sse2()
|
| D | variance_sse2.c | 679 uint64_t aom_mse_4xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_4xh_16bit_sse2() 713 uint64_t aom_mse_8xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_8xh_16bit_sse2() 745 uint64_t aom_mse_wxh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_sse2() 756 uint64_t aom_mse_16xh_16bit_sse2(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_16xh_16bit_sse2()
|
| D | highbd_variance_avx2.c | 783 uint64_t aom_mse_4xh_16bit_highbd_avx2(uint16_t *dst, int dstride, in aom_mse_4xh_16bit_highbd_avx2() 841 uint64_t aom_mse_8xh_16bit_highbd_avx2(uint16_t *dst, int dstride, in aom_mse_8xh_16bit_highbd_avx2() 892 uint64_t aom_mse_wxh_16bit_highbd_avx2(uint16_t *dst, int dstride, in aom_mse_wxh_16bit_highbd_avx2()
|
| /external/libaom/aom_dsp/arm/ |
| D | variance_neon.c | 645 static AOM_INLINE uint64_t mse_4xh_16bit_neon(uint8_t *dst, int dstride, in mse_4xh_16bit_neon() 688 static AOM_INLINE uint64_t mse_8xh_16bit_neon(uint8_t *dst, int dstride, in mse_8xh_16bit_neon() 709 uint64_t aom_mse_wxh_16bit_neon(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_neon()
|
| /external/libaom/test/ |
| D | variance_test.cc | 472 int dstride = d_stride(); in SpeedTest() local 504 int dstride = d_stride(); in RefMatchTestMse() local 576 const int dstride = d_stride(); in SpeedTest() local 611 const int dstride = d_stride(); in RefMatchTestMse() local 636 const int dstride = d_stride(); in RefMatchExtremeTestMse() local 1805 int dstride = d_stride(); in SpeedTest() local 1836 int dstride = d_stride(); in RefMatchTestMse() local
|
| /external/libaom/aom_dsp/ |
| D | variance.c | 1258 uint64_t aom_mse_wxh_16bit_c(uint8_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_c() 1270 uint64_t aom_mse_16xh_16bit_c(uint8_t *dst, int dstride, uint16_t *src, int w, in aom_mse_16xh_16bit_c() 1284 uint64_t aom_mse_wxh_16bit_highbd_c(uint16_t *dst, int dstride, uint16_t *src, in aom_mse_wxh_16bit_highbd_c()
|
| /external/libaom/av1/encoder/ |
| 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()
|
| D | firstpass.c | 369 static INLINE void copy_rect(uint8_t *dst, int dstride, const uint8_t *src, in copy_rect()
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| D | bfloat16.cc | 534 void NPyCustomFloat_CopySwapN(void* dstv, npy_intp dstride, void* srcv, in NPyCustomFloat_CopySwapN()
|