Home
last modified time | relevance | path

Searched refs:vp8_variance16x16_neon (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/armv7a-neon/
Dvp8_rtcd.h358 unsigned int vp8_variance16x16_neon(const unsigned char *src_ptr, int source_stride, const unsigned…
359 #define vp8_variance16x16 vp8_variance16x16_neon
/external/libvpx/libvpx/vp8/common/arm/neon/
Dvariance_neon.c17 unsigned int vp8_variance16x16_neon( in vp8_variance16x16_neon() function
Dvp8_subpixelvariance16x16_neon.asm27 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
/external/libvpx/libvpx/test/
Dvariance_test.cc317 const vp8_variance_fn_t variance16x16_neon = vp8_variance16x16_neon;