Searched refs:vp9_iht4x4_16_add_c (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 413 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 414 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), 415 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8), 416 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8))); 421 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 422 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), 423 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8), 424 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8))); 492 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8), 493 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8), [all …]
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 64 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 69 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 65 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 65 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 69 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 73 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 73 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 154 vp9_iht4x4_16_add_c(input, dest, stride, tx_type); in vp9_iht4x4_16_add_neon()
|
/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
|