Searched refs:vpx_vector_var (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 2235 this_sad = vpx_vector_var(&ref[d], src, bwl); in vector_match() 2247 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match() 2259 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match() 2271 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match() 2283 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1516 #define vpx_vector_var vpx_vector_var_c macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1761 #define vpx_vector_var vpx_vector_var_neon macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1761 #define vpx_vector_var vpx_vector_var_neon macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1994 #define vpx_vector_var vpx_vector_var_sse2 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 2001 #define vpx_vector_var vpx_vector_var_sse2 macro
|