Home
last modified time | relevance | path

Searched refs:have_last_ (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/external/laz-perf/detail/
H A Dfield_extrabytes.hpp46 bool have_last_; member
52 count_(count), have_last_(false), lasts_(count), diffs_(count), in field()
68 if (!have_last_) in compressWith()
71 have_last_ = true; in compressWith()
86 if (!have_last_) in decompressWith()
90 have_last_ = true; in decompressWith()
H A Dfield_xyz.hpp80 if (!common_.have_last_) { in compressWith()
82 common_.have_last_ = true; in compressWith()
127 if (!common_.have_last_) { in decompressWith()
129 common_.have_last_ = true; in decompressWith()
178 bool have_last_; member
182 have_last_(false) { in __common()
H A Dfield_rgb.hpp86 have_last_(false), in field()
104 if (!have_last_) { in compressWith()
107 have_last_ = true; in compressWith()
168 if (!have_last_) { in decompressWith()
170 have_last_ = true; in decompressWith()
257 bool have_last_; member
H A Dfield_gpstime.hpp81 if (!common_.have_last_) { in compressWith()
83 common_.have_last_ = true; in compressWith()
275 if (!common_.have_last_) { in decompressWith()
277 common_.have_last_ = true; in decompressWith()
396 bool have_last_; member
404 have_last_(false), in __common()
H A Dfield_point10.hpp169 if (!common_.have_last_) { in compressWith()
171 common_.have_last_ = true; in compressWith()
261 if (!common_.have_last_) { in decompressWith()
263 common_.have_last_ = true; in decompressWith()
380 bool have_last_; member
384 have_last_(false) { in __common()
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/detail/
H A Dfield_byte10.cpp36 Byte10Base::Byte10Base(size_t count) : count_(count), have_last_(false), in Byte10Base()
60 if (!have_last_) in compress()
63 have_last_ = true; in compress()
86 if (!have_last_) in decompress()
90 have_last_ = true; in decompress()
H A Dfield_nir14.cpp66 c.have_last_ = true; in compress()
73 if (!c.have_last_) in compress()
75 c.have_last_ = true; in compress()
130 c.have_last_ = true; in decompress()
146 if (!c.have_last_) in decompress()
148 c.have_last_ = true; in decompress()
H A Dfield_byte14.cpp91 c.have_last_ = true; in compress()
97 if (!c.have_last_) in compress()
99 c.have_last_ = true; in compress()
152 c.have_last_ = true; in decompress()
162 if (!c.have_last_) in decompress()
164 c.have_last_ = true; in decompress()
H A Dfield_xyz.hpp80 if (!common_.have_last_) { in compressWith()
82 common_.have_last_ = true; in compressWith()
127 if (!common_.have_last_) { in decompressWith()
129 common_.have_last_ = true; in decompressWith()
178 bool have_last_; member
182 have_last_(false) { in __common()
H A Dfield_rgb14.cpp94 c.have_last_ = true; in compress()
101 if (!c.have_last_) in compress()
103 c.have_last_ = true; in compress()
195 c.have_last_ = true; in decompress()
211 if (!c.have_last_) in decompress()
213 c.have_last_ = true; in decompress()
H A Dfield_rgb10.cpp61 Rgb10Base::Rgb10Base() : have_last_(false), last(), m_byte_used(128), m_rgb_diff_0(256), in Rgb10Base()
75 if (!have_last_) { in compress()
78 have_last_ = true; in compress()
150 if (!have_last_) { in decompress()
152 have_last_ = true; in decompress()
H A Dfield_point10.cpp124 Point10Base::Point10Base() : m_changed_values(64), have_last_(false) in Point10Base()
180 if (!have_last_) in compress()
182 have_last_ = true; in compress()
291 if (!have_last_) in decompress()
293 have_last_ = true; in decompress()
H A Dfield_gpstime10.cpp46 Gpstime10Base::Gpstime10Base() : have_last_(false), m_gpstime_multi(LASZIP_GPSTIME_MULTI_TOTAL), in Gpstime10Base()
72 if (!have_last_) { in compress()
74 have_last_ = true; in compress()
276 if (!have_last_) in decompress()
279 have_last_ = true; in decompress()
H A Dfield_nir14.hpp41 int have_last_; member
46 ChannelCtx() : have_last_{false}, used_model_(4), in ChannelCtx()
H A Dfield_rgb14.hpp41 int have_last_; member
46 ChannelCtx() : have_last_{false}, used_model_(128), in ChannelCtx()
H A Dfield_byte14.hpp41 int have_last_; member
45 ChannelCtx(size_t count) : have_last_(false), last_(count), in ChannelCtx()
H A Dfield_gpstime.hpp81 if (!common_.have_last_) { in compressWith()
83 common_.have_last_ = true; in compressWith()
275 if (!common_.have_last_) { in decompressWith()
277 common_.have_last_ = true; in decompressWith()
396 bool have_last_; member
404 have_last_(false), in __common()
H A Dfield_point14.hpp72 bool have_last_; member
95 have_last_{false}, last_gps_seq_{0}, next_gps_seq_{0}, in ChannelCtx()
H A Dfield_byte10.hpp38 bool have_last_; member in lazperf::detail::Byte10Base
H A Dfield_rgb10.hpp36 bool have_last_; member in lazperf::detail::Rgb10Base
H A Dfield_gpstime10.hpp41 bool have_last_; member in lazperf::detail::Gpstime10Base
H A Dfield_point14.cpp176 c.have_last_ = true; in compress()
210 ChannelCtx& old = c.have_last_ ? c : prev; in compress()
247 if (!c.have_last_) in compress()
249 c.have_last_ = true; in compress()
618 c.have_last_ = true; in decompress()
663 if (!c.have_last_) in decompress()
665 c.have_last_ = true; in decompress()
H A Dfield_point10.hpp59 bool have_last_; member in lazperf::detail::Point10Base