Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dlzf_image_io.cpp326 unsigned int bayer_size = width * height; in write() local
327 …char* compressed_bayer = static_cast<char*> (malloc (std::size_t (float (bayer_size) * 1.5f + floa… in write()
329 bayer_size, in write()