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

  /external/webp/src/enc/
histogram.h 88 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
backward_references.c 511 histo = VP8LAllocateHistogram(cache_bits);
840 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits);
892 VP8LHistogram* histo = VP8LAllocateHistogram(cache_bits);
    [all...]
histogram.c 89 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) {
vp8l.c 709 VP8LHistogram* const histo = VP8LAllocateHistogram(1);
    [all...]

Completed in 35 milliseconds