Searched refs:accumulated_blue_histo (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 596 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() 603 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo); in GetPredictionCostCrossColorBlue() 630 const int accumulated_blue_histo[256], in GetBestGreenRedToBlue() 643 green_to_blue_best, red_to_blue_best, accumulated_blue_histo); in GetBestGreenRedToBlue() 653 green_to_blue_cur, red_to_blue_cur, accumulated_blue_histo); in GetBestGreenRedToBlue() 681 const int accumulated_blue_histo[256], in GetBestColorTransformForTile() 698 prev_x, prev_y, quality, accumulated_blue_histo, in GetBestColorTransformForTile() 723 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 743 accumulated_blue_histo, in VP8LColorSpaceTransform() 767 ++accumulated_blue_histo[(pix >> 0) & 0xff]; in VP8LColorSpaceTransform()
|