Home | History | Annotate | Download | only in dsp

Lines Matching defs:gb

1255     const uint8_t gb = ((argb >>  5) & 0xe0) | ((argb >>  3) & 0x1f);
1257 *dst++ = gb;
1261 *dst++ = gb;