Searched refs:red_and_blue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.h239 const uint32_t red_and_blue = local
241 return (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
H A Dlossless.c396 const uint32_t red_and_blue = (*a & 0x00ff00ffu) + (b & 0x00ff00ffu); local
397 *a = (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
/external/webp/src/dsp/
H A Dlossless.h239 const uint32_t red_and_blue = local
241 return (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
H A Dlossless.c396 const uint32_t red_and_blue = (*a & 0x00ff00ffu) + (b & 0x00ff00ffu); local
397 *a = (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);

Completed in 364 milliseconds