Searched refs:FillGrayRow4 (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_bmp.cpp | 245 FillGrayRow4( data, src, m_width, gray_palette ); in readData() 289 data = FillGrayRow4( data, src, code, gray_palette ); in readData()
|
D | utils.hpp | 119 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette );
|
D | utils.cpp | 513 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow4() function
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_bmp.cpp | 247 FillGrayRow4( data, src, m_width, gray_palette ); in ReadData() 291 data = FillGrayRow4( data, src, code, gray_palette ); in ReadData()
|
D | utils.h | 107 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette );
|
D | grfmt_tiff.cpp | 626 FillGrayRow4( data, src, m_width, gray_palette ); in ReadData()
|
D | utils.cpp | 492 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow4() function
|