OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tot_count
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
encodeframe.c
953
int
tot_count
;
local
959
tot_count
= segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3];
961
if (
tot_count
)
963
xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) /
tot_count
;
965
tot_count
= segment_counts[0] + segment_counts[1];
967
if (
tot_count
> 0)
969
xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) /
tot_count
;
972
tot_count
= segment_counts[2] + segment_counts[3];
974
if (
tot_count
> 0)
975
xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) /
tot_count
;
[
all
...]
/external/speex/libspeex/
jitter.c
182
int
tot_count
;
local
193
tot_count
= 0;
195
tot_count
+= tb[i].curr_count;
196
if (
tot_count
==0)
201
late_factor = jitter->latency_tradeoff * 100.0f /
tot_count
;
203
late_factor = jitter->auto_tradeoff * jitter->window_size/
tot_count
;
265
if (
tot_count
< TOP_DELAY && opt > 0)
/external/oprofile/pp/
opreport.cpp
305
count_type
tot_count
= options::global_percent
local
308
output_count(
tot_count
, summ.counts[i]);
Completed in 43 milliseconds