Home
last modified time | relevance | path

Searched refs:red_to_blue (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc_mips_dsp_r2.c164 uint8_t red_to_blue, in TransformColorBlue() argument
170 new_blue -= ColorTransformDelta(red_to_blue, red); in TransformColorBlue()
176 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms() argument
178 const int rtb = (red_to_blue << 16) | (red_to_blue & 0xffff); in CollectColorBlueTransforms()
212 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms()
Dlossless_enc_sse2.c79 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms() argument
82 CST_5b(red_to_blue), 0, CST_5b(red_to_blue), 0, in CollectColorBlueTransforms()
83 CST_5b(red_to_blue), 0, CST_5b(red_to_blue), 0); in CollectColorBlueTransforms()
123 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms()
Dlossless_enc.c777 uint8_t red_to_blue, in TransformColorBlue() argument
783 new_blue -= ColorTransformDelta(red_to_blue, red); in TransformColorBlue()
863 int green_to_blue, int red_to_blue, in VP8LCollectColorBlueTransforms_C() argument
868 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()
877 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() argument
882 green_to_blue, red_to_blue, histo); in GetPredictionCostCrossColorBlue()
891 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) { in GetPredictionCostCrossColorBlue()
894 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue()
900 if (red_to_blue == 0) { in GetPredictionCostCrossColorBlue()
Dlossless.h135 int green_to_blue, int red_to_blue, int histo[]);
153 int green_to_blue, int red_to_blue,
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c837 uint8_t red_to_blue, in TransformColorBlue() argument
843 new_blue -= ColorTransformDelta(red_to_blue, red); in TransformColorBlue()
889 int red_to_blue; in GetBestColorTransformForTile() local
932 for (red_to_blue = -32; red_to_blue <= 32; red_to_blue += step) { in GetBestColorTransformForTile()
942 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])]; in GetBestColorTransformForTile()
953 if ((uint8_t)red_to_blue == prevX.red_to_blue_) { in GetBestColorTransformForTile()
956 if ((uint8_t)red_to_blue == prevY.red_to_blue_) { in GetBestColorTransformForTile()
962 if (red_to_blue == 0) { in GetBestColorTransformForTile()
968 best_tx.red_to_blue_ = red_to_blue; in GetBestColorTransformForTile()