Searched refs:VP8LHistogramCreate (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libwebp/enc/ |
D | histogram.h | 61 void VP8LHistogramCreate(VP8LHistogram* const p,
|
D | backward_references.c | 514 VP8LHistogramCreate(histo, refs, cache_bits); in CostModelBuild() 843 VP8LHistogramCreate(histo, refs_lz77, cache_bits); in VP8LGetBackwardReferences() 846 VP8LHistogramCreate(histo, refs_rle, cache_bits); in VP8LGetBackwardReferences()
|
D | histogram.c | 74 void VP8LHistogramCreate(VP8LHistogram* const p, in VP8LHistogramCreate() function
|
/external/webp/src/enc/ |
D | histogram.h | 61 void VP8LHistogramCreate(VP8LHistogram* const p,
|
D | backward_references.c | 514 VP8LHistogramCreate(histo, refs, cache_bits); in CostModelBuild() 843 VP8LHistogramCreate(histo, refs_lz77, cache_bits); in VP8LGetBackwardReferences() 846 VP8LHistogramCreate(histo, refs_rle, cache_bits); in VP8LGetBackwardReferences()
|
D | histogram.c | 74 void VP8LHistogramCreate(VP8LHistogram* const p, in VP8LHistogramCreate() function
|