Home
last modified time | relevance | path

Searched refs:srch_dwnh (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c1165 RK_S32 srch_lftw , srch_rgtw, srch_uph, srch_dwnh; in calc_cime_parameter() local
1173 srch_dwnh = base_regs->me_rnge.cime_srch_dwnh * 2; in calc_cime_parameter()
1208 … cur_srch_2_h = (4 + (y_gmv % 4 - srch_uph % 4) % 4 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in calc_cime_parameter()
1210 cur_srch_2_h = ((y_gmv % 4 - srch_uph % 4) % 4 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in calc_cime_parameter()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c956 RK_S32 srch_lftw, srch_rgtw, srch_uph, srch_dwnh; in vepu540c_h265_set_me_regs() local
976 srch_dwnh = regs->reg0220_me_rnge.cime_srch_dwnh * 2; in vepu540c_h265_set_me_regs()
1019 … cur_srch_2_h = (8 + (y_gmv % 8 - srch_uph % 8) % 8 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in vepu540c_h265_set_me_regs()
1021 cur_srch_2_h = ((y_gmv % 8 - srch_uph % 8) % 8 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in vepu540c_h265_set_me_regs()