/external/libvpx/config/generic/ |
vpx_dsp_rtcd.h | 298 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 299 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/mips32/ |
vpx_dsp_rtcd.h | 298 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 299 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/mips64/ |
vpx_dsp_rtcd.h | 298 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 299 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/arm/ |
vpx_dsp_rtcd.h | 298 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 299 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 346 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 347 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 345 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 346 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/mips32-dspr2/ |
vpx_dsp_rtcd.h | 323 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 324 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/x86/ |
vpx_dsp_rtcd.h | 374 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 375 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/config/x86_64/ |
vpx_dsp_rtcd.h | 377 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 378 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 68 void vpx_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest, int dest_stride) { function [all...] |