Searched defs:accumulated_red_histo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c878 int* accumulated_red_histo,
915 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]);
1005 int accumulated_red_histo[256] = { 0 }; local
1031 &accumulated_red_histo[0],
1064 ++accumulated_red_histo[(argb[ix] >> 16) & 0xff];
873 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, Multipliers prevX, Multipliers prevY, int step, int xsize, int ysize, int* accumulated_red_histo, int* accumulated_blue_histo, const uint32_t* const argb) argument
/external/webp/src/dsp/
H A Dlossless.c878 int* accumulated_red_histo,
915 cur_diff = PredictionCostCrossColor(&accumulated_red_histo[0], &histo[0]);
1005 int accumulated_red_histo[256] = { 0 }; local
1031 &accumulated_red_histo[0],
1064 ++accumulated_red_histo[(argb[ix] >> 16) & 0xff];
873 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, Multipliers prevX, Multipliers prevY, int step, int xsize, int ysize, int* accumulated_red_histo, int* accumulated_blue_histo, const uint32_t* const argb) argument

Completed in 67 milliseconds