Home
last modified time | relevance | path

Searched refs:accumulated_red_histo (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless.c695 int* accumulated_red_histo, in GetBestColorTransformForTile() argument
736 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]); in GetBestColorTransformForTile()
832 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local
858 &accumulated_red_histo[0], in VP8LColorSpaceTransform()
891 ++accumulated_red_histo[(argb[ix] >> 16) & 0xff]; in VP8LColorSpaceTransform()