Searched refs:tot_count (Results 1 – 5 of 5) sorted by relevance
43 unsigned tot_count; member81 data->tot_count += st->count; in fill_struct()143 cdata.tot_usecs % 1000000, cdata.tot_count); in show_summary()
182 int tot_count; in compute_opt_delay() local193 tot_count = 0; in compute_opt_delay()195 tot_count += tb[i].curr_count; in compute_opt_delay()196 if (tot_count==0) in compute_opt_delay()201 late_factor = jitter->latency_tradeoff * 100.0f / tot_count; in compute_opt_delay()203 late_factor = jitter->auto_tradeoff * jitter->window_size/tot_count; in compute_opt_delay()265 if (tot_count < TOP_DELAY && opt > 0) in compute_opt_delay()
966 int tot_count; in vp8_encode_frame() local972 tot_count = segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3]; in vp8_encode_frame()974 if (tot_count) in vp8_encode_frame()976 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()978 tot_count = segment_counts[0] + segment_counts[1]; in vp8_encode_frame()980 if (tot_count > 0) in vp8_encode_frame()982 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()985 tot_count = segment_counts[2] + segment_counts[3]; in vp8_encode_frame()987 if (tot_count > 0) in vp8_encode_frame()988 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()
953 int tot_count; in vp8_encode_frame() local959 tot_count = segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3]; in vp8_encode_frame()961 if (tot_count) in vp8_encode_frame()963 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()965 tot_count = segment_counts[0] + segment_counts[1]; in vp8_encode_frame()967 if (tot_count > 0) in vp8_encode_frame()969 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()972 tot_count = segment_counts[2] + segment_counts[3]; in vp8_encode_frame()974 if (tot_count > 0) in vp8_encode_frame()975 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()
305 count_type tot_count = options::global_percent in output_deps() local308 output_count(tot_count, summ.counts[i]); in output_deps()