Searched refs:accumulated_red_histo (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc.c | 811 const int accumulated_red_histo[256]) { in GetPredictionCostCrossColorRed() 818 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo); in GetPredictionCostCrossColorRed() 834 const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) { in GetBestGreenToRed() 840 green_to_red_best, accumulated_red_histo); in GetBestGreenToRed() 851 green_to_red_cur, accumulated_red_histo); in GetBestGreenToRed() 961 const int accumulated_red_histo[256], in GetBestColorTransformForTile() 977 prev_x, prev_y, quality, accumulated_red_histo, &best_tx); in GetBestColorTransformForTile() 1003 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1023 accumulated_red_histo, in VP8LColorSpaceTransform() 1047 ++accumulated_red_histo[(pix >> 16) & 0xff]; in VP8LColorSpaceTransform()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | lossless.c | 878 int* accumulated_red_histo, in GetBestColorTransformForTile() argument 915 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]); in GetBestColorTransformForTile() 1005 int accumulated_red_histo[256] = { 0 }; in VP8LColorSpaceTransform() local 1031 &accumulated_red_histo[0], in VP8LColorSpaceTransform() 1064 ++accumulated_red_histo[(argb[ix] >> 16) & 0xff]; in VP8LColorSpaceTransform()
|