Home
last modified time | relevance | path

Searched refs:vp9_iht8x8_64_add_neon (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/config/arm64/
Dvp9_rtcd.h104 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h104 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c22 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/
Dfdct8x8_test.cc684 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)));
Ddct_test.cc644 { &vp9_fht8x8_c, &iht_wrapper<vp9_iht8x8_64_add_neon>, 8, 1 },