Home
last modified time | relevance | path

Searched refs:y_gmv (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c1219 RK_S32 y_gmv = 0; in calc_cime_parameter() local
1262 if ((y_gmv % 4 - srch_uph % 4) < 0) { in calc_cime_parameter()
1263 … cur_srch_2_h = (4 + (y_gmv % 4 - srch_uph % 4) % 4 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in calc_cime_parameter()
1265 cur_srch_2_h = ((y_gmv % 4 - srch_uph % 4) % 4 + srch_uph + srch_dwnh) / 2 + ctu_2_h; in calc_cime_parameter()
H A Dhal_h264e_vepu580.c1788 RK_S32 y_gmv = base_regs->gmv.gmv_y; in calc_cime_parameter() local
1827 if ((y_gmv % 4 - srch_h % 4) < 0) { in calc_cime_parameter()
1828 cur_srch_4_h = (4 + (y_gmv % 4 - srch_h % 4) % 4 + srch_h * 2 + 3) / 4 + ctu_4_h; in calc_cime_parameter()
1830 cur_srch_4_h = ((y_gmv % 4 - srch_h % 4) % 4 + srch_h * 2 + 3) / 4 + ctu_4_h; in calc_cime_parameter()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c970 RK_S32 y_gmv = 0; in vepu540c_h265_set_me_regs() local
1033 if ((y_gmv % 8 - srch_uph % 8) < 0) { in vepu540c_h265_set_me_regs()
1034 … 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()
1036 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()
H A Dhal_h265e_vepu580.c217 RK_S32 y_gmv = regs->reg0224_gmv.gmv_y; in vepu580_h265_set_me_ram() local
270 if ((y_gmv % 4 - srch_h % 4) < 0) { in vepu580_h265_set_me_ram()
271 cur_srch_4_h = (4 + (y_gmv % 4 - srch_h % 4) % 4 + srch_h * 2 + 3) / 4 + ctu_4_h; in vepu580_h265_set_me_ram()
273 cur_srch_4_h = ((y_gmv % 4 - srch_h % 4) % 4 + srch_h * 2 + 3) / 4 + ctu_4_h; in vepu580_h265_set_me_ram()