MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / Data

Method Data

Bench/src/CImage.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90unsigned char * CSimpleImage::Data(uint Row)
91{
92 return m_Data + Step * Row;
93}
94
95const unsigned char * CSimpleImage::Data(uint Row) const
96{

Callers 15

benchScale.hppFile · 0.80
CreateMethod · 0.80
RunIPPMethod · 0.80
RunIPPMethod · 0.80
AbsDiffFunction · 0.80
FindMaxFunction · 0.80
CreateMethod · 0.80
benchMorpho.hppFile · 0.80
RunIPPMethod · 0.80
benchLinearLut.hppFile · 0.80
CreateMethod · 0.80
benchRotate.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected