Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvariance.h76 vpx_subp_avg_variance_fn_t svaf; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c176 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
203 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
703 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
732 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()
1342 return vfp->svaf(get_buf_from_mv(in_what, best_mv), in_what->stride, 0, 0, in vp9_get_mvpred_av_var()
Dvp9_encoder.c1326 cpi->fn_ptr[BT].svaf = SVAF; \
2256 cpi->fn_ptr[BT].svaf = SVAF; \ in vp9_create_compressor()