Home
last modified time | relevance | path

Searched refs:green_to_blue (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips_dsp_r2.c163 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()
Dlossless_enc_sse41.c52 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE41() argument
55 MK_CST_16(CST_5b(red_to_blue) + 256,CST_5b(green_to_blue)); in CollectColorBlueTransforms_SSE41()
91 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms_SSE41()
Dlossless.h143 int green_to_blue, int red_to_blue, int histo[]);
161 int green_to_blue, int red_to_blue,
Dlossless_enc.c567 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument
573 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
592 int green_to_blue, int red_to_blue, in VP8LCollectColorBlueTransforms_C() argument
597 ++histo[TransformColorBlue((uint8_t)green_to_blue, (uint8_t)red_to_blue, in VP8LCollectColorBlueTransforms_C()
Dlossless_enc_sse2.c84 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE2() argument
87 const __m128i mults_g = MK_CST_16(0, CST_5b(green_to_blue)); in CollectColorBlueTransforms_SSE2()
124 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms_SSE2()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c596 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() argument
601 green_to_blue, red_to_blue, histo); in GetPredictionCostCrossColorBlue()
604 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
607 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
616 if (green_to_blue == 0) { in GetPredictionCostCrossColorBlue()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h45 pipe_to_isl_swizzle(const enum pipe_swizzle pswz, bool green_to_blue) in pipe_to_isl_swizzle() argument
49 return (green_to_blue && swz == ISL_CHANNEL_SELECT_GREEN) ? ISL_CHANNEL_SELECT_BLUE : swz; in pipe_to_isl_swizzle()