Searched refs:vpx_idct16x16_1_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 464 &wrapper<vpx_idct16x16_1_add_c>, TX_16X16, 1, 8, 1), 614 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>, 765 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>, 908 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>, 939 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1089 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1090 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1213 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1213 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 799 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_idct16x16_1_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1389 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1396 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|