Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1248 RK_S32 cime_blk_h_max = 28; in setup_vepu541_me() local
1259 cime_blk_h_max = 12; in setup_vepu541_me()
1265 cime_blk_h_max = 28; in setup_vepu541_me()
1268 cime_blk_h_max = 28; in setup_vepu541_me()
1275 if (cime_h < cime_blk_h_max * 4) in setup_vepu541_me()
1276 cime_blk_h_max = cime_h / 4; in setup_vepu541_me()
1284 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu541_me()
1285 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu541_me()
1288 regs->reg089.cme_srch_v = cime_blk_h_max / 4; in setup_vepu541_me()
H A Dhal_h264e_vepu580.c1820 RK_S32 cime_blk_h_max = 28; in setup_vepu580_me() local
1831 cime_blk_h_max = 12; in setup_vepu580_me()
1837 cime_blk_h_max = 28; in setup_vepu580_me()
1840 cime_blk_h_max = 28; in setup_vepu580_me()
1847 if (cime_h < cime_blk_h_max * 4) in setup_vepu580_me()
1848 cime_blk_h_max = cime_h / 4; in setup_vepu580_me()
1856 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu580_me()
1857 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu580_me()
1860 regs->reg_base.me_rnge.cme_srch_v = cime_blk_h_max / 4; in setup_vepu580_me()