Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_bmp.cpp245 FillGrayRow4( data, src, m_width, gray_palette ); in readData()
289 data = FillGrayRow4( data, src, code, gray_palette ); in readData()
Dutils.hpp119 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette );
Dutils.cpp513 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow4() function
/external/opencv/otherlibs/highgui/
Dgrfmt_bmp.cpp247 FillGrayRow4( data, src, m_width, gray_palette ); in ReadData()
291 data = FillGrayRow4( data, src, code, gray_palette ); in ReadData()
Dutils.h107 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette );
Dgrfmt_tiff.cpp626 FillGrayRow4( data, src, m_width, gray_palette ); in ReadData()
Dutils.cpp492 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow4() function