Searched refs:vpx_iwht4x4_16_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 726 { &fdct_wrapper<vp9_fwht4x4_c>, &idct_wrapper<vpx_iwht4x4_16_add_c>, 4, 1 }
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1131 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1132 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1269 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1270 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1269 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1270 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 18 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_iwht4x4_16_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1448 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1455 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|