Searched refs:norm_factor (Results 1 – 6 of 6) sorted by relevance
346 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local353 hbuf[idx] /= norm_factor; in vpx_int_pro_row_c()
448 const int norm_factor = height >> 1; in aom_int_pro_row_c() local455 hbuf[idx] /= norm_factor; in aom_int_pro_row_c()
516 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local532 hbuf[cnt] /= norm_factor; in vpx_int_pro_row_msa()
2321 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local2362 vbuf[idx] = vpx_int_pro_col(ref_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()2374 src_vbuf[idx] = vpx_int_pro_col(src_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()
3437 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition() local3441 rd_ratio = (float)none_rdcost * norm_factor; in ml_prune_rect_partition()3449 rd_valid ? (float)this_rd * norm_factor : 1.0f; in ml_prune_rect_partition()
1652 const int norm_factor = 3 + (bw >> 5); in av1_int_pro_motion_estimation() local1694 vbuf[idx] = aom_int_pro_col(ref_buf, bw) >> norm_factor; in av1_int_pro_motion_estimation()1706 src_vbuf[idx] = aom_int_pro_col(src_buf, bw) >> norm_factor; in av1_int_pro_motion_estimation()