Searched refs:vpx_vector_var_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 370 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1515 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl); 1516 #define vpx_vector_var vpx_vector_var_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1759 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1759 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1992 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1999 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl);
|