ALPHA_IS_LAST 907 third_party/libwebp/enc/picture.c WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST); ALPHA_IS_LAST 950 third_party/libwebp/enc/picture.c const uint8_t* const r = ALPHA_IS_LAST ? argb + 2 : argb + 1; ALPHA_IS_LAST 951 third_party/libwebp/enc/picture.c const uint8_t* const g = ALPHA_IS_LAST ? argb + 1 : argb + 2; ALPHA_IS_LAST 952 third_party/libwebp/enc/picture.c const uint8_t* const b = ALPHA_IS_LAST ? argb + 0 : argb + 3; ALPHA_IS_LAST 953 third_party/libwebp/enc/picture.c const uint8_t* const a = ALPHA_IS_LAST ? argb + 3 : argb + 0;