Searched refs:rgb16 (Results 1 – 1 of 1) sorted by relevance
125 unsigned short *rgb16 = (unsigned short *)ctx->buffer; in rgb16_cb() local126 *(rgb16 + ctx->i * ctx->width + ctx->j) = b | (g << 5) | (r << 11); in rgb16_cb()