Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dmfqe.c146 vpx_variance4x4(u, uv_stride, ud, uvd_stride, &sse); in multiframe_quality_enhance_block()
148 vpx_variance4x4(v, uv_stride, vd, uvd_stride, &sse); in multiframe_quality_enhance_block()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h703 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h775 #define vpx_variance4x4 vpx_variance4x4_neon macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h775 #define vpx_variance4x4 vpx_variance4x4_neon macro
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h839 #define vpx_variance4x4 vpx_variance4x4_msa macro
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h839 #define vpx_variance4x4 vpx_variance4x4_msa macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h901 #define vpx_variance4x4 vpx_variance4x4_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h905 #define vpx_variance4x4 vpx_variance4x4_sse2 macro
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2013 cpi->fn_ptr[BLOCK_4X4].vf = vpx_variance4x4; in vp8_create_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2309 BFP(BLOCK_4X4, vpx_sad4x4, vpx_sad4x4_avg, vpx_variance4x4, in vp9_create_compressor()