Lines Matching refs:row_height

377         RK_U16 row_height[22];  in hal_h265d_v345_output_pps_packet()  local
380 memset(row_height, 0, sizeof(row_height)); in hal_h265d_v345_output_pps_packet()
399 row_height[i] = dxva_cxt->pp.row_height_minus1[i] + 1; in hal_h265d_v345_output_pps_packet()
400 sum += row_height[i]; in hal_h265d_v345_output_pps_packet()
402 row_height[i] = ctu_height_in_pic - sum; in hal_h265d_v345_output_pps_packet()
422row_height[i] = ((i + 1) * pic_in_cts_height) / (dxva_cxt->pp.num_tile_rows_minus1 + 1) - in hal_h265d_v345_output_pps_packet()
429 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_v345_output_pps_packet()
439 if (row_height[j] > 0) in hal_h265d_v345_output_pps_packet()
440 row_height[j]--; in hal_h265d_v345_output_pps_packet()
441 mpp_put_bits(&bp, row_height[j], 8); in hal_h265d_v345_output_pps_packet()
591 RK_U16 row_height[22]; in hal_h265d_output_pps_packet() local
594 memset(row_height, 0, sizeof(row_height)); in hal_h265d_output_pps_packet()
612 row_height[i] = dxva_cxt->pp.row_height_minus1[i] + 1; in hal_h265d_output_pps_packet()
613 sum += row_height[i]; in hal_h265d_output_pps_packet()
615 row_height[i] = ctu_height_in_pic - sum; in hal_h265d_output_pps_packet()
635row_height[i] = ((i + 1) * pic_in_cts_height) / (dxva_cxt->pp.num_tile_rows_minus1 + 1) - in hal_h265d_output_pps_packet()
642 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_output_pps_packet()
652 if (row_height[j] > 0) in hal_h265d_output_pps_packet()
653 row_height[j]--; in hal_h265d_output_pps_packet()
654 mpp_put_bits(&bp, row_height[j], 8); in hal_h265d_output_pps_packet()