Home
last modified time | relevance | path

Searched refs:gray_index (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A Dtiff-grayscale.c44 gray_index, chunk_size = 32, nchunks = 16; in main() local
109 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