Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct16x16_test.cc266 vp9_iht16x16_256_add_c(in, dest, stride, tx_type); in iht16x16_ref()
823 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
824 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
825 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
826 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
831 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
832 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8),
833 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8),
834 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3, VPX_BITS_8)));
881 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8),
[all …]
/external/libvpx/config/mips64/
Dvp9_rtcd.h74 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm/
Dvp9_rtcd.h74 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/generic/
Dvp9_rtcd.h74 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/mips32/
Dvp9_rtcd.h74 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h77 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h77 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h74 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.h87 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.h88 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.c94 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() function