Searched refs:BLUE_OFFSET (Results 1 – 2 of 2) sorted by relevance
174 #define BLUE_OFFSET 3 // uint32_t 0x000000ff is 0x00,00,00,ff in memory macro176 #define BLUE_OFFSET 0 // uint32_t 0x000000ff is 0xff,00,00,00 in memory macro206 const int offset = c ^ BLUE_OFFSET; in WebPPictureDistortion()226 #undef BLUE_OFFSET
288 return BLUE_OFFSET[pixelFormat]; in getBlueOffset()291 private static final int[] BLUE_OFFSET = { field in TJ