Searched refs:num_tile_rows (Results 1 – 11 of 11) sorted by relevance
519 if (h265enc->num_tile_rows > 1 || h265enc->num_tile_cols > 1) { in gst_msdkh265enc_configure()522 h265enc->ext_tiles.NumTileRows = h265enc->num_tile_rows; in gst_msdkh265enc_configure()531 h265enc->num_tile_rows * h265enc->num_tile_cols; in gst_msdkh265enc_configure()684 thiz->num_tile_rows = g_value_get_uint (value); in gst_msdkh265enc_set_property()753 g_value_set_uint (value, thiz->num_tile_rows); in gst_msdkh265enc_get_property()972 thiz->num_tile_rows = PROP_TILE_ROW_DEFAULT; in gst_msdkh265enc_init()
60 gushort num_tile_rows; member
1376 pps->row_bd = av_malloc_array(pps->num_tile_rows + 1, sizeof(*pps->row_bd)); in setup_pps()1384 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height)); in setup_pps()1394 for (i = 0; i < pps->num_tile_rows; i++) { in setup_pps()1395 pps->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows - in setup_pps()1396 (i * sps->ctb_height) / pps->num_tile_rows; in setup_pps()1405 for (i = 0; i < pps->num_tile_rows; i++) in setup_pps()1442 for (i = 0; i < pps->num_tile_rows; i++) { in setup_pps()1461 for (j = 0, tile_id = 0; j < pps->num_tile_rows; j++) in setup_pps()1471 for (j = 0; j < pps->num_tile_rows; j++) in setup_pps()1537 pps->num_tile_rows = 1; in ff_hevc_decode_nal_pps()[all …]
177 .num_tile_rows_minus1 = pps->num_tile_rows - 1, in nvdec_hevc_start_frame()197 pps->num_tile_rows > FF_ARRAY_ELEMS(ppc->row_height_minus1)) { in nvdec_hevc_start_frame()203 for (i = 0; i < pps->num_tile_rows; i++) in nvdec_hevc_start_frame()
144 pp->num_tile_rows_minus1 = pps->num_tile_rows - 1; in fill_picture_parameters()150 for (i = 0; i < pps->num_tile_rows; i++) in fill_picture_parameters()
155 info->num_tile_rows_minus1 = pps->num_tile_rows - 1; in vdpau_hevc_start_frame()167 for (ssize_t i = 0; i < pps->num_tile_rows; i++) { in vdpau_hevc_start_frame()
279 uint16_t num_tile_rows; ///< num_tile_rows_minus1 + 1 member
205 pic_param->num_tile_rows_minus1 = pps->num_tile_rows - 1; in vaapi_hevc_start_frame()210 for (i = 0; i < pps->num_tile_rows; i++) in vaapi_hevc_start_frame()
130 .num_tile_rows = frame_header->tile_rows, in nvdec_av1_start_frame()
919 … if (s->threads_number > 1 && (s->ps.pps->num_tile_rows > 1 || s->ps.pps->num_tile_columns > 1)) { in hls_slice_header()
580 guint num_tile_rows; in gst_nv_h265_dec_picture_params_from_pps() local603 num_tile_rows = MIN (pps->num_tile_rows_minus1, in gst_nv_h265_dec_picture_params_from_pps()609 for (i = 0; i < num_tile_rows; i++) in gst_nv_h265_dec_picture_params_from_pps()