Searched refs:accumulated_blue_histo (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc.c | 877 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() 884 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo); in GetPredictionCostCrossColorBlue() 911 const int accumulated_blue_histo[256], in GetBestGreenRedToBlue() 924 green_to_blue_best, red_to_blue_best, accumulated_blue_histo); in GetBestGreenRedToBlue() 934 green_to_blue_cur, red_to_blue_cur, accumulated_blue_histo); in GetBestGreenRedToBlue() 962 const int accumulated_blue_histo[256], in GetBestColorTransformForTile() 979 prev_x, prev_y, quality, accumulated_blue_histo, in GetBestColorTransformForTile() 1004 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1024 accumulated_blue_histo, in VP8LColorSpaceTransform() 1048 ++accumulated_blue_histo[(pix >> 0) & 0xff]; in VP8LColorSpaceTransform()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | lossless.c | 879 int* accumulated_blue_histo, in GetBestColorTransformForTile() argument 946 PredictionCostCrossColor(&accumulated_blue_histo[0], &histo[0]); in GetBestColorTransformForTile() 1006 int accumulated_blue_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1032 &accumulated_blue_histo[0], in VP8LColorSpaceTransform() 1065 ++accumulated_blue_histo[argb[ix] & 0xff]; in VP8LColorSpaceTransform()
|