HomeSort by relevance Sort by last modified time
    Searched refs:VP8LHistogramInit (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 63 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
histogram.c 51 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) {
75 VP8LHistogramInit(set->histograms[i], cache_bits);
vp8l.c 119 VP8LHistogramInit(predicted, 0);
120 VP8LHistogramInit(nonpredicted, 0);
650 VP8LHistogramInit(histo, 1);
658 VP8LHistogramInit(histo, 1);
    [all...]
backward_references.c 881 VP8LHistogramInit(&histo, cache_bits);
  /external/webp/src/enc/
histogram.h 70 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
histogram.c 93 void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) {
106 VP8LHistogramInit(histo, cache_bits);
131 VP8LHistogramInit(set->histograms[i], cache_bits);
    [all...]

Completed in 63 milliseconds