FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
nsc_neon.c
1
21
#include <winpr/platform.h>
22
#include <winpr/sysinfo.h>
23
#include <freerdp/config.h>
24
#include <freerdp/codec/nsc.h>
25
#include <freerdp/log.h>
26
27
#include "../nsc_types.h"
28
#include "nsc_neon.h"
29
30
#include "../../core/simd.h"
31
32
#if defined(NEON_INTRINSICS_ENABLED)
33
#define TAG FREERDP_TAG("codec.nsc.neon")
34
#endif
35
36
void
nsc_init_neon_int(WINPR_ATTR_UNUSED NSC_CONTEXT* WINPR_RESTRICT context)
37
{
38
#if defined(NEON_INTRINSICS_ENABLED)
39
WLog_WARN(TAG,
"TODO: Implement neon optimized version of this function"
);
40
#else
41
WLog_VRB(PRIM_TAG,
"undefined WITH_SIMD or NEON intrinsics not available"
);
42
#endif
43
}
libfreerdp
codec
neon
nsc_neon.c
Generated by
1.9.8