HomeSort by relevance Sort by last modified time
    Searched refs:red_and_blue (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
lossless.h 235 const uint32_t red_and_blue = local
237 return (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
lossless.c 396 const uint32_t red_and_blue = (*a & 0x00ff00ffu) + (b & 0x00ff00ffu); local
397 *a = (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
    [all...]

Completed in 46 milliseconds