HomeSort by relevance Sort by last modified time
    Searched defs:histos (Results 1 - 4 of 4) sorted by null

  /external/blktrace/btt/
q2d.c 30 unsigned long histos[Q2D_MAX_HISTO + 1]; member in struct:q2d_info
53 q2dp->histos[index]++;
99 double p = 100.0 * (double)q2dp->histos[i] / nh;
119 ap->histos[i] += tp->histos[i];
  /external/opencv3/3rdparty/libwebp/enc/
analysis.c 276 VP8Histogram histos[2]; local
283 memset(&histos[cur_histo], 0, sizeof(histos[cur_histo]));
285 0, 1, &histos[cur_histo]);
286 alpha = GetAlpha(&histos[cur_histo]);
294 MergeHistograms(&histos[cur_histo ^ 1], &total_histo);
histogram.c 373 VP8LHistogram* const histos = (VP8LHistogram*)malloc(2 * sizeof(*histos)); local
374 VP8LHistogram* cur_combo = histos + 0; // trial merged histogram
375 VP8LHistogram* best_combo = histos + 1; // best merged histogram so far
376 if (histos == NULL) goto End;
436 free(histos);
  /external/webp/src/enc/
analysis.c 278 VP8Histogram histos[2]; local
285 InitHistogram(&histos[cur_histo]);
287 0, 1, &histos[cur_histo]);
288 alpha = GetAlpha(&histos[cur_histo]);
296 MergeHistograms(&histos[cur_histo ^ 1], &total_histo);

Completed in 64 milliseconds