Searched refs:BLUE_OFFSET (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 174 #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 D | dc25.c | 1410 #define BLUE_OFFSET 2 macro 1416 #define GET_B(pp, x, y) (GET_COMP(pp, x, y, BLUE_OFFSET))
|
Completed in 4 milliseconds