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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c890 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, argument
896 new_blue -= ColorTransformDelta(green_to_blue, green);
979 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256],
988 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])];
992 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) {
995 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
1004 if (green_to_blue == 0) {
1028 // Number of tries to get optimal green_to_blue & red_to_blue color transforms
1032 int green_to_blue; local
1033 for (green_to_blue
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
[all...]
/external/webp/src/dsp/
H A Dlossless.c881 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, argument
887 new_blue -= ColorTransformDelta(green_to_blue, green);
970 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256],
979 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])];
983 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) {
986 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) {
995 if (green_to_blue == 0) {
1019 // Number of tries to get optimal green_to_blue & red_to_blue color transforms
1023 int green_to_blue; local
1024 for (green_to_blue
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
[all...]

Completed in 59 milliseconds