Searched refs:vp9_iht16x16_256_add_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 266 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/ |
D | vp9_rtcd.h | 74 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/ |
D | vp9_rtcd.h | 74 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/ |
D | vp9_rtcd.h | 74 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/ |
D | vp9_rtcd.h | 74 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/ |
D | vp9_rtcd.h | 77 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/ |
D | vp9_rtcd.h | 77 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/ |
D | vp9_rtcd.h | 74 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 87 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 88 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 94 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() function
|