Searched refs:counts (Results 1 - 25 of 234) sorted by last modified time

12345678910

/external/zopfli/src/zopfli/
H A Ddeflate.c377 Change the population counts in a way that the consequent Hufmann tree
381 void OptimizeHuffmanForRle(int length, size_t* counts) { argument
392 if (counts[length - 1] != 0) {
393 /* Now counts[0..length - 1] does not have trailing zeros. */
397 /* 2) Let's mark all population counts that already can be encoded
405 symbol = counts[0];
408 if (i == length || counts[i] != symbol) {
416 symbol = counts[i];
423 /* 3) Let's replace those population counts that lead to more rle codes. */
425 limit = counts[
[all...]
/external/webp/src/dsp/
H A Dlossless.c539 static float PredictionCostSpatial(const int counts[256], int weight_0, argument
543 double bits = weight_0 * counts[0];
546 bits += exp_val * (counts[i] + counts[256 - i]);
893 const int counts[256]) {
897 return CombinedShannonEntropy(counts, accumulated) +
898 PredictionCostSpatial(counts, 3, kExpValue);
1472 // Returns the various RLE counts
1483 stats.counts[population[i] != 0] += (streak > 3);
1488 stats.counts[populatio
892 PredictionCostCrossColor(const int accumulated[256], const int counts[256]) argument
[all...]
H A Dlossless.h153 int counts[2]; // index: 0=zero steak, 1=non-zero streak member in struct:__anon33358
H A Dlossless_mips32.c219 // Returns the various RLE counts
225 int* const pcnts = &stats.counts[0];
250 int* const pcnts = &stats.counts[0];
/external/webp/src/enc/
H A Dhistogram.c235 retval += stats->counts[0] * 1.5625 + 0.234375 * stats->streaks[0][1];
236 retval += stats->counts[1] * 2.578125 + 0.703125 * stats->streaks[1][1];
/external/webp/src/utils/
H A Dhuffman_encode.c29 // Change the population counts in a way that the consequent
32 uint32_t* const counts) {
39 if (counts[length - 1] != 0) {
40 // Now counts[0..length - 1] does not have trailing zeros.
44 // 2) Let's mark all population counts that already can be encoded
50 uint32_t symbol = counts[0];
53 if (i == length || counts[i] != symbol) {
63 symbol = counts[i];
70 // 3) Let's replace those population counts that lead to more rle codes.
73 uint32_t limit = counts[
31 OptimizeHuffmanForRle(int length, uint8_t* const good_for_rle, uint32_t* const counts) argument
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in72 # CCs are arrays, the counts corresponding to @events, with 'undef'
78 # Total counts for summary (an array reference).
128 # all the threshold counts.
153 the counts of the primary sort event [$default_threshold]
303 # Add each event count to the CC array. '.' counts become undef, as do
308 (@CC <= @events) or die("Line $.: too many event counts\n");
518 # Because the counts can get very big, and we don't want to waste screen space
584 # Header and counts for summary
635 # Update the threshold counts
811 # Annotate chosen lines, tracking total counts o
[all...]
H A Dcg_merge.c212 ULong* counts; member in struct:__anon32368
236 // Summary counts (computed whilst parsing)
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
279 cts->counts = malloc(n_counts * sizeof(ULong));
280 if (cts->counts == NULL) {
287 cts->counts[i] = counts[i];
300 cts->counts = malloc(n_counts * sizeof(ULong));
301 if (cts->counts == NULL) {
308 cts->counts[
484 Counts* counts; local
[all...]
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in75 # CCs are arrays, the counts corresponding to @events, with 'undef'
81 # Total counts for summary (an array reference).
144 # all the threshold counts.
208 --threshold=<0--100> percentage of counts (of primary sort event) we
369 # Add each event count to the CC array. '.' counts become undef, as do
374 (@CC <= @events) or die("Line $.: too many event counts\n");
682 # Finish up handling final filename/fn_name counts
790 # Because the counts can get very big, and we don't want to waste screen space
856 # Header and counts for summary
955 # Update the threshold counts
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c144 /* Sanity checking counts. */
1394 static Int counts[EmNote_NUMBER]; local
1403 counts[q] = 0;
1411 : counts[ew]++ < 3;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
H A Drep_prefix.S4 # This test makes sure the bbv plugin counts these instructions properly
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
H A Drep_prefix.S4 # This test makes sure the bbv plugin counts these instructions properly
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp14 For counts of detected and suppressed errors, rerun with: -v
H A Dmcmain_pic.stderr.exp12 For counts of detected and suppressed errors, rerun with: -v
H A Dmcsignopass.stderr.exp21 For counts of detected and suppressed errors, rerun with: -v
H A Dmcsigpass.stderr.exp21 For counts of detected and suppressed errors, rerun with: -v
H A Dmcwatchpoints.stderr.exp27 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/
H A Daccounting.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
H A Daddressable.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
38 For counts of detected and suppressed errors, rerun with: -v
47 For counts of detected and suppressed errors, rerun with: -v
61 For counts of detected and suppressed errors, rerun with: -v
80 For counts of detected and suppressed errors, rerun with: -v
90 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec128-plo-no.stderr.exp575 For counts of detected and suppressed errors, rerun with: -v
H A Dsh-mem-vec128-plo-yes.stderr.exp466 For counts of detected and suppressed errors, rerun with: -v
H A Dsh-mem-vec256-plo-no.stderr.exp940 For counts of detected and suppressed errors, rerun with: -v
H A Dsh-mem-vec256-plo-yes.stderr.exp866 For counts of detected and suppressed errors, rerun with: -v

Completed in 2767 milliseconds

12345678910