Home | History | Annotate | Download | only in dsp

Lines Matching refs:new_b

738     const uint32_t new_b = ((argb & 0xff) - green) & 0xff;
739 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;