Home
last modified time | relevance | path

Searched refs:vp8_variance (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dvariance_c.c59 void vp8_variance( in vp8_variance() function
101 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 8, SSE, Sum); in vp8_get8x8var_c()
117 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, SSE, Sum); in vp8_get16x16var_c()
135 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg); in vp8_variance16x16_c()
151 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 16, &var, &avg); in vp8_variance8x16_c()
167 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 8, &var, &avg); in vp8_variance16x8_c()
184 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 8, &var, &avg); in vp8_variance8x8_c()
200 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 4, 4, &var, &avg); in vp8_variance4x4_c()
216 vp8_variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg); in vp8_mse16x16_c()
/external/libvpx/vp8/encoder/arm/neon/
Dvp8_mse16x16_neon.asm28 ;from vp8_variance().