Searched refs:vp9_iht4x4_16_add_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 484 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0, VPX_BITS_8), 485 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1, VPX_BITS_8), 486 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2, VPX_BITS_8), 487 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 3, VPX_BITS_8)));
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 81 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 81 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 157 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_16_add_neon() function
|