Searched refs:vp9_iht8x8_64_add_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 100 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 101 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 100 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 101 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.c | 22 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_neon() function
|
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 684 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0, VPX_BITS_8), 685 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1, VPX_BITS_8), 686 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 2, VPX_BITS_8), 687 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 3, VPX_BITS_8)));
|
D | dct_test.cc | 644 { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },
|