Home
last modified time | relevance | path

Searched refs:accumulated_blue_histo (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c607 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue()
614 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo); in GetPredictionCostCrossColorBlue()
641 const int accumulated_blue_histo[256], in GetBestGreenRedToBlue()
654 green_to_blue_best, red_to_blue_best, accumulated_blue_histo); in GetBestGreenRedToBlue()
664 green_to_blue_cur, red_to_blue_cur, accumulated_blue_histo); in GetBestGreenRedToBlue()
692 const int accumulated_blue_histo[256], in GetBestColorTransformForTile()
709 prev_x, prev_y, quality, accumulated_blue_histo, in GetBestColorTransformForTile()
737 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local
757 accumulated_blue_histo, in VP8LColorSpaceTransform()
781 ++accumulated_blue_histo[(pix >> 0) & 0xff]; in VP8LColorSpaceTransform()