Lines Matching refs:sum
390 RK_S32 sum = 0; in hal_h265d_v345_output_pps_packet() local
393 sum += column_width[i] ; in hal_h265d_v345_output_pps_packet()
395 column_width[i] = ctu_width_in_pic - sum; in hal_h265d_v345_output_pps_packet()
397 sum = 0; 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()
603 RK_S32 sum = 0; in hal_h265d_output_pps_packet() local
606 sum += column_width[i] ; in hal_h265d_output_pps_packet()
608 column_width[i] = ctu_width_in_pic - sum; in hal_h265d_output_pps_packet()
610 sum = 0; 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()