Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1242 RK_S32 cime_blk_h_max = 28; in setup_vepu541_me() local
1253 cime_blk_h_max = 12; in setup_vepu541_me()
1259 cime_blk_h_max = 28; in setup_vepu541_me()
1262 cime_blk_h_max = 28; in setup_vepu541_me()
1269 if (cime_h < cime_blk_h_max * 4) in setup_vepu541_me()
1270 cime_blk_h_max = cime_h / 4; in setup_vepu541_me()
1278 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu541_me()
1279 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu541_me()
1282 regs->reg089.cme_srch_v = cime_blk_h_max / 4; in setup_vepu541_me()
H A Dhal_h264e_vepu580.c1876 RK_S32 cime_blk_h_max = 28; in setup_vepu580_me() local
1887 cime_blk_h_max = 12; in setup_vepu580_me()
1893 cime_blk_h_max = 28; in setup_vepu580_me()
1896 cime_blk_h_max = 28; in setup_vepu580_me()
1903 if (cime_h < cime_blk_h_max * 4) in setup_vepu580_me()
1904 cime_blk_h_max = cime_h / 4; in setup_vepu580_me()
1912 if (cime_blk_h_max / 4 > MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 4) in setup_vepu580_me()
1913 cime_blk_h_max = MPP_ALIGN(sps->pic_height_in_mbs * 16, 64) / 128 * 16; in setup_vepu580_me()
1916 regs->reg_base.me_rnge.cme_srch_v = cime_blk_h_max / 4; in setup_vepu580_me()