Searched refs:mb_rows (Results 1 – 2 of 2) sorted by relevance
72 RK_S32 mb_rows; member
1022 RK_U32 mb_rows; in proc_h264_cfg() local1025 mb_rows = MPP_ALIGN(enc->cfg->prep.height, 16) / 16; in proc_h264_cfg()1027 mb_rows = MPP_ALIGN(enc->cfg->prep.width, 16) / 16; in proc_h264_cfg()1029 enc->cfg->rc.refresh_length = (mb_rows + enc->cfg->rc.refresh_num - 1) / in proc_h264_cfg()1078 RK_U32 mb_rows; in proc_h265_cfg() local1081 mb_rows = MPP_ALIGN(enc->cfg->prep.height, 32) / 32; in proc_h265_cfg()1083 mb_rows = MPP_ALIGN(enc->cfg->prep.width, 32) / 32; in proc_h265_cfg()1085 enc->cfg->rc.refresh_length = (mb_rows + enc->cfg->rc.refresh_num - 1) / in proc_h265_cfg()