Searched refs:alpha_and_green (Results 1 – 1 of 1) sorted by relevance
153 const uint32_t alpha_and_green = (a & 0xff00ff00u) + (b & 0xff00ff00u); in VP8LAddPixels() local155 return (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu); in VP8LAddPixels()161 const uint32_t alpha_and_green = in VP8LSubPixels() local165 return (alpha_and_green & 0xff00ff00u) | (red_and_blue & 0x00ff00ffu); in VP8LSubPixels()