Searched refs:gray_index (Results 1 – 1 of 1) sorted by relevance
44 gray_index, chunk_size = 32, nchunks = 16; in main() local109 gray_index = (j / chunk_size) + ((i / chunk_size) * nchunks); in main()113 scan_line[k++] = gray_index; in main()117 scan_line[k++] = (gray_index << 4) + gray_index; in main()121 scan_line[k++] = (gray_index << 6) + (gray_index << 4) in main()122 + (gray_index << 2) + gray_index; in main()
Completed in 3 milliseconds