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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c873 static WEBP_INLINE uint8_t TransformColorRed(uint8_t green_to_red, argument
877 new_red -= ColorTransformDelta(green_to_red, green);
903 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
912 ++histo[TransformColorRed(green_to_red, argb[ix])]; // red.
916 if ((uint8_t)green_to_red == prev_x.green_to_red_) {
919 if ((uint8_t)green_to_red == prev_y.green_to_red_) {
922 if (green_to_red == 0) {
935 int green_to_red = 0; local
940 // Do a binary search to find the optimal green_to_red color transform.
955 green_to_red
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
[all...]
/external/webp/src/dsp/
H A Dlossless.c873 static WEBP_INLINE uint8_t TransformColorRed(uint8_t green_to_red, argument
877 new_red -= ColorTransformDelta(green_to_red, green);
903 int xsize, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red,
912 ++histo[TransformColorRed(green_to_red, argb[ix])]; // red.
916 if ((uint8_t)green_to_red == prev_x.green_to_red_) {
919 if ((uint8_t)green_to_red == prev_y.green_to_red_) {
922 if (green_to_red == 0) {
935 int green_to_red = 0; local
940 // Do a binary search to find the optimal green_to_red color transform.
955 green_to_red
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
[all...]

Completed in 94 milliseconds