Searched refs:vpx_idct8x8_12_add_msa (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct8x8_msa.c | 41 void vpx_idct8x8_12_add_msa(const int16_t *input, uint8_t *dst, in vpx_idct8x8_12_add_msa() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 797 &wrapper<vpx_idct8x8_12_add_msa>, TX_8X8, 12, 8, 1),
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 326 void vpx_idct8x8_12_add_msa(const tran_low_t *input, uint8_t *dest, int stride); 327 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_msa
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 326 void vpx_idct8x8_12_add_msa(const tran_low_t *input, uint8_t *dest, int stride); 327 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_msa
|