Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_exr.cpp187 m_native_depth = CV_MAT_DEPTH(type()) == img.depth(); in readData()
192 bool justcopy = m_native_depth; in readData()
202 xstep = m_native_depth ? 4 : 1; in readData()
204 if( !m_native_depth || (!color && m_iscolor )) in readData()
401 if( !m_native_depth ) in UpSample()
443 if( !m_native_depth ) in UpSampleY()
464 if( !m_native_depth ) in ChromaToBGR()
486 if( !m_native_depth ) in ChromaToBGR()
519 if( m_native_depth ) in RGBToGray()
533 if( m_native_depth ) in RGBToGray()
Dgrfmt_exr.hpp96 bool m_native_depth; member in cv::ExrDecoder
/external/opencv/otherlibs/highgui/
Dgrfmt_pxm.cpp297 if( !m_native_depth && m_bit_depth == 16 ) in ReadData()
310 if( m_bit_depth == 8 || !m_native_depth ) { in ReadData()
320 else if( m_native_depth ) in ReadData()
329 if( m_bit_depth == 8 || !m_native_depth ) in ReadData()
334 else if( m_bit_depth == 8 || !m_native_depth ) in ReadData()
Dgrfmt_exr.cpp200 bool justcopy = m_native_depth; in ReadData()
210 xstep = m_native_depth ? 4 : 1; in ReadData()
212 if( !m_native_depth || (!color && m_iscolor )) in ReadData()
411 if( !m_native_depth ) in UpSample()
453 if( !m_native_depth ) in UpSampleY()
476 if( !m_native_depth ) in ChromaToBGR()
498 if( !m_native_depth ) in ChromaToBGR()
534 if( m_native_depth ) in RGBToGray()
548 if( m_native_depth ) in RGBToGray()
Dgrfmt_base.h74 void UseNativeDepth( bool yes ) { m_native_depth = yes; }; in UseNativeDepth()
88 bool m_native_depth;// use the native bit depth of the image variable
Dgrfmt_base.cpp55 m_native_depth = false; in GrFmtReader()
Dgrfmt_png.cpp199 if( m_bit_depth > 8 && !m_native_depth ) in ReadData()
Dgrfmt_jpeg2000.cpp234 if( m_bit_depth == 8 || !m_native_depth ) in ReadData()