Searched refs:m_native_depth (Results 1 – 8 of 8) sorted by relevance
187 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()
96 bool m_native_depth; member in cv::ExrDecoder
297 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()
200 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()
74 void UseNativeDepth( bool yes ) { m_native_depth = yes; }; in UseNativeDepth()88 bool m_native_depth;// use the native bit depth of the image variable
55 m_native_depth = false; in GrFmtReader()
199 if( m_bit_depth > 8 && !m_native_depth ) in ReadData()
234 if( m_bit_depth == 8 || !m_native_depth ) in ReadData()