Added config.h include to types.h, removed useless code in rfx_neon
This commit is contained in:
parent
e1f2cf1090
commit
ee43bf7b58
@ -25,6 +25,8 @@
|
||||
#include <WinDef.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* Base Types */
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
|
@ -127,14 +127,6 @@ rfx_dwt_2d_decode_block_horiz_NEON(sint16 * l, sint16 * h, sint16 * dst, int sub
|
||||
sint16 * h_ptr = h;
|
||||
sint16 * dst_ptr = dst;
|
||||
|
||||
__asm__ __volatile__ (
|
||||
"mov r10, #1; "
|
||||
"vdup.16 q8, r10; "
|
||||
:
|
||||
:
|
||||
: "r10"
|
||||
);
|
||||
|
||||
for (y = 0; y < subband_width; y++)
|
||||
{
|
||||
/* Even coefficients */
|
||||
|
Loading…
Reference in New Issue
Block a user