Searched refs:mu1_mu2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_vif.c | 112 const float *mu1_mu2, const float *xx_filt, in vif_statistic() argument 131 mu1_mu2_val = mu1_mu2[i * w + j]; in vif_statistic() 302 float *mu1_mu2 = data_buf[9]; in ff_compute_vif2() local 370 vif_xx_yy_xy(mu1, mu2, mu1_sq, mu2_sq, mu1_mu2, w, h); in ff_compute_vif2() 388 vif_statistic(mu1_sq, mu2_sq, mu1_mu2, ref_sq_filt, main_sq_filt, in ff_compute_vif2()
|