Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni_camera/
H A Dopenni_image_yuv_422.cpp108 unsigned yuv_skip = (image_md_->YRes() / height - 1) * ( image_md_->XRes() << 1 ); in fillRGB() local
110 …for( unsigned yIdx = 0; yIdx < image_md_->YRes(); yIdx += yuv_step, yuv_buffer += yuv_skip, rgb_bu… in fillRGB()
140 unsigned yuv_skip = (image_md_->YRes() / height - 1) * ( image_md_->XRes() << 1 ); in fillGrayscale() local
143 …for( unsigned yIdx = 0; yIdx < image_md_->YRes(); yIdx += yuv_step, yuv_buffer += yuv_skip, gray_b… in fillGrayscale()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dimage_yuv422.cpp115 unsigned yuv_skip = (wrapper_->getHeight () / height - 1) * ( wrapper_->getWidth () << 1 ); in fillRGB() local
117 …for (unsigned yIdx = 0; yIdx < wrapper_->getHeight (); yIdx += yuv_step, yuv_buffer += yuv_skip, r… in fillRGB()
149 unsigned yuv_skip = (wrapper_->getHeight () / height - 1) * ( wrapper_->getWidth () << 1 ); in fillGrayscale() local
152 …for (unsigned yIdx = 0; yIdx < wrapper_->getHeight (); yIdx += yuv_step, yuv_buffer += yuv_skip, g… in fillGrayscale()