search for: codif

Displaying 8 results from an estimated 8 matches for "codif".

Did you mean: codify
2005 Sep 15
2
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
Hi all, I'm trying to use libspeex 1.1.10 on an ARM926EJ-Sid(wb) rev 3 (v5l). I executed the speexenc and speexdec test files and they can encode and decode. But I'm getting 95% of cpu utilization on the codification and 44% on the decodification. I saw in the post: http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html that this version of speex works fine on ARM platforms. My configuration is: # cat /proc/cpuinfo Processor : ARM926EJ-Sid(wb) rev 3 (v5l) BogoMIPS : 95.83 (abou...
2005 Sep 20
1
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
...rit : > > Hi all, > > > > > > > > I'm trying to use libspeex 1.1.10 on an ARM926EJ-Sid(wb) rev 3 > > (v5l). I executed > > the speexenc and speexdec test files and they can encode and decode. > > But I'm getting 95% of cpu utilization on the codification and 44% on > > the decodification. > > I saw in the post: > > http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html > > that this version of speex works fine on ARM platforms. My configuration > > is: > > > > # cat /proc/cpuinfo > &g...
2013 Mar 29
0
[LLVMdev] Handling SRet on Windows x86...
COM is not a language extension. It is a codification of a fairly obvious but not guaranteed C++ ABI/objectmodel decision. Specifically given C++: class Foo { public: virtual void Abc() = 0; virtual void Def() = 0; }; Foo* foo; foo->Abc(); what is the ABI in terms of C? Note well the "virtual" an...
2005 Sep 15
0
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
...? 16:23 -0400, Eduardo Bezerra a ?crit : > Hi all, > > > > I'm trying to use libspeex 1.1.10 on an ARM926EJ-Sid(wb) rev 3 > (v5l). I executed > the speexenc and speexdec test files and they can encode and decode. > But I'm getting 95% of cpu utilization on the codification and 44% on > the decodification. > I saw in the post: > http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html > that this version of speex works fine on ARM platforms. My configuration > is: > > # cat /proc/cpuinfo > Processor : ARM926EJ-Sid(wb) r...
2005 Feb 23
0
Serious Audio Problem.
...3 minutes it was the opposite. I have also another problem that is that sometimes the zap interface is unable o recognize the Dtmf digits (that are transmitted as mangled dtmf digits to another connected phone). Both of the above problems create to me suspects that a problem with the alaw and ulaw codifications is present into the code and that alaw saved files are played to ulaw equipment unmodified (whitout changing the format on the fly). Specifically I have tested to register an alaw file and then the IpPhone and the capi interface do hear well while the Zap interface hears badly, while if I d...
2007 Aug 21
0
Regulatory Computing with R
...tegies. Some people are annoyed at the packages we will not let people use, but code review suggests that we really don't want people to use them (risk management, again). The supporting infrastructure will be nice, but it'll also be a PITA to build. But it really is just a matter of codification of common sense -- you should always put anything that you want to reproduce under version control, you should always have test cases to confirm that the implementations that you are using work in a few average cases (no one can cover every corner case) and you should make sure that you...
2016 May 06
4
Resuming the discussion of establishing an LLVM code of conduct
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Chris > Lattner via llvm-dev > Sent: Thursday, May 05, 2016 4:36 PM > To: Renato Golin > Cc: llvm-dev > Subject: Re: [llvm-dev] Resuming the discussion of establishing an LLVM > code of conduct > > On May 5, 2016, at 4:02 PM, Renato Golin <renato.golin at
2013 Jun 06
4
[LLVMdev] Meaning of LLVM optimization levels
Folks, I'm trying to rationalize about optimization levels and maybe we should come up with a document like this: http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html Though, I remember a discussion a few months ago, and some people recommended we had names, rather than numbers, to dissociate the idea that 3 is better than 2. Regardless, would be good to have some guidelines on what goes