Home
last modified time | relevance | path

Searched refs:vp9_iht16x16_256_add_c (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/test/
Ddct16x16_test.cc253 vp9_iht16x16_256_add_c(in, dest, stride, tx_type); in iht16x16_ref()
835 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
836 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
837 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
838 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
848 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
849 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
850 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
851 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
899 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
[all …]
/external/libvpx/config/mips32/
Dvp9_rtcd.h60 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/generic/
Dvp9_rtcd.h60 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h60 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm/
Dvp9_rtcd.h60 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h62 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
63 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h62 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
63 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h60 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h65 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h65 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/config/x86/
Dvp9_rtcd.h69 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h69 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() function