Searched refs:norm_factor (Results 1 – 6 of 6) sorted by relevance
189 const int norm_factor = height >> 1; in aom_int_pro_row_c() local196 hbuf[idx] /= norm_factor; in aom_int_pro_row_c()
346 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local353 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()
513 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local529 hbuf[cnt] /= norm_factor; in vpx_int_pro_row_msa()
2148 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local2189 vbuf[idx] = vpx_int_pro_col(ref_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()2201 src_vbuf[idx] = vpx_int_pro_col(src_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()
2193 const int norm_factor = 3 + (bw >> 5); in av1_int_pro_motion_estimation() local2231 vbuf[idx] = aom_int_pro_col(ref_buf, bw) >> norm_factor; in av1_int_pro_motion_estimation()2243 src_vbuf[idx] = aom_int_pro_col(src_buf, bw) >> norm_factor; in av1_int_pro_motion_estimation()