Home | History | Annotate | Download | only in dsp

Lines Matching refs:red_blue

765     uint32_t red_blue = (argb & 0x00ff00ffu);
766 red_blue += (green << 16) | green;
767 red_blue &= 0x00ff00ffu;
768 *data++ = (argb & 0xff00ff00u) | red_blue;