Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc484 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/
Dvp9_rtcd.h81 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/
Dvp9_rtcd.h81 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/
Dvp9_iht4x4_add_neon.c157 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_16_add_neon() function