Searched refs:vp8_variance4x4 (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c21 variance_function *vp8_variance4x4; variable
132 vp8_variance4x4 = vp8_variance4x4_ppc;
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c175 usad = (vp8_variance4x4(u, uv_stride, ud, uvd_stride, &sse));
177 vsad = (vp8_variance4x4(v, uv_stride, vd, uvd_stride, &sse));
H A Drtcd_defs.pl247 add_proto qw/unsigned int vp8_variance4x4/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse";
248 specialize qw/vp8_variance4x4 mmx sse2/;
/external/libvpx/generic/
H A Dvp8_rtcd.h279 #define vp8_variance4x4 vp8_variance4x4_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h279 #define vp8_variance4x4 vp8_variance4x4_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h297 #define vp8_variance4x4 vp8_variance4x4_c macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h318 #define vp8_variance4x4 vp8_variance4x4_c macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h366 #define vp8_variance4x4 vp8_variance4x4_c macro
/external/libvpx/x86/
H A Dvp8_rtcd.h421 #define vp8_variance4x4 vp8_variance4x4_wmt macro
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2104 cpi->fn_ptr[BLOCK_4X4].vf = vp8_variance4x4;

Completed in 96 milliseconds