Searched defs:alpha_first (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dalpha_processing.c220 static void ApplyAlphaMultiply(uint8_t* rgba, int alpha_first, argument
223 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0);
224 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3);
/external/webp/src/dsp/
H A Dalpha_processing.c220 static void ApplyAlphaMultiply(uint8_t* rgba, int alpha_first, argument
223 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0);
224 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3);
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c203 const int alpha_first = local
209 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
224 WebPApplyAlphaMultiply(base_rgba, alpha_first,
417 const int alpha_first = local
419 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
438 WebPApplyAlphaMultiply(base_rgba, alpha_first,
/external/webp/src/dec/
H A Dio.c203 const int alpha_first = local
209 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
224 WebPApplyAlphaMultiply(base_rgba, alpha_first,
417 const int alpha_first = local
419 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
438 WebPApplyAlphaMultiply(base_rgba, alpha_first,

Completed in 2615 milliseconds