Searched refs:vpx_idct16x16_1_add_msa (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 793 &wrapper<vpx_idct16x16_1_add_msa>, TX_16X16, 1, 8, 1),
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct16x16_msa.c | 262 void vpx_idct16x16_1_add_msa(const int16_t *input, uint8_t *dst, in vpx_idct16x16_1_add_msa() function
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 290 void vpx_idct16x16_1_add_msa(const tran_low_t *input, uint8_t *dest, int stride); 291 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_msa
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 290 void vpx_idct16x16_1_add_msa(const tran_low_t *input, uint8_t *dest, int stride); 291 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_msa
|