Searched refs:vpx_idct4x4_1_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 474 &wrapper<vpx_idct4x4_1_add_c>, TX_4X4, 1, 8, 1) 624 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 775 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 918 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 949 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1113 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1114 #define vpx_idct4x4_1_add vpx_idct4x4_1_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1245 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1245 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 178 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_idct4x4_1_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1423 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1430 void vpx_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|