Searched refs:vp9_iht4x4_16_add_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 444 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 445 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), 446 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8), 447 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8))); 452 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 453 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), 454 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8), 455 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8))); 535 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 536 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), [all …]
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 78 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 80 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 80 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 174 vp9_iht4x4_16_add_c(input, dest, dest_stride, tx_type); in vp9_iht4x4_16_add_neon()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 91 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 92 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 20 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c() function
|