Lines Matching refs:dither_scan
838 const uint8_t* dither_scan
839 dither_value[0] = dither_value[4] = dither_scan[(x) & 3];
840 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3];
841 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3];
842 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3];
844 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3];
845 dither_value[0] = dither_value[4] = (dither_scan
847 dither_value[1] = dither_value[5] = (dither_scan
849 dither_value[2] = dither_value[6] = (dither_scan
851 dither_value[3] = dither_value[7] = (dither_scan
971 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3];
972 dither_value[0] = dither_value[4] = dither_scan[(x) & 3];
973 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3];
974 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3];
975 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3];
977 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3];
978 dither_value[0] = dither_value[4] = (dither_scan
980 dither_value[1] = dither_value[5] = (dither_scan
982 dither_value[2] = dither_value[6] = (dither_scan
984 dither_value[3] = dither_value[7] = (dither_scan