Searched refs:accumulated_red_histo (Results 1 – 1 of 1) sorted by relevance
695 int* accumulated_red_histo, in GetBestColorTransformForTile() argument736 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]); in GetBestColorTransformForTile()832 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local858 &accumulated_red_histo[0], in VP8LColorSpaceTransform()891 ++accumulated_red_histo[(argb[ix] >> 16) & 0xff]; in VP8LColorSpaceTransform()