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.c574 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue()
581 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo); in GetPredictionCostCrossColorBlue()
608 const int accumulated_blue_histo[256], in GetBestGreenRedToBlue()
621 green_to_blue_best, red_to_blue_best, accumulated_blue_histo); in GetBestGreenRedToBlue()
631 green_to_blue_cur, red_to_blue_cur, accumulated_blue_histo); in GetBestGreenRedToBlue()
659 const int accumulated_blue_histo[256], in GetBestColorTransformForTile()
676 prev_x, prev_y, quality, accumulated_blue_histo, in GetBestColorTransformForTile()
701 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local
721 accumulated_blue_histo, in VP8LColorSpaceTransform()
745 ++accumulated_blue_histo[(pix >> 0) & 0xff]; in VP8LColorSpaceTransform()