Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c1202 RK_U32 ramb_h; in calc_cime_parameter() local
1221 ramb_h = cur_srch_2_h; in calc_cime_parameter()
1222 …while ((rama_size > ((cur_srch_h - ctu_2_h) * base_regs->me_cach.cme_linebuf_w + (ramb_h * cur_src… in calc_cime_parameter()
1225 if (ramb_h > ctu_2_h * 2) { in calc_cime_parameter()
1226 ramb_h = ramb_h - ctu_2_h; in calc_cime_parameter()
1228 ramb_h = ctu_2_h; in calc_cime_parameter()
1234 ramb_h = ctu_2_h; in calc_cime_parameter()
1236 …if (rama_size < ((cur_srch_h - ctu_2_h) * base_regs->me_cach.cme_linebuf_w + (ramb_h * cur_srch_8_… in calc_cime_parameter()
H A Dhal_h264e_vepu580.c1761 RK_U32 ctu_4_h = 1, ramb_h; in calc_cime_parameter() local
1783 ramb_h = cur_srch_4_h; in calc_cime_parameter()
1785 …((cime_cacha_h - ctu_4_h) * base_regs->me_cach.cme_linebuf_w * 4 + (ramb_h * 4 * cur_srch_16_w))))… in calc_cime_parameter()
1788 if (ramb_h > 2 * ctu_4_h) { in calc_cime_parameter()
1789 ramb_h = ramb_h - ctu_4_h; in calc_cime_parameter()
1791 ramb_h = ctu_4_h; in calc_cime_parameter()
1797 ramb_h = 0; in calc_cime_parameter()
1800 …ax < ((cime_cacha_h - ctu_4_h) * base_regs->me_cach.cme_linebuf_w * 4 + (ramb_h * 4 * cur_srch_16_… in calc_cime_parameter()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1013 RK_U32 ramb_h; in vepu540c_h265_set_me_regs() local
1032 ramb_h = cur_srch_2_h; in vepu540c_h265_set_me_regs()
1033 …while ((rama_size > ((cur_srch_h - ctu_2_h) * regs->reg0222_me_cach.cme_linebuf_w + (ramb_h * cur_… in vepu540c_h265_set_me_regs()
1036 if (ramb_h > ctu_2_h * 2) { in vepu540c_h265_set_me_regs()
1037 ramb_h = ramb_h - ctu_2_h; in vepu540c_h265_set_me_regs()
1039 ramb_h = ctu_2_h; in vepu540c_h265_set_me_regs()
1045 ramb_h = ctu_2_h; in vepu540c_h265_set_me_regs()
1048 …if (rama_size < ((cur_srch_h - ctu_2_h) * regs->reg0222_me_cach.cme_linebuf_w + (ramb_h * cur_srch… in vepu540c_h265_set_me_regs()
H A Dhal_h265e_vepu580.c305 RK_U32 ctu_4_h = 4, ramb_h; in vepu580_h265_set_me_ram() local
323 ramb_h = cur_srch_4_h; in vepu580_h265_set_me_ram()
325 …((cime_rama_h - ctu_4_h) * regs->reg0222_me_cach.cme_linebuf_w * 4 + (ramb_h * 4 * cur_srch_16_w))… in vepu580_h265_set_me_ram()
327 if (ramb_h > 2 * ctu_4_h) { in vepu580_h265_set_me_ram()
328 ramb_h = ramb_h - ctu_4_h; in vepu580_h265_set_me_ram()
330 ramb_h = ctu_4_h; in vepu580_h265_set_me_ram()
335 ramb_h = 0; in vepu580_h265_set_me_ram()
337 … < ((cime_rama_h - ctu_4_h) * regs->reg0222_me_cach.cme_linebuf_w * 4 + (ramb_h * 4 * cur_srch_16_… in vepu580_h265_set_me_ram()