Searched refs:green_to_blue (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc_mips_dsp_r2.c | 163 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument 169 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue() 178 int green_to_blue, in CollectColorBlueTransforms_MIPSdspR2() argument 182 const int gtb = (green_to_blue << 16) | (green_to_blue & 0xffff); in CollectColorBlueTransforms_MIPSdspR2() 215 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms_MIPSdspR2()
|
D | lossless.h | 132 int green_to_blue, int red_to_blue, int histo[]); 150 int green_to_blue, int red_to_blue,
|
D | lossless_enc_sse2.c | 86 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE2() argument 92 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue), in CollectColorBlueTransforms_SSE2() 93 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue)); in CollectColorBlueTransforms_SSE2() 130 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms_SSE2()
|
D | lossless_enc.c | 544 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument 550 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue() 569 int green_to_blue, int red_to_blue, in VP8LCollectColorBlueTransforms_C() argument 574 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 594 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() argument 599 green_to_blue, red_to_blue, histo); in GetPredictionCostCrossColorBlue() 602 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue() 605 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue() 614 if (green_to_blue == 0) { in GetPredictionCostCrossColorBlue()
|