Home
last modified time | relevance | path

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

/external/libvpx/config/x86/
Dvp9_rtcd.h127 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);
128 #define vp9_vector_var vp9_vector_var_sse2
/external/libvpx/config/x86_64/
Dvp9_rtcd.h130 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);
131 #define vp9_vector_var vp9_vector_var_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c382 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, in vp9_vector_var_sse2() function