Home
last modified time | relevance | path

Searched refs:svaf (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvariance.h83 vpx_subp_avg_variance_fn_t svaf; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c182 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
711 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
740 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
1369 return vfp->svaf(get_buf_from_mv(in_what, best_mv), in_what->stride, 0, 0, in vp9_get_mvpred_av_var()
Dvp9_encoder.c830 cpi->fn_ptr[BT].svaf = SVAF; \
1850 cpi->fn_ptr[BT].svaf = SVAF; \ in vp9_create_compressor()