Lines Matching refs:row_height
1310 av_freep(&pps->row_height);
1381 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height));
1383 if (!pps->column_width || !pps->row_height)
1392 pps->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows -
1403 pps->row_bd[i + 1] = pps->row_bd[i] + pps->row_height[i];
1447 val += pps->row_height[tile_y] * pps->column_width[i];
1449 val += sps->ctb_width * pps->row_height[i];
1635 pps->row_height = av_malloc_array(pps->num_tile_rows, sizeof(*pps->row_height));
1636 if (!pps->column_width || !pps->row_height) {
1657 pps->row_height[i] = get_ue_golomb_long(gb) + 1;
1658 sum += pps->row_height[i];
1665 pps->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum;