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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c891 uint8_t red_to_blue,
897 new_blue -= ColorTransformDelta(red_to_blue, red);
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])];
998 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) {
1001 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
1007 if (red_to_blue == 0) {
1028 // Number of tries to get optimal green_to_blue & red_to_blue color transforms
1037 int red_to_blue; local
1038 for (red_to_blue
890 TransformColorBlue(uint8_t green_to_blue, uint8_t red_to_blue, uint32_t argb) argument
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.c882 uint8_t red_to_blue,
888 new_blue -= ColorTransformDelta(red_to_blue, red);
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])];
989 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) {
992 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) {
998 if (red_to_blue == 0) {
1019 // Number of tries to get optimal green_to_blue & red_to_blue color transforms
1028 int red_to_blue; local
1029 for (red_to_blue
881 TransformColorBlue(uint8_t green_to_blue, uint8_t red_to_blue, uint32_t argb) argument
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 216 milliseconds