Searched refs:vp9_iht8x8_64_add_c (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 651 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 660 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), 661 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8), 662 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8))); 667 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 668 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), 669 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8), 670 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8))); 720 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 721 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), [all …]
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 68 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 73 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 69 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 69 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 73 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 77 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 77 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 59 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c() function
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.c | 432 vp9_iht8x8_64_add_c(input, dest, stride, tx_type); in vp9_iht8x8_64_add_neon()
|