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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c913 const int accumulated_red_histo[256], const uint32_t* const argb) {
924 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo);
940 const int accumulated_red_histo[256], const uint32_t* const argb,
954 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb);
960 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb);
1062 const int accumulated_red_histo[256],
1074 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1100 int accumulated_red_histo[256] = { 0 }; local
1120 accumulated_red_histo,
1144 ++accumulated_red_histo[(pi
910 GetPredictionCostCrossColorRed( 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_red, const int accumulated_red_histo[256], const uint32_t* const argb) argument
937 GetBestGreenToRed( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, const int accumulated_red_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
[all...]
/external/webp/src/dsp/
H A Dlossless.c904 const int accumulated_red_histo[256], const uint32_t* const argb) {
915 cur_diff = PredictionCostCrossColor(accumulated_red_histo, histo);
931 const int accumulated_red_histo[256], const uint32_t* const argb,
945 prev_x, prev_y, min_green_to_red, accumulated_red_histo, argb);
951 prev_x, prev_y, max_green_to_red, accumulated_red_histo, argb);
1053 const int accumulated_red_histo[256],
1065 prev_x, prev_y, accumulated_red_histo, argb, &best_tx);
1091 int accumulated_red_histo[256] = { 0 }; local
1111 accumulated_red_histo,
1135 ++accumulated_red_histo[(pi
901 GetPredictionCostCrossColorRed( 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_red, const int accumulated_red_histo[256], const uint32_t* const argb) argument
928 GetBestGreenToRed( int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, const int accumulated_red_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
[all...]

Completed in 291 milliseconds