Searched refs:accumulated_red_histo (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 543 const int accumulated_red_histo[256]) { in GetPredictionCostCrossColorRed() 550 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo); in GetPredictionCostCrossColorRed() 566 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() 572 green_to_red_best, accumulated_red_histo); in GetBestGreenToRed() 583 green_to_red_cur, accumulated_red_histo); in GetBestGreenToRed() 680 const int accumulated_red_histo[256], in GetBestColorTransformForTile() 696 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile() 722 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 742 accumulated_red_histo, in VP8LColorSpaceTransform() 766 ++accumulated_red_histo[(pix >> 16) & 0xff]; in VP8LColorSpaceTransform()
|