Searched refs:accumulated_blue_histo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c979 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256],
991 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo);
1016 const int accumulated_blue_histo[256], const uint32_t* const argb,
1044 prev_y, green_to_blue, red_to_blue, accumulated_blue_histo, argb);
1063 const int accumulated_blue_histo[256],
1076 xsize, prev_x, prev_y, quality, accumulated_blue_histo,
1101 int accumulated_blue_histo[256] = { 0 }; local
1121 accumulated_blue_histo,
1145 ++accumulated_blue_histo[(pix >> 0) & 0xff];
976 GetPredictionCostCrossColorBlue( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1013 GetBestGreenRedToBlue( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_blue_histo[256], const uint32_t* const argb, VP8LMultipliers* const best_tx) argument
1057 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument
/external/webp/src/dsp/
H A Dlossless.c970 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256],
982 cur_diff = PredictionCostCrossColor(accumulated_blue_histo, histo);
1007 const int accumulated_blue_histo[256], const uint32_t* const argb,
1035 prev_y, green_to_blue, red_to_blue, accumulated_blue_histo, argb);
1054 const int accumulated_blue_histo[256],
1067 xsize, prev_x, prev_y, quality, accumulated_blue_histo,
1092 int accumulated_blue_histo[256] = { 0 }; local
1112 accumulated_blue_histo,
1136 ++accumulated_blue_histo[(pix >> 0) & 0xff];
967 GetPredictionCostCrossColorBlue( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1004 GetBestGreenRedToBlue( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_blue_histo[256], const uint32_t* const argb, VP8LMultipliers* const best_tx) argument
1048 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument

Completed in 83 milliseconds