Lines Matching refs:ctu_h
1709 static MPP_RET cal_refresh_area(RK_S32 ctu_w, RK_S32 ctu_h, RK_U32 refresh_idx, in cal_refresh_area() argument
1730 area->roi_ctu_y_end = ctu_h - 1; in cal_refresh_area()
1744 area->roi_ctu_y_end = MPP_MIN(area->roi_ctu_y_end, ctu_h - 1); in cal_refresh_area()
1749 ctu_w, ctu_h, refresh_num, refresh_idx, in cal_refresh_area()
1763 RK_S32 ctu_h = MPP_ALIGN(h, 64) / 64; in setup_intra_refresh() local
1764 RK_S32 roi_base_cfg_buf_size = ctu_w * ctu_h * 64; in setup_intra_refresh()
1800 …if (MPP_OK != cal_refresh_area(ctu_w, ctu_h, refresh_idx, ctx->cfg->rc.refresh_mode, ctx->cfg->rc.… in setup_intra_refresh()
1807 for (j = 0; j < ctu_h; j++) { in setup_intra_refresh()
1845 RK_U32 ctu_h = MPP_ALIGN(ctx->cfg->prep.height, 64) / 64; in vepu580_h265_set_roi_regs() local
1846 RK_U32 base_cfg_size = ctu_w * ctu_h * 64; in vepu580_h265_set_roi_regs()
1847 RK_U32 qp_cfg_size = ctu_w * ctu_h * 256; in vepu580_h265_set_roi_regs()
1848 RK_U32 amv_cfg_size = ctu_w * ctu_h * 512; in vepu580_h265_set_roi_regs()
1849 RK_U32 mv_cfg_size = ctu_w * ctu_h * 4; in vepu580_h265_set_roi_regs()