Searched refs:alpha_first (Results 1 - 6 of 6) 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);
H A Ddsp.h239 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
241 uint8_t* rgba, int alpha_first, int w, int h, int stride);
/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);
H A Ddsp.h239 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
241 uint8_t* rgba, int alpha_first, int w, int h, int stride);
/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 261 milliseconds