image-avx.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2015 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 #ifndef LIBREALSENSE_IMAGE_AVX_H
6 #define LIBREALSENSE_IMAGE_AVX_H
7 
8 #include "types.h"
9 
10 namespace librealsense
11 {
12 #ifndef ANDROID
13  #if defined(__SSSE3__) && defined(__AVX2__)
14  void unpack_yuy2_avx_y8(byte * const d[], const byte * s, int n);
15  void unpack_yuy2_avx_y16(byte * const d[], const byte * s, int n);
16  void unpack_yuy2_avx_rgb8(byte * const d[], const byte * s, int n);
17  void unpack_yuy2_avx_rgba8(byte * const d[], const byte * s, int n);
18  void unpack_yuy2_avx_bgr8(byte * const d[], const byte * s, int n);
19  void unpack_yuy2_avx_bgra8(byte * const d[], const byte * s, int n);
20  #endif
21 #endif
22 }
23 
24 #endif
GLdouble s
d
Definition: rmse.py:171
GLdouble n
Definition: glext.h:1966
unsigned char byte
Definition: src/types.h:52


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:16