Displaying 9 results from an estimated 9 matches for "config_ti_c6x".
2018 Oct 19
2
OPUS at Texas Instruments C6418
...DOSTACK 1
#define FIXED_POINT 1
#define DISABLE_FLOAT_API 1
#define OPUS_BUILD 1
#define CONFIG_TI_C6X 1
Are there any better or further possibilities to get a speed optimized code on the TI C6418?
Code size is less relevant.
Many thanks in advance!
Best regards,
Robert
Robert Madinger
[avt_logo_signatur]
AVT Audio Video Technologies...
2018 Oct 22
1
OPUS at Texas Instruments C6418
...t the moment, we use the following settings:
>
>
>
> #define NONTHREADSAFE_PSEUDOSTACK 1
>
> #define
> FIXED_POINT
> 1
>
> #define DISABLE_FLOAT_API
> 1
>
> #define
> OPUS_BUILD
> 1
>
> #define
> CONFIG_TI_C6X
> 1
>
>
>
>
>
> Are there any better or further possibilities to get a speed optimized
> code on the TI C6418?
>
> Code size is less relevant.
>
>
>
> Many thanks in advance!
>
&...
2018 Oct 19
0
OPUS at Texas Instruments C6418
...
> 1
>
> #define DISABLE_FLOAT_API
> 1
>
> #define
> OPUS_BUILD
> 1
>
> #define
> CONFIG_TI_C6X 1
>
>
>
>
>
> Are there any better or further possibilities to get a speed optimized
> code on the TI C6418?
>
> Code size is less relevant.
>
>
>
> Many thanks in advance!
>
> Bes...
2018 Oct 22
0
OPUS at Texas Instruments C6418
...gt;>
>> #define NONTHREADSAFE_PSEUDOSTACK 1
>>
>> #define
>> FIXED_POINT
>> 1
>>
>> #define DISABLE_FLOAT_API
>> 1
>>
>> #define
>> OPUS_BUILD
>> 1
>>
>> #define
>> CONFIG_TI_C6X
>> 1
>>
>>
>>
>>
>>
>> Are there any better or further possibilities to get a speed optimized
>> code on the TI C6418?
>>
>> Code size is less relevant.
>>
>> ...
2006 Aug 14
2
AEC on a TI C6x - has no effect
...dio
compression), I created a lib that only includes the following files,
all from directory \trunk\speex\libspeex:
fftwrap.c
kiss_fft.c
kiss_fftr.c
math_approx.c
mdf.c
misc.c
This appears to be sufficient to call the speex_echo_* functions without
a linker error. I define the preprocessor symbols CONFIG_TI_C6X and
HAVE_CONFIG_H. FIXED_POINT is defined in ti/config.h (also from the
trunk). I am using the latest files from svn, as of last Thursday
(Aug.10).
>From reading the documentation and this mailing list, it seems that I am
doing things correctly. I am using a sample rate of 8kHz and a frame
siz...
2006 Apr 21
0
Major internal changes, TI DSP build change
...t;> tool
>> would not handle an added file.
>
> Actually, speex_config_types.h is not necessary for the TI builds. It's
> best to put the definition directly in speex_types.h.
When this was done in build 10313, the switch for the C6x was mistyped as
CONFIG_TI_C5X instead of (CONFIG_TI_C6X), and I was not picking this up in
my build. I will include this in the patches.
>> I first made a patch against build 11146, applied this against 11169,
>> made a
>> couple of other changes, and made a new patch agains 11169. The second
>> patch is larger because some l...
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to
change it to -o3. I have tried doing the changes in makefile.unix . The
change is not getting reflected. I am building the code in Code composer
studio for TI processor C6000. Could anybody help me with this
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jun 03
5
[PATCH 1/1] Updated opus_types.h to correctly support 8 and 64 bit types.
...+ typedef char opus_int8;
+ typedef unsigned char opus_uint8;
typedef short opus_int16;
typedef unsigned short opus_uint16;
typedef long opus_int32;
typedef unsigned long opus_uint32;
+ typedef long long opus_int64;
+ typedef unsigned long long opus_uint64;
#elif defined(CONFIG_TI_C6X)
+ typedef char opus_int8;
+ typedef unsigned char opus_uint8;
typedef short opus_int16;
typedef unsigned short opus_uint16;
typedef int opus_int32;
typedef unsigned int opus_uint32;
+ typedef long long opus_int64;
+ typedef unsigned long long opus_uint64;
#else
/...
2006 Apr 20
5
Major internal changes, TI DSP build change
Hi Jim,
> Build 11169 in SVN works correctly.
Good. I'll try not to forget the EXTEND32 from now on.
> I have attached a zip file (renamed
> .txt) with a patch to bits.c to make the byteswapping for TI DSPs
> consistent.
Seems like unzip can't read it. Either it's in an unknown format or the
file got corrupted. Could simply send as multiple (uncompressed)