similar to: optimizing float to int conversions

Displaying 20 results from an estimated 300 matches similar to: "optimizing float to int conversions"

2002 Aug 09
1
oggenc core dump
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 <p>Hello, I have encountered a situation where oggenc core dumps. I am using vorbis-tools 1.0 on Solaris 8 x86. This is the command line: oggenc -b 128 -a "Keith, Toby" -t "Losing My Touch" -l "Unleashed" \ - -N "06" -o "Keith, Toby - 06. Losing My Touch.ogg" audio_06.wav Here is a
2005 Jan 22
5
Checking accuracy of the output
We've made a little change that changed the output of vorbis is there a way to check the accuracy of the output against the original output? I also asked this question in the irc ... Thanks, Tal.
2004 Mar 22
1
apsort
you probably don't want the ~2% perf improvement below... but i figured i'd post it anyhow :) well... i do suggest the use of fabsf() rather than fabs() -- gcc doesn't seem smart enough to figure out fabs() when you ask it to compile "-mfpmath=sse". but the #else part uses properties of ieee-754 float layout which you may or may not be interested in (ab)using. basically
2002 Jul 25
2
libvorbis-1.0 bug with solaris 5.8 re: apsort
I have found a bug in libvorbis-1.0. I have found a fix, but need to know in what format and to where to sumbit the patch. It involves a quirky qsort in Solaris 5.8 that dumps core without the patch. The fix involves editing vorbis/lib/psy.c <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a
2006 Nov 21
1
Samba selectively obeying pam restrictions
Having a difficult problem getting my pam_access.so module enforced on a 3.0.22 version of Samba. Here is my /etc/pam.d/samba file: auth required pam_winbind.so debug account required pam_access.so account sufficient pam_winbind.so debug account include system-auth session include system-auth session required pam_winbind.so debug My
2004 May 05
0
Wine release 20040505
This is release 20040505 of Wine, a free implementation of Windows on Unix. This is still a developers only release. There are many bugs and unimplemented features. Most applications still do not work correctly. WHAT'S NEW with Wine-20040505: (see ChangeLog for details) - Many more filesystem improvements, including autodetection of drive types and devices, and support
2005 Feb 23
1
Wine-20040505 and vstserver
Hi list, I'm currently trying to get an app running called "vstserver" on Fedora Core 3. I have installed wine-20040505 and wine-devel-20040505, and installed those older versions, cause it is recommended not to use the newest wine version in the README. I have found that most vstserver-users had good experiences with version 20040505 of wine. I have tried others too, i always get
2004 May 10
1
probs w/ make and make install
cd `dirname dlls/__install-lib__` && make install-lib rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a cd `dirname advapi32/__install__` && make install
2004 Aug 06
2
icecast cvs patch
This is *nothing* major, just a minor tweak that makes FreeStream's rebroadcast system work smoother. It is a patch for icecast CVS( checked out at 20040505 20:00UTC), That simply adds to format_vorbis.c the ability to read more vorbis_comment information (namely; comment, info and length) Hopefully this can be useful. -- Justin Zeigler, a.k.a. Barbicane (jzeigler@freestream.net)
2000 Nov 15
8
Optimisations
Looking through the archives I have seen talk of making CPU specific optimisations for Vorbis, a la MMX/3DNow!/SSE. The feeling I gather is to wait until something is working well in C before committing to any kind of specific optimisation. What if oft used and needed DSP functions were identified and standardised DSP functionality be written for Vorbis? This would seperate the basically
2004 Jul 12
2
Problem with wine and Photoshop 7.0
To start off here is my version: drew@taz:~/downloads [14:26:56] -> wine -v Wine 20040505 When I run photoshop like this: wine "C:\\Program Files\\Adobe\\Photoshop 7.0\\Photoshop.exe" I get a little window form with an "OK" button that has "Adobe Photoshop 7.0" as it's title. I click OK, and it quits out. Any suggestions ? - Drew
2004 Oct 15
1
Wine question - sort of... program that ran now crashes
Hi, I run Gentoo on my audio box and for the last few weeks have been using a fairly complex setup that uses Wine-20040505. In this environment I am able to run small Windows apps called 'VSTs' under Wine and using Jack for pretty much real time audio performance. It had been working very well. From a Linux perspective the signal flow looked a bit like:
2002 Jul 26
1
libvorbis-1.0 patch for Solaris 5.8 buggy libc qsort.
Solaris 5.8 has a quirky qsort that requires the ability to recognize elements as equal. here is a patch I have created to deal w/ this problem. I apologize if the patch is in the wrong format and would love to be corrected if wrong. I used the following to create the patch libvorbis-1.0> diff -u lib/psy.c lib/psy_new.c > libv.patch <p><p><p><p> --------------
2004 Oct 09
3
Quicken 2004 Report windows
Hi, I'm currently running Wine-20040505. Quicken 2004 Premier Edition runs very well on this version except for reports. There are some reports that display jsut fine and other that don't display at all. Ant transaction summary report that I do causes Quicken and the report window to minimize. When I maximize them by hand the report window appears to be all black and I cannot
2004 Oct 26
2
old Wine from CVS
Hi, I'm debugging an audio problem that started sometime post wine-20040505. That release works fine, but running under wine-20040615 the program fails. Looking at the Changelog for 0615 it says that 'lots of audio bugs were fixed'. Probably true, but it looks like one was created. So, how can I download Wine for a specific date? Say wine-20040525. I tried to figure out these
2004 May 05
1
ogg123 patch for title's file.
This is *nothing* major, just a minor tweak that make FreeStream's rebroadcast system work smoother. A patch for ogg123 that is an update of Matt London's patch[1] for vorbis-tools-1.0 release to vorbis-tools CVS 20040505 20:00UTC, it enables a "-g $file" option that will send read vorbis comments to $file. Hopefully this can be useful. [1] http://pkl.net/~matt/ogg123-ml1.patch
2013 Jan 04
0
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
PS: Another possibility is to do link-time optimization, since at that point the optimizers are capable of finding out if that global is used anywhere else or not.
2004 Jun 11
2
wine is6 problems
Hi all, I am trying to install an application which uses Install Shield 6 under wine (wine-20040505, built from source). I copied over stdole32.tlb from windows installation. There are no other native DLLs apart from this. But the setup crashes. I have enclosed the backtrace. Googling led me to many threads with similar problems. Various options I tried were : - Using native oleaut32.dll
2009 Mar 05
0
predict.fda - NAs are not allowed in subscripted assignments
Dear R users, I'm trying to perform flexible discriminant analysis (fda) with method bruto. I applied the fda function on my training data: bruto.fda <- fda (fda.formula,data=train.data) where fda.formula is: PRES ~ VA_D123 + VA_D124 + VA_D127 + VA_DARU + VA_DCAN + VA_DFON + VA_DLAP + VA_DRID + VA_DRIR + VA_VVEG + VA_WDIN + VA_DIF3 + VA_DIF4 + VA_DIF5 + VA_CAAC + VA_CABC +
2004 Sep 20
1
Cannot disable the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual