Searched refs:vp9_iht4x4_16_add_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 100 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 101 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 100 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 101 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 22 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_neon() function
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 643 { &vp9_fht4x4_c, &iht_wrapper<vp9_iht4x4_16_add_neon>, 4, 1 },
|