#include <frame_common/stereo.h>#include <xmmintrin.h>
Go to the source code of this file.
Namespaces | |
| namespace | frame_common |
Defines | |
| #define | COPY16(N) _mm_storeu_ps((float*)(sub + 16 * N), _mm_loadu_ps((float*)(im + x + (y + N) * xim))); |
Functions | |
| uint8_t * | frame_common::grab_16x16 (uint8_t *im, int xim, int x, int y) |
| #define COPY16 | ( | N | ) | _mm_storeu_ps((float*)(sub + 16 * N), _mm_loadu_ps((float*)(im + x + (y + N) * xim))); |