Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_bmp.cpp264 uchar gray_clr[2]; in ReadData() local
269 gray_clr[0] = gray_palette[code >> 4]; in ReadData()
270 gray_clr[1] = gray_palette[code & 15]; in ReadData()
279 *data = gray_clr[t]; in ReadData()