Home
last modified time | relevance | path

Searched refs:vpx_variance64x64 (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c175 vdiff = (vpx_variance64x64(y, y_stride, yd, yd_stride, &sse) + 2048) >> 12; in mfqe_block()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h671 #define vpx_variance64x64 vpx_variance64x64_c macro
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h671 #define vpx_variance64x64 vpx_variance64x64_c macro
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h671 #define vpx_variance64x64 vpx_variance64x64_c macro
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h671 #define vpx_variance64x64 vpx_variance64x64_c macro
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h712 #define vpx_variance64x64 vpx_variance64x64_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h787 #define vpx_variance64x64 vpx_variance64x64_neon macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h787 #define vpx_variance64x64 vpx_variance64x64_neon macro
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h851 #define vpx_variance64x64 vpx_variance64x64_msa macro
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h851 #define vpx_variance64x64 vpx_variance64x64_msa macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h913 #define vpx_variance64x64 vpx_variance64x64_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h917 #define vpx_variance64x64 vpx_variance64x64_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2281 BFP(BLOCK_64X64, vpx_sad64x64, vpx_sad64x64_avg, vpx_variance64x64, in vp9_create_compressor()
Dvp9_encodeframe.c1011 tmp_variance = vpx_variance64x64(src_y, src_ystride, last_src_y, in avg_source_sad()