Searched refs:norm_factor (Results 1 – 4 of 4) sorted by relevance
142 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local149 hbuf[idx] /= norm_factor; in vpx_int_pro_row_c()
306 complex_f norm_factor = sqrt( in InitDelaySumMasks() local308 delay_sum_masks_[f_ix].Scale(1.f / norm_factor); in InitDelaySumMasks()
511 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local527 hbuf[cnt] /= norm_factor; in vpx_int_pro_row_msa()
1809 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local1849 vbuf[idx] = vpx_int_pro_col(ref_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()1861 src_vbuf[idx] = vpx_int_pro_col(src_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()