Home
last modified time | relevance | path

Searched refs:vpx_variance8x4 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1507 #define vpx_variance8x4 vpx_variance8x4_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1750 #define vpx_variance8x4 vpx_variance8x4_neon macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1750 #define vpx_variance8x4 vpx_variance8x4_neon macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1983 #define vpx_variance8x4 vpx_variance8x4_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1990 #define vpx_variance8x4 vpx_variance8x4_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2612 BFP(BLOCK_8X4, vpx_sad8x4, vpx_sad8x4_avg, vpx_variance8x4, in vp9_create_compressor()