search for: tooc

Displaying 5 results from an estimated 5 matches for "tooc".

Did you mean: too
2012 Aug 29
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...o.3 hello.c -o hello Can you help me identify the problem? I'm also really interested in cross compiling ARM and x86. For the complete logs of the above command, please refer below : clang version 3.1 (branches/release_31) Target: arm--linux-gnueabi Thread model: posix "/home/jedd10-04/TOOC/LLVM-3.1/llvm-3.1.src/build/Debug+Asserts/bin/clang" -cc1 -triple armv4t--linux-gnueabi -E -disable-free -main-file-name hello.c -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -target-abi aapcs-linux -target-cpu arm7tdmi -mfloat-abi soft -target-feature +soft-float-abi -targ...
2012 Jun 28
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello list I think I really finally found a way to crossbuild a binary for ARM using Clang/llvm. This message would be a documentation for someone who may concern for the same issue with me. - Target : TOSHIBA AC100 / Ubuntu 12.04 (https://wiki.ubuntu.com/ARM/** TEGRA/AC100 <https://wiki.ubuntu.com/ARM/TEGRA/AC100>) - Host : i386 Desktop PC / Ubuntu 12.04 - Toolchain on host : sudo
2001 Feb 01
1
minor psy.c modifications
Hello! Some minor bugfixes... source: psy.c function: _vp_psy_init 1. '-' or '+' in this line? maxoc=toOC((n*.5f - .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; maxoc=toOC((n*.5f + .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; 2. I know: sizeof(float *) and sizeof(float) are 4 bytes long, but... old lines: p->noisemedian=_ogg_malloc(n*sizeof(float *)); p->noiseoffset=_ogg_malloc(n*sizeof(f...
2000 Dec 21
6
oggenc: feature request
I have a small feature request for oggenc: Can a command line option be added to allow the user to set the first serial number to be used for the output ogg stream? This only takes a few lines of code, actually. Rationale: it is quite helpful for debugging other encoders. If oggenc is the "reference" encoder, ensuring that your new whiz-bang encoder has diffable output to oggenc is a
2001 Jan 17
0
bitrate scaling by freq / quality bug ? / comments
...((x)==0.)? -9e20:log(fabs(x))*8.68588963806503678f) #define todB_nn(x) (((x)==0.)? -400:log(x)*8.68588963806503678f) #define fromdB(x) (exp((x)*0.115129254649702278f)) // 0.69314718055994529 = log(2.0) // 1.44269504088896339 = 1.0/log(2.0) // 6.96578428466208699 = log(125.0)*1.0/log(2.0) #define toOC(f) (log(f)*1.44269504088896339F-6.96578428466208699F) #define fromOC(o) (exp(((o)+6.96578428466208699F)*0.69314718055994529F)) that's all regards Attila Padar --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this l...