Searched refs:refresh_num (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu2_v2.c | 291 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_intra_refresh() local 310 top = refresh_idx * refresh_num - 2; in setup_intra_refresh() 311 bottom = (refresh_idx + 1) * refresh_num - 1; in setup_intra_refresh() 317 left = refresh_idx * refresh_num - 2; in setup_intra_refresh() 318 right = (refresh_idx + 1) * refresh_num - 1; in setup_intra_refresh()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 984 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() local 1034 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu541_intra_refresh() 1035 region->h = 16 * refresh_num + 32; in setup_vepu541_intra_refresh() 1037 region->y = refresh_idx * 16 * refresh_num; in setup_vepu541_intra_refresh() 1038 region->h = 16 * refresh_num; in setup_vepu541_intra_refresh() 1045 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu541_intra_refresh() 1046 region->w = 16 * refresh_num + 32; in setup_vepu541_intra_refresh() 1048 region->x = refresh_idx * 16 * refresh_num; in setup_vepu541_intra_refresh() 1049 region->w = 16 * refresh_num; in setup_vepu541_intra_refresh()
|
| H A D | hal_h264e_vepu580.c | 1491 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu580_intra_refresh() local 1536 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu580_intra_refresh() 1537 region->h = 16 * refresh_num + 32; in setup_vepu580_intra_refresh() 1539 region->y = refresh_idx * 16 * refresh_num; in setup_vepu580_intra_refresh() 1540 region->h = 16 * refresh_num; in setup_vepu580_intra_refresh() 1547 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu580_intra_refresh() 1548 region->w = 16 * refresh_num + 32; in setup_vepu580_intra_refresh() 1550 region->x = refresh_idx * 16 * refresh_num; in setup_vepu580_intra_refresh() 1551 region->w = 16 * refresh_num; in setup_vepu580_intra_refresh()
|
| H A D | hal_h264e_vepu510.c | 1419 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu510_intra_refresh() local 1461 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu510_intra_refresh() 1462 region->h = 16 * refresh_num + 32; in setup_vepu510_intra_refresh() 1464 region->y = refresh_idx * 16 * refresh_num; in setup_vepu510_intra_refresh() 1465 region->h = 16 * refresh_num; in setup_vepu510_intra_refresh() 1472 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu510_intra_refresh() 1473 region->w = 16 * refresh_num + 32; in setup_vepu510_intra_refresh() 1475 region->x = refresh_idx * 16 * refresh_num; in setup_vepu510_intra_refresh() 1476 region->w = 16 * refresh_num; in setup_vepu510_intra_refresh()
|
| H A D | hal_h264e_vepu511.c | 1419 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu511_intra_refresh() local 1461 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu511_intra_refresh() 1462 region->h = 16 * refresh_num + 32; in setup_vepu511_intra_refresh() 1464 region->y = refresh_idx * 16 * refresh_num; in setup_vepu511_intra_refresh() 1465 region->h = 16 * refresh_num; in setup_vepu511_intra_refresh() 1472 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu511_intra_refresh() 1473 region->w = 16 * refresh_num + 32; in setup_vepu511_intra_refresh() 1475 region->x = refresh_idx * 16 * refresh_num; in setup_vepu511_intra_refresh() 1476 region->w = 16 * refresh_num; in setup_vepu511_intra_refresh()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 878 region->y = refresh_idx * 64 * ctx->cfg->rc.refresh_num - 128; in setup_vepu541_intra_refresh() 879 region->h = 64 * ctx->cfg->rc.refresh_num + 128; in setup_vepu541_intra_refresh() 881 region->y = refresh_idx * 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 882 region->h = 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 889 region->x = refresh_idx * 64 * ctx->cfg->rc.refresh_num - 128; in setup_vepu541_intra_refresh() 890 region->w = 64 * ctx->cfg->rc.refresh_num + 128; in setup_vepu541_intra_refresh() 892 region->x = refresh_idx * 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 893 region->w = 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh()
|
| H A D | hal_h265e_vepu580.c | 1710 … MppEncRcRefreshMode refresh_mode, RK_U32 refresh_num, RefreshArea *area) in cal_refresh_area() argument 1720 refresh_ctu_h = refresh_num + 1; in cal_refresh_area() 1721 area->roi_ctu_y_sta = refresh_num * refresh_idx - 1; in cal_refresh_area() 1723 refresh_ctu_h = refresh_num; in cal_refresh_area() 1733 refresh_ctu_h = refresh_num + 1; in cal_refresh_area() 1734 area->roi_ctu_x_sta = refresh_num * refresh_idx - 1; in cal_refresh_area() 1736 refresh_ctu_h = refresh_num; in cal_refresh_area() 1749 ctu_w, ctu_h, refresh_num, refresh_idx, in cal_refresh_area() 1800 …_area(ctu_w, ctu_h, refresh_idx, ctx->cfg->rc.refresh_mode, ctx->cfg->rc.refresh_num, &cur_area)) { in setup_intra_refresh()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 380 RK_U32 refresh_num; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 93 …ENTRY(prefix, u32, rk_u32, refresh_num, FLAG_PREV, rc, re…
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1029 enc->cfg->rc.refresh_length = (mb_rows + enc->cfg->rc.refresh_num - 1) / in proc_h264_cfg() 1030 enc->cfg->rc.refresh_num; in proc_h264_cfg() 1085 enc->cfg->rc.refresh_length = (mb_rows + enc->cfg->rc.refresh_num - 1) / in proc_h265_cfg() 1086 enc->cfg->rc.refresh_num; in proc_h265_cfg()
|