Home
last modified time | relevance | path

Searched refs:tot_count (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dsummary.c43 unsigned tot_count; member
81 data->tot_count += st->count; in fill_struct()
143 cdata.tot_usecs % 1000000, cdata.tot_count); in show_summary()
/external/speex/libspeex/
Djitter.c182 int tot_count; in compute_opt_delay() local
193 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()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c975 int tot_count; in vp8_encode_frame() local
981 tot_count = segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3]; in vp8_encode_frame()
983 if (tot_count) in vp8_encode_frame()
985 … xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) / tot_count; in vp8_encode_frame()
987 tot_count = segment_counts[0] + segment_counts[1]; in vp8_encode_frame()
989 if (tot_count > 0) in vp8_encode_frame()
991 xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) / tot_count; in vp8_encode_frame()
994 tot_count = segment_counts[2] + segment_counts[3]; in vp8_encode_frame()
996 if (tot_count > 0) in vp8_encode_frame()
997 xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) / tot_count; in vp8_encode_frame()