Home
last modified time | relevance | path

Searched refs:BLUE_OFFSET (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_psnr_enc.c174 #define BLUE_OFFSET 3 // uint32_t 0x000000ff is 0x00,00,00,ff in memory macro
176 #define BLUE_OFFSET 0 // uint32_t 0x000000ff is 0xff,00,00,00 in memory macro
206 const int offset = c ^ BLUE_OFFSET; in WebPPictureDistortion()
226 #undef BLUE_OFFSET macro
/third_party/backends/backend/
H A Ddc25.c1410 #define BLUE_OFFSET 2 macro
1416 #define GET_B(pp, x, y) (GET_COMP(pp, x, y, BLUE_OFFSET))

Completed in 4 milliseconds