Searched defs:SIMD_FUNC (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 161 int SIMD_FUNC(cdef_find_dir)(const uint16_t *img, int stride, int32_t *var, in SIMD_FUNC() function 225 void SIMD_FUNC(cdef_filter_block_4x4_8)(uint8_t *dst, int dstride, in SIMD_FUNC() function 391 void SIMD_FUNC(cdef_filter_block_8x8_8)(uint8_t *dst, int dstride, in SIMD_FUNC() function 538 void SIMD_FUNC(cdef_filter_block_4x4_16)(uint16_t *dst, int dstride, in SIMD_FUNC() function 695 void SIMD_FUNC(cdef_filter_block_8x8_16)(uint16_t *dst, int dstride, in SIMD_FUNC() function 829 void SIMD_FUNC(cdef_filter_block)(uint8_t *dst8, uint16_t *dst16, int dstride, in SIMD_FUNC() function 885 void SIMD_FUNC(cdef_copy_rect8_8bit_to_16bit)(uint16_t *dst, int dstride, in SIMD_FUNC() function 900 void SIMD_FUNC(cdef_copy_rect8_16bit_to_16bit)(uint16_t *dst, int dstride, in SIMD_FUNC() function
|
D | cdef_block_neon.c | 13 #define SIMD_FUNC(name) name##_neon macro
|
D | cdef_block_sse4.c | 13 #define SIMD_FUNC(name) name##_sse4_1 macro
|
D | cdef_block_avx2.c | 13 #define SIMD_FUNC(name) name##_avx2 macro
|
D | cdef_block_ssse3.c | 13 #define SIMD_FUNC(name) name##_ssse3 macro
|
D | cdef_block_sse2.c | 13 #define SIMD_FUNC(name) name##_sse2 macro
|