Home | History | Annotate | Download | only in enc

Lines Matching refs:tmp_histos

837   VP8LHistogramSet* tmp_histos = NULL;
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;
987 VP8LFreeHistogramSet(tmp_histos);