Searched refs:PredictionCostCrossColor (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Dlossless_enc.c787 static float PredictionCostCrossColor(const int accumulated[256], function
818 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo);
884 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo);
/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.c864 static float PredictionCostCrossColor(const int accumulated[256], function
915 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]);
946 PredictionCostCrossColor(&accumulated_blue_histo[0], &histo[0]);

Completed in 33 milliseconds