Displaying 7 results from an estimated 7 matches for "ltp_arm4".
2006 Jan 23
2
Compiler warnings with GCC 3.4.4 and perfomance question on a Arm 7
...fined as static void
compute_weighted_codebook(const signed char *shape_cb, const
spx_word16_t *r, .....
So it appears the arm version has arg 2 defined differently so I am
getting this error. So am I missing something or is this what it
should do ? I am using GCC 3.4.4.
The second warning is in ltp_arm4.h in "pitch_xcorr(" getting a warning of:
"matching constraint does not allow a register" on the " __asm__
__volatile__ " line. I have no idea how to fix this warning.
Even with these errors I have gotten decoding to work YEAH!!. It
appears to take about 10 to 11...
2006 Jan 24
2
Compiler warnings with GCC 3.4.4 and perfomance question on a Arm 7
> OK, I forgot to update the ARM4 code. That should definitely be fixed
> (otherwise it's not going to work).
If this is not going to work then why does it work on my Arm? Any
quick fix I can do for now?
> > The second warning is in ltp_arm4.h in "pitch_xcorr(" getting a warning of:
> > "matching constraint does not allow a register" on the " __asm__
> > __volatile__ " line. I have no idea how to fix this warning.
>
> can you give me more info on this?
Not sure what info will help but...
2007 Apr 03
1
Speex ARM4 patch
The attached patch eliminates some warnings while compiling for ARM4
targets. It also simplifies the asm constraints a bit. Now we can use
the ARM4 optimisations when compiling for PortalPlayer targets in Rockbox.
Cheers,
Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_arm4.patch
Type: text/x-diff
Size: 1550 bytes
Desc: not available
Url :
2006 Jan 24
0
Compiler warnings with GCC 3.4.4 and perfomance question on a Arm 7
...t a warning on the call to compute_weighted_codebook of:
> "passing arg 2 of 'compute_weighted_codebook' from incompatible pointer type'
OK, I forgot to update the ARM4 code. That should definitely be fixed
(otherwise it's not going to work).
> The second warning is in ltp_arm4.h in "pitch_xcorr(" getting a warning of:
> "matching constraint does not allow a register" on the " __asm__
> __volatile__ " line. I have no idea how to fix this warning.
can you give me more info on this?
> Even with these errors I have gotten decoding...
2006 Jan 24
0
Compiler warnings with GCC 3.4.4 and perfomance question on a Arm 7
...nitely be fixed
> > (otherwise it's not going to work).
>
> If this is not going to work then why does it work on my Arm? Any
> quick fix I can do for now?
Didn't you mention you were only using the decoder? That function is
used in the encoder only.
> is included from ltp_arm4.h
> The error places the cursor on the __asm__ __volatile__ (
> line in the function. I am compiling with Optimization Level 1.
>
> I did a quick google search and found this where someone else had a
> similar problem when switching from 3.2.3 to GCC 3.4.0.
> http...
2007 Apr 02
2
Info on Symbian, ARM and OFFSET_IMM8 relocation error
Hi all,
i'm using speex under symbian.
When i have compiled the lib for ARM platform i have obtained the follow error:
"Error: Can not represent OFFSET_IMM8 relocation in
this object file format (1)"
I have defined FIXED_POINT 1 and ARM4_ASM.
The error is in the function forced_pitch_quant contained in ltp.c.
The line that produce the error is:
2017 May 29
0
[PATCH] Add CMake build script
...ch_bfin.h
+ libspeex/cb_search_sse.h
+ libspeex/filters.h
+ libspeex/filters_arm4.h
+ libspeex/filters_bfin.h
+ libspeex/filters_sse.h
+ libspeex/fixed_arm4.h
+ libspeex/fixed_arm5e.h
+ libspeex/fixed_bfin.h
+ libspeex/fixed_debug.h
+ libspeex/lpc.h
+ libspeex/lpc_bfin.h
+ libspeex/ltp.h
+ libspeex/ltp_arm4.h
+ libspeex/ltp_sse.h
+ libspeex/math_approx.h
+ libspeex/misc_bfin.h
+ libspeex/nb_celp.h
+ libspeex/quant_lsp.h
+ libspeex/sb_celp.h
+ libspeex/stack_alloc.h
+ libspeex/vbr.h
+ libspeex/vq.h
+ libspeex/vq_arm4.h
+ libspeex/vq_bfin.h
+ libspeex/vq_sse.h
+ libspeex/cb_search.h
+ libspeex/fftwrap.h...