Searched refs:vpx_variance4x4 (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c146 vpx_variance4x4(u, uv_stride, ud, uvd_stride, &sse);
148 vpx_variance4x4(v, uv_stride, vd, uvd_stride, &sse);
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl1147 add_proto qw/unsigned int vpx_variance4x4/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse";
1148 specialize qw/vpx_variance4x4 sse2 neon msa/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h662 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h703 #define vpx_variance4x4 vpx_variance4x4_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h775 #define vpx_variance4x4 vpx_variance4x4_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h775 #define vpx_variance4x4 vpx_variance4x4_neon macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h839 #define vpx_variance4x4 vpx_variance4x4_msa macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h839 #define vpx_variance4x4 vpx_variance4x4_msa macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h901 #define vpx_variance4x4 vpx_variance4x4_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h905 #define vpx_variance4x4 vpx_variance4x4_sse2 macro
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2013 cpi->fn_ptr[BLOCK_4X4].vf = vpx_variance4x4;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c2309 BFP(BLOCK_4X4, vpx_sad4x4, vpx_sad4x4_avg, vpx_variance4x4,

Completed in 134 milliseconds