Home
last modified time | relevance | path

Searched refs:max_CU_height (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dhevcmerge.c96 u32 max_CU_width, max_CU_height; member
455 sum_height = tile_pid->pos_y / ctx->max_CU_height; in hevcmerge_compute_address()
462 sum_height += actx->height / ctx->max_CU_height; in hevcmerge_compute_address()
584 if (apidctx->height % ctx->max_CU_height) nb_rows++; in hevcmerge_rebuild_grid()
836 if (apidctx->height % ctx->max_CU_height) { in hevcmerge_rebuild_grid()
846 if (apidctx->height % ctx->max_CU_height) { in hevcmerge_rebuild_grid()
1246 if (!ctx->max_CU_height) { in hevcmerge_configure_pid()
1247 ctx->max_CU_height = tile_pid->hevc_state.sps[idx].max_CU_height; in hevcmerge_configure_pid()
1248 } else if (ctx->max_CU_height != tile_pid->hevc_state.sps[idx].max_CU_height) { in hevcmerge_configure_pid()
1312 pos_y = p->value.vec2i.y / ctx->max_CU_height; in hevcmerge_configure_pid()
[all …]
H A Dhevcsplit.c79 PicHeightInCtbsX = (si.sps->height + si.sps->max_CU_height - 1) / si.sps->max_CU_height; in hevcsplit_get_slice_tile_index()
147 u32 i, sps_id, tbX = 0, tbY = 0, PicWidthInCtbsY, PicHeightInCtbsX, max_CU_width, max_CU_height; in hevcsplit_get_tile_pixel_coords() local
151 max_CU_height = hevc->sps[sps_id].max_CU_height; in hevcsplit_get_tile_pixel_coords()
153 PicHeightInCtbsX = (hevc->sps[sps_id].height + max_CU_height - 1) / max_CU_height; in hevcsplit_get_tile_pixel_coords()
211 *height = *height * max_CU_height; in hevcsplit_get_tile_pixel_coords()
212 *ty = tbX * max_CU_height; in hevcsplit_get_tile_pixel_coords()
H A Dinspect.c301 gf_fprintf(dump, "\" max_CU_height=\"%d", sps->max_CU_height); in gf_inspect_dump_nalu()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dhevcmerge.c96 u32 max_CU_width, max_CU_height; member
455 sum_height = tile_pid->pos_y / ctx->max_CU_height; in hevcmerge_compute_address()
462 sum_height += actx->height / ctx->max_CU_height; in hevcmerge_compute_address()
584 if (apidctx->height % ctx->max_CU_height) nb_rows++; in hevcmerge_rebuild_grid()
836 if (apidctx->height % ctx->max_CU_height) { in hevcmerge_rebuild_grid()
846 if (apidctx->height % ctx->max_CU_height) { in hevcmerge_rebuild_grid()
1246 if (!ctx->max_CU_height) { in hevcmerge_configure_pid()
1247 ctx->max_CU_height = tile_pid->hevc_state.sps[idx].max_CU_height; in hevcmerge_configure_pid()
1248 } else if (ctx->max_CU_height != tile_pid->hevc_state.sps[idx].max_CU_height) { in hevcmerge_configure_pid()
1312 pos_y = p->value.vec2i.y / ctx->max_CU_height; in hevcmerge_configure_pid()
[all …]
H A Dhevcsplit.c79 PicHeightInCtbsX = (si.sps->height + si.sps->max_CU_height - 1) / si.sps->max_CU_height; in hevcsplit_get_slice_tile_index()
147 u32 i, sps_id, tbX = 0, tbY = 0, PicWidthInCtbsY, PicHeightInCtbsX, max_CU_width, max_CU_height; in hevcsplit_get_tile_pixel_coords() local
151 max_CU_height = hevc->sps[sps_id].max_CU_height; in hevcsplit_get_tile_pixel_coords()
153 PicHeightInCtbsX = (hevc->sps[sps_id].height + max_CU_height - 1) / max_CU_height; in hevcsplit_get_tile_pixel_coords()
211 *height = *height * max_CU_height; in hevcsplit_get_tile_pixel_coords()
212 *ty = tbX * max_CU_height; in hevcsplit_get_tile_pixel_coords()
H A Dinspect.c301 gf_fprintf(dump, "\" max_CU_height=\"%d", sps->max_CU_height); in gf_inspect_dump_nalu()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/internal/
H A Dmedia_dev.h292 u32 max_CU_width, max_CU_height, max_CU_depth; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Dmedia_dev.h338 u32 max_CU_width, max_CU_height, max_CU_depth; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Dmedia_dev.h338 u32 max_CU_width, max_CU_height, max_CU_depth; member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dav_parsers.c4476 …sps->max_CU_height = (1 << (log2_min_luma_coding_block_size + log2_diff_max_min_luma_coding_block_… in gf_media_hevc_read_sps_ex()
4490 …CU_width - 1) / sps->max_CU_width) * ((sps->height + sps->max_CU_height - 1) / sps->max_CU_height); in gf_media_hevc_read_sps_ex()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c7895 …sps->max_CU_height = (1 << (sps->log2_min_luma_coding_block_size + sps->log2_diff_max_min_luma_cod… in gf_media_hevc_read_sps_bs_internal()
7909 …CU_width - 1) / sps->max_CU_width) * ((sps->height + sps->max_CU_height - 1) / sps->max_CU_height); in gf_media_hevc_read_sps_bs_internal()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c7895 …sps->max_CU_height = (1 << (sps->log2_min_luma_coding_block_size + sps->log2_diff_max_min_luma_cod… in gf_media_hevc_read_sps_bs_internal()
7909 …CU_width - 1) / sps->max_CU_width) * ((sps->height + sps->max_CU_height - 1) / sps->max_CU_height); in gf_media_hevc_read_sps_bs_internal()