Searched refs:vp9_iht4x4_16_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 91 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 92 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 95 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 | 95 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 | 99 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 | 99 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int 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
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 617 { &vp9_fht4x4_c, &iht_wrapper<vp9_iht4x4_16_add_c>, 4, 1 },
|