Searched refs:accumulated_red_histo (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 913 const int accumulated_red_histo[256], const uint32_t* const argb) { in GetPredictionCostCrossColorRed() 924 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo); in GetPredictionCostCrossColorRed() 940 const int accumulated_red_histo[256], const uint32_t* const argb, in GetBestGreenToRed() 954 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb); in GetBestGreenToRed() 960 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb); in GetBestGreenToRed() 1062 const int accumulated_red_histo[256], in GetBestColorTransformForTile() 1074 prev_x, prev_y, accumulated_red_histo, argb, &best_tx); in GetBestColorTransformForTile() 1100 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1120 accumulated_red_histo, in VP8LColorSpaceTransform() 1144 ++accumulated_red_histo[(pix >> 16) & 0xff]; in VP8LColorSpaceTransform()
|