Lines Matching refs:sum
353 RK_S32 sum = 0; in hal_h265d_v345_output_pps_packet() local
356 sum += column_width[i] ; in hal_h265d_v345_output_pps_packet()
358 column_width[i] = ctu_width_in_pic - sum; in hal_h265d_v345_output_pps_packet()
360 sum = 0; 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()
579 RK_S32 sum = 0; in hal_h265d_output_pps_packet() local
582 sum += column_width[i] ; in hal_h265d_output_pps_packet()
584 column_width[i] = ctu_width_in_pic - sum; in hal_h265d_output_pps_packet()
586 sum = 0; 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()