Searched refs:mb_rows (Results 1 – 3 of 3) sorted by relevance
562 RK_U32 mb_rows; in h265e_proc_cfg() local565 mb_rows = MPP_ALIGN(cfg->prep.height, 64) / 64; in h265e_proc_cfg()567 mb_rows = MPP_ALIGN(cfg->prep.width, 64) / 64; in h265e_proc_cfg()569 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h265e_proc_cfg()
72 RK_S32 mb_rows; member
598 RK_U32 mb_rows; in h264e_proc_cfg() local601 mb_rows = MPP_ALIGN(cfg->prep.height, 16) / 16; in h264e_proc_cfg()603 mb_rows = MPP_ALIGN(cfg->prep.width, 16) / 16; in h264e_proc_cfg()605 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h264e_proc_cfg()