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

  /external/webp/src/enc/
histogram.h 106 VP8LHistogramSet* const tmp_histos,
vp8l.c 837 VP8LHistogramSet* tmp_histos = NULL; local
872 tmp_histos = VP8LAllocateHistogramSet(2, *cache_bits);
873 if (histogram_image == NULL || tmp_histos == NULL) {
881 tmp_histos, histogram_symbols)) {
890 // Note: some histogram_image entries may point to tmp_histos[], so the latter
902 VP8LFreeHistogramSet(tmp_histos);
903 tmp_histos = NULL;
    [all...]
histogram.c 869 VP8LHistogramSet* const tmp_histos,
    [all...]

Completed in 379 milliseconds