Searched refs:sbuf8 (Results 1 – 1 of 1) sorted by relevance
1171 const u8 *sbuf8 = sbuf; in drm_fb_gray8_to_gray2_line() local1180 px = (*sbuf8++ * 3 + 127) / 255; in drm_fb_gray8_to_gray2_line()1190 const u8 *sbuf8 = sbuf; in drm_fb_gray8_to_mono_line() local1197 if (*sbuf8++ >= 128) in drm_fb_gray8_to_mono_line()