HomeSort by relevance Sort by last modified time
    Searched refs:histos (Results 1 - 3 of 3) 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/webp/src/enc/
analysis.c 274 VP8Histogram histos[2]; local
281 memset(&histos[cur_histo], 0, sizeof(histos[cur_histo]));
283 0, 1, &histos[cur_histo]);
284 alpha = GetAlpha(&histos[cur_histo]);
292 MergeHistograms(&histos[cur_histo ^ 1], &total_histo);
histogram.c 261 VP8LHistogram* const histos = (VP8LHistogram*)malloc(2 * sizeof(*histos)); local
262 VP8LHistogram* cur_combo = histos + 0; // trial merged histogram
263 VP8LHistogram* best_combo = histos + 1; // best merged histogram so far
264 if (histos == NULL) goto End;
327 free(histos);

Completed in 120 milliseconds