OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tot_count
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
summary.c
43
unsigned
tot_count
;
member in struct:fill_struct_data
81
data->
tot_count
+= st->count;
143
cdata.tot_usecs % 1000000, cdata.
tot_count
);
/external/libvpx/libvpx/vp8/encoder/
encodeframe.c
975
int
tot_count
;
local
981
tot_count
= segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3];
983
if (
tot_count
)
985
xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) /
tot_count
;
987
tot_count
= segment_counts[0] + segment_counts[1];
989
if (
tot_count
> 0)
991
xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) /
tot_count
;
994
tot_count
= segment_counts[2] + segment_counts[3];
996
if (
tot_count
> 0)
997
xd->mb_segment_tree_probs[2] = (segment_counts[2] * 255) /
tot_count
;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c
954
int
tot_count
;
local
960
tot_count
= segment_counts[0] + segment_counts[1] + segment_counts[2] + segment_counts[3];
962
if (
tot_count
)
964
xd->mb_segment_tree_probs[0] = ((segment_counts[0] + segment_counts[1]) * 255) /
tot_count
;
966
tot_count
= segment_counts[0] + segment_counts[1];
968
if (
tot_count
> 0)
970
xd->mb_segment_tree_probs[1] = (segment_counts[0] * 255) /
tot_count
;
973
tot_count
= segment_counts[2] + segment_counts[3];
975
if (
tot_count
> 0)
976
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)
Completed in 95 milliseconds