MRPT  1.9.9
Functions
CImage_SSE3.cpp File Reference
#include "img-precomp.h"
#include <mrpt/config.h>
#include <mrpt/core/SSE_macros.h>
#include <mrpt/core/SSE_types.h>
#include <mrpt/img/CImage.h>
#include <mrpt/system/memory.h>
#include "CImage_SSEx.h"
Include dependency graph for CImage_SSE3.cpp:

Go to the source code of this file.

Functions

template<bool MemIsAligned>
void impl_image_SSSE3_scale_half_3c8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out)
 
void image_SSSE3_scale_half_3c8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out)
 Subsample each 2x2 pixel block into 1x1 pixel, taking the first pixel & ignoring the other 3. More...
 
template<bool IS_RGB, bool MemIsAligned>
void impl_image_SSSE3_rgb_or_bgr_to_gray_8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out)
 
void image_SSSE3_bgr_to_gray_8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out)
 Convert a RGB image (3cu8) into a GRAYSCALE (1c8u) image, using Y=77*R+150*G+29*B. More...
 
void image_SSSE3_rgb_to_gray_8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out)
 Convert a RGB image (3cu8) into a GRAYSCALE (1c8u) image, using Y=77*R+150*G+29*B. More...
 



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020