Go to the source code of this file.
|
template<bool MemIsAligned> |
void | impl_image_SSE2_scale_half_1c8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out) |
|
template<bool MemIsAligned> |
void | impl_image_SSE2_scale_half_smooth_1c8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out) |
|
void | image_SSE2_scale_half_1c8u (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...
|
|
void | image_SSE2_scale_half_smooth_1c8u (const uint8_t *in, uint8_t *out, int w, int h, size_t step_in, size_t step_out) |
| Average each 2x2 pixels into 1x1 pixel (arithmetic average) More...
|
|