Searched refs:vpx_idct32x32_34_add_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 207 &vpx_idct32x32_34_add_c,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 277 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 278 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 277 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 278 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 277 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 278 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 277 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 278 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 319 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 320 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 296 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 319 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 347 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 346 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1197 void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, in vpx_idct32x32_34_add_c() function
|