Home
last modified time | relevance | path

Searched refs:vpx_vector_var_msa (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h869 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl);
870 #define vpx_vector_var vpx_vector_var_msa
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h869 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl);
870 #define vpx_vector_var vpx_vector_var_msa
/external/libvpx/libvpx/vpx_dsp/mips/
Davg_msa.c565 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_msa() function