Home
last modified time | relevance | path

Searched refs:m_nNumBits (Results 1 – 10 of 10) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfacompress.cpp53 m_nNumBits = 0; in HFACompress()
210 if( m_nNumBits == 8 ) in encodeValue()
216 else if( m_nNumBits == 16 ) in encodeValue()
258 m_nMin = findMin( &m_nNumBits ); in compressBlock()
H A Dhfa_p.h444 GByte getNumBits() { return m_nNumBits; }; in getNumBits()
468 GByte m_nNumBits; // the number of bits needed to compress the range of values in the block variable
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dhfacompress.cpp53 m_nNumBits = 0; in HFACompress()
210 if( m_nNumBits == 8 ) in encodeValue()
216 else if( m_nNumBits == 16 ) in encodeValue()
258 m_nMin = findMin( &m_nNumBits ); in compressBlock()
H A Dhfa_p.h411 GByte getNumBits() { return m_nNumBits; }; in getNumBits()
435 GByte m_nNumBits; // the number of bits needed to compress the range of values in the block variable
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hfa/
H A Dhfacompress.cpp56 m_nNumBits(0) in HFACompress()
221 if( m_nNumBits == 8 ) in encodeValue()
227 else if( m_nNumBits == 16 ) in encodeValue()
271 m_nMin = findMin(&m_nNumBits); in compressBlock()
H A Dhfa_p.h482 GByte getNumBits() const { return m_nNumBits; } in getNumBits()
508 GByte m_nNumBits; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hfa/
H A Dhfacompress.cpp56 m_nNumBits(0) in HFABand()
221 if( m_nNumBits == 8 )
227 else if( m_nNumBits == 16 )
271 m_nMin = findMin(&m_nNumBits);
H A Dhfa_p.h482 GByte getNumBits() const { return m_nNumBits; }
508 GByte m_nNumBits;
/dports/graphics/gdal/gdal-3.3.3/frmts/hfa/
H A Dhfacompress.cpp56 m_nNumBits(0) in HFACompress()
221 if( m_nNumBits == 8 ) in encodeValue()
227 else if( m_nNumBits == 16 ) in encodeValue()
271 m_nMin = findMin(&m_nNumBits); in compressBlock()
H A Dhfa_p.h482 GByte getNumBits() const { return m_nNumBits; } in getNumBits()
508 GByte m_nNumBits; variable