Searched refs:accumulated_blue_histo (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 979 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], in GetPredictionCostCrossColorBlue() 991 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo); in GetPredictionCostCrossColorBlue() 1016 const int accumulated_blue_histo[256], const uint32_t* const argb, in GetBestGreenRedToBlue() 1044 prev_y, green_to_blue, red_to_blue, accumulated_blue_histo, argb); in GetBestGreenRedToBlue() 1063 const int accumulated_blue_histo[256], in GetBestColorTransformForTile() 1076 xsize, prev_x, prev_y, quality, accumulated_blue_histo, in GetBestColorTransformForTile() 1101 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1121 accumulated_blue_histo, in VP8LColorSpaceTransform() 1145 ++accumulated_blue_histo[(pix >> 0) & 0xff]; in VP8LColorSpaceTransform()
|