Home
last modified time | relevance | path

Searched refs:norm_factor (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Davg.c346 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local
353 hbuf[idx] /= norm_factor; in vpx_int_pro_row_c()
/external/libaom/libaom/aom_dsp/
Davg.c448 const int norm_factor = height >> 1; in aom_int_pro_row_c() local
455 hbuf[idx] /= norm_factor; in aom_int_pro_row_c()
/external/libvpx/libvpx/vpx_dsp/mips/
Davg_msa.c516 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local
532 hbuf[cnt] /= norm_factor; in vpx_int_pro_row_msa()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2321 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local
2362 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()
Dvp9_encodeframe.c3437 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition() local
3441 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()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1652 const int norm_factor = 3 + (bw >> 5); in av1_int_pro_motion_estimation() local
1694 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()