Lines Matching refs:row_height
340 RK_U16 row_height[22]; in hal_h265d_v345_output_pps_packet() local
343 memset(row_height, 0, sizeof(row_height)); in hal_h265d_v345_output_pps_packet()
362 row_height[i] = dxva_cxt->pp.row_height_minus1[i] + 1; in hal_h265d_v345_output_pps_packet()
363 sum += row_height[i]; in hal_h265d_v345_output_pps_packet()
365 row_height[i] = ctu_height_in_pic - sum; in hal_h265d_v345_output_pps_packet()
385 … row_height[i] = ((i + 1) * pic_in_cts_height) / (dxva_cxt->pp.num_tile_rows_minus1 + 1) - in hal_h265d_v345_output_pps_packet()
392 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_v345_output_pps_packet()
402 if (row_height[j] > 0) in hal_h265d_v345_output_pps_packet()
403 row_height[j]--; in hal_h265d_v345_output_pps_packet()
404 mpp_put_bits(&bp, row_height[j], 12); in hal_h265d_v345_output_pps_packet()
567 RK_U16 row_height[22]; in hal_h265d_output_pps_packet() local
570 memset(row_height, 0, sizeof(row_height)); in hal_h265d_output_pps_packet()
588 row_height[i] = dxva_cxt->pp.row_height_minus1[i] + 1; in hal_h265d_output_pps_packet()
589 sum += row_height[i]; in hal_h265d_output_pps_packet()
591 row_height[i] = ctu_height_in_pic - sum; in hal_h265d_output_pps_packet()
611 … row_height[i] = ((i + 1) * pic_in_cts_height) / (dxva_cxt->pp.num_tile_rows_minus1 + 1) - in hal_h265d_output_pps_packet()
618 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_output_pps_packet()
628 if (row_height[j] > 0) in hal_h265d_output_pps_packet()
629 row_height[j]--; in hal_h265d_output_pps_packet()
630 mpp_put_bits(&bp, row_height[j], 12);// yandong 8bit -> 12bit in hal_h265d_output_pps_packet()