Searched refs:vpx_iwht4x4_1_add_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1134 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1135 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1272 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1273 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1272 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1273 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1452 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1453 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1459 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1460 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 70 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_iwht4x4_1_add_c() function
|