Home
last modified time | relevance | path

Searched refs:vpx_idct32x32_34_add_msa (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc785 &wrapper<vpx_idct32x32_34_add_msa>, TX_32X32, 34, 8, 1),
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h314 void vpx_idct32x32_34_add_msa(const tran_low_t *input, uint8_t *dest, int stride);
315 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_msa
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h314 void vpx_idct32x32_34_add_msa(const tran_low_t *input, uint8_t *dest, int stride);
315 #define vpx_idct32x32_34_add vpx_idct32x32_34_add_msa
/external/libvpx/libvpx/vpx_dsp/mips/
Didct32x32_msa.c652 void vpx_idct32x32_34_add_msa(const int16_t *input, uint8_t *dst, in vpx_idct32x32_34_add_msa() function