Searched refs:green_to_blue (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libwebp/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_enc_sse41.c | 52 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()
|
D | lossless.h | 143 int green_to_blue, int red_to_blue, int histo[]); 161 int green_to_blue, int red_to_blue,
|
D | lossless_enc.c | 567 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()
|
D | lossless_enc_sse2.c | 84 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/ |
D | predictor_enc.c | 596 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/ |
D | crocus_resource.h | 45 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()
|