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/
H A 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()
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()
174 CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_MIPSdspR2() argument
H A Dlossless_enc_sse41.c52 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE41()
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()
50 CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_SSE41() argument
H A Dlossless.h143 int green_to_blue, int red_to_blue, int histo[]);
161 int green_to_blue, int red_to_blue,
H A 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()
597 ++histo[TransformColorBlue((uint8_t)green_to_blue, (uint8_t)red_to_blue, in VP8LCollectColorBlueTransforms_C()
590 VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) VP8LCollectColorBlueTransforms_C() argument
H A Dlossless_enc_sse2.c84 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE2()
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()
82 CollectColorBlueTransforms_SSE2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_SSE2() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c596 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue()
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()
593 GetPredictionCostCrossColorBlue( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) GetPredictionCostCrossColorBlue() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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()

Completed in 8 milliseconds