Searched refs:ALPHA_OFFSET (Results 1 – 2 of 2) sorted by relevance
310 return ALPHA_OFFSET[pixelFormat]; in getAlphaOffset()313 private static final int[] ALPHA_OFFSET = { field in TJ
32 #define ALPHA_OFFSET 0 // uint32_t 0xff000000 is 0xff,00,00,00 in memory macro34 #define ALPHA_OFFSET 3 // uint32_t 0xff000000 is 0x00,00,00,ff in memory macro64 const int alpha_offset = ALPHA_OFFSET; in WebPPictureHasTransparency()1000 const uint8_t* const a = argb + (0 ^ ALPHA_OFFSET); in PictureARGBToYUVA()1001 const uint8_t* const r = argb + (1 ^ ALPHA_OFFSET); in PictureARGBToYUVA()1002 const uint8_t* const g = argb + (2 ^ ALPHA_OFFSET); in PictureARGBToYUVA()1003 const uint8_t* const b = argb + (3 ^ ALPHA_OFFSET); in PictureARGBToYUVA()1055 WebPGetLinePairConverter(ALPHA_OFFSET > 0); in WebPPictureYUVAToARGB()1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import()