Searched refs:vpx_idct16x16_10_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 462 &wrapper<vpx_idct16x16_10_add_c>, TX_16X16, 10, 8, 1), 612 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>, 763 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>, 906 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>, 937 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1086 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int stride); 1087 #define vpx_idct16x16_10_add vpx_idct16x16_10_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 773 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, in vpx_idct16x16_10_add_c() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1209 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1209 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1385 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1392 void vpx_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|