Home
last modified time | relevance | path

Searched refs:swin_scope_wd16 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c1337 RK_S32 swin_scope_wd16 = (regs->me_rnge.cime_srch_h + 3 + 1) / 4 * 2 + 1; in vepu541_h265_set_me_regs() local
1343 … (pic_wd64 * (tmpMin - 1)) + ((pic_wd64 >= swin_scope_wd16) ? swin_scope_wd16 : pic_wd64 * 2); in vepu541_h265_set_me_regs()
1413 RK_S32 swin_scope_wd16 = (cime_w + 3 + 1) / 4 * 2 + 1; in vepu540_h265_set_me_ram() local
1418 ….cime_rama_max = (pic_wd64 * (tmpMin - 1)) + ((pic_wd64 >= swin_scope_wd16) ? swin_scope_wd16 : pi… in vepu540_h265_set_me_ram()
H A Dhal_h265e_vepu580.c2277 RK_S32 swin_scope_wd16 = (regs->reg0220_me_rnge.cme_srch_h + 3 + 1) / 4 * 2 + 1; in vepu580_h265_set_me_regs() local
2283 … (pic_wd64 * (tmpMin - 1)) + ((pic_wd64 >= swin_scope_wd16) ? swin_scope_wd16 : pic_wd64 * 2); in vepu580_h265_set_me_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1317 RK_S32 swin_scope_wd16 = (regs->reg089.cme_srch_h + 3) / 4 * 2 + 1; in setup_vepu541_me() local
1324 if (pic_wd64 >= swin_scope_wd16) in setup_vepu541_me()
1325 temp1 = swin_scope_wd16; in setup_vepu541_me()