Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc787 &wrapper<vpx_idct32x32_1_add_msa>, TX_32X32, 1, 8, 1),
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h310 void vpx_idct32x32_1_add_msa(const tran_low_t *input, uint8_t *dest, int stride);
311 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_msa
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h310 void vpx_idct32x32_1_add_msa(const tran_low_t *input, uint8_t *dest, int stride);
311 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_msa
/external/libvpx/libvpx/vpx_dsp/mips/
Didct32x32_msa.c696 void vpx_idct32x32_1_add_msa(const int16_t *input, uint8_t *dst, in vpx_idct32x32_1_add_msa() function