Home
last modified time | relevance | path

Searched refs:vpx_variance32x32 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c172 vdiff = (vpx_variance32x32(y, y_stride, yd, yd_stride, &sse) + 512) >> 10; in mfqe_block()
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1486 #define vpx_variance32x32 vpx_variance32x32_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1722 #define vpx_variance32x32 vpx_variance32x32_neon macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1722 #define vpx_variance32x32 vpx_variance32x32_neon macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1955 #define vpx_variance32x32 vpx_variance32x32_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1962 #define vpx_variance32x32 vpx_variance32x32_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2588 BFP(BLOCK_32X32, vpx_sad32x32, vpx_sad32x32_avg, vpx_variance32x32, in vp9_create_compressor()