Home
last modified time | relevance | path

Searched refs:vp9_iht4x4_16_add_neon (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/arm-neon/
Dvp9_rtcd.h66 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
/external/libvpx/config/arm64/
Dvp9_rtcd.h66 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon
/external/libvpx/libvpx/test/
Dfdct4x4_test.cc450 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0, VPX_BITS_8),
451 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1, VPX_BITS_8),
452 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2, VPX_BITS_8),
453 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 3, VPX_BITS_8)));
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c137 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_neon() function