Searched refs:refresh_num (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu2_v2.c | 289 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_intra_refresh() local 308 top = refresh_idx * refresh_num - 2; in setup_intra_refresh() 309 bottom = (refresh_idx + 1) * refresh_num - 1; in setup_intra_refresh() 315 left = refresh_idx * refresh_num - 2; in setup_intra_refresh() 316 right = (refresh_idx + 1) * refresh_num - 1; in setup_intra_refresh()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 976 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() local 1024 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu541_intra_refresh() 1025 region->h = 16 * refresh_num + 32; in setup_vepu541_intra_refresh() 1027 region->y = refresh_idx * 16 * refresh_num; in setup_vepu541_intra_refresh() 1028 region->h = 16 * refresh_num; in setup_vepu541_intra_refresh() 1035 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu541_intra_refresh() 1036 region->w = 16 * refresh_num + 32; in setup_vepu541_intra_refresh() 1038 region->x = refresh_idx * 16 * refresh_num; in setup_vepu541_intra_refresh() 1039 region->w = 16 * refresh_num; in setup_vepu541_intra_refresh()
|
| H A D | hal_h264e_vepu580.c | 1550 RK_U32 refresh_num = ctx->cfg->rc.refresh_num; in setup_vepu580_intra_refresh() local 1593 region->y = refresh_idx * 16 * refresh_num - 32; in setup_vepu580_intra_refresh() 1594 region->h = 16 * refresh_num + 32; in setup_vepu580_intra_refresh() 1596 region->y = refresh_idx * 16 * refresh_num; in setup_vepu580_intra_refresh() 1597 region->h = 16 * refresh_num; in setup_vepu580_intra_refresh() 1604 region->x = refresh_idx * 16 * refresh_num - 32; in setup_vepu580_intra_refresh() 1605 region->w = 16 * refresh_num + 32; in setup_vepu580_intra_refresh() 1607 region->x = refresh_idx * 16 * refresh_num; in setup_vepu580_intra_refresh() 1608 region->w = 16 * refresh_num; in setup_vepu580_intra_refresh()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 917 region->y = refresh_idx * 64 * ctx->cfg->rc.refresh_num - 128; in setup_vepu541_intra_refresh() 918 region->h = 64 * ctx->cfg->rc.refresh_num + 128; in setup_vepu541_intra_refresh() 920 region->y = refresh_idx * 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 921 region->h = 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 928 region->x = refresh_idx * 64 * ctx->cfg->rc.refresh_num - 128; in setup_vepu541_intra_refresh() 929 region->w = 64 * ctx->cfg->rc.refresh_num + 128; in setup_vepu541_intra_refresh() 931 region->x = refresh_idx * 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh() 932 region->w = 64 * ctx->cfg->rc.refresh_num; in setup_vepu541_intra_refresh()
|
| H A D | hal_h265e_vepu580.c | 1632 … MppEncRcRefreshMode refresh_mode, RK_U32 refresh_num, RefreshArea *area) in cal_refresh_area() argument 1642 refresh_ctu_h = refresh_num + 1; in cal_refresh_area() 1643 area->roi_ctu_y_sta = refresh_num * refresh_idx - 1; in cal_refresh_area() 1645 refresh_ctu_h = refresh_num; in cal_refresh_area() 1655 refresh_ctu_h = refresh_num + 1; in cal_refresh_area() 1656 area->roi_ctu_x_sta = refresh_num * refresh_idx - 1; in cal_refresh_area() 1658 refresh_ctu_h = refresh_num; in cal_refresh_area() 1671 ctu_w, ctu_h, refresh_num, refresh_idx, in cal_refresh_area() 1722 …_area(ctu_w, ctu_h, refresh_idx, ctx->cfg->rc.refresh_mode, ctx->cfg->rc.refresh_num, &cur_area)) { in setup_intra_refresh()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 569 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h265e_proc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 605 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h264e_proc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 168 …ENTRY(rc, refresh_num, U32, RK_U32, MPP_ENC_RC_CFG_CHANGE_REFRESH, rc, re…
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_cmd.h | 415 RK_U32 refresh_num; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 415 RK_U32 refresh_num; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 673 dst->refresh_num = src->refresh_num; in mpp_enc_proc_rc_cfg()
|