OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xsample
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_exr.cpp
205
int
xsample
[3] = {1, 1, 1};
local
234
xsample
[0] = m_blue->ySampling;
241
xsample
[1] = m_green->ySampling;
248
xsample
[2] = m_red->ySampling;
263
xsample
[0] = m_green->ySampling;
264
xsample
[1] = m_green->ySampling;
265
xsample
[2] = m_green->ySampling;
273
xsample
[0] = m_green->ySampling;
283
xsample
[0] = m_blue->ySampling;
290
xsample
[1] = m_green->ySampling
[
all
...]
grfmt_exr.h
70
void UpSample( uchar *data, int xstep, int ystep, int
xsample
, int ysample );
71
void UpSampleX( float *data, int xstep, int
xsample
);
Completed in 34 milliseconds