search for: twiddl

Displaying 20 results from an estimated 284 matches for "twiddl".

Did you mean: twiddle
2014 Dec 29
2
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize
Hi Timothy, It requires some extra effort if twiddles and input/output have different bit width. Since Opus uses int32 for twiddles, we are going to do the same thing. Thanks, Phil Wang -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please...
2015 Jan 19
1
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize
Hi Jean-Marc, I have implemented fixed-point FFT with 32-bit twiddles. Now I want to evaluate the accuracy, what method does Opus use? I use function implemented inside Ne10 to calculate SNR. Any comment? | size | SNR (dB) | | 16 | 82.558587 | | 32 | 83.530298 | | 60 | 80.292433 | | 64 | 82.752950 | | 120 | 79.625077 | | 128 | 83.091260 | | 240...
2018 Sep 19
1
Textures Twiddling/Swizzling
Thanks for the last info it was truely helpful. Anyways, I'm currently trying to implement 3D textures into yuzu, as far as I know they are twiddled in a different manner to 2D textures. Could one of you guys point me in the right direction? I've been meddling around: https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/nouveau/nv50/nv50_tex.c but I can't see where the swizzling actualy takes place. -------------- next part...
2009 Jun 03
0
Add callback for twiddling DCT data
Hi, Attached is the first version of the DCT callback. It's still a bit WIP, but now you have something to refer to when I'm rambling :) Best Regards, Thorvald -------------- next part --------------
2014 Dec 29
0
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize
On 28/12/14 11:04 PM, Phil Wang wrote: > It requires some extra effort if twiddles and input/output have > different bit width. Since Opus uses int32 for twiddles, we are going > to do the same thing. Actually, the existing Opus code has 16-bit twiddles, mostly because it makes it possible to use smulwb on ARMv5E. That being said, I agree that for Neon it makes sense to...
2011 Jan 10
1
Backing up from windows to macintosh
...thing that I'd want to do should be simple: an rsync -az --delete of the entire drive, to back up all of the files. But that's not everything on the windows machine. And this is what I have not seen discussed or mentioned anywhere. Windows files have two names, the normal long name and a twiddle name that is seen in the registry. If the twiddle name is different on restoration, some registry entries will break. Windows files can have alternate data streams, and I haven't seen any indication of how to back those up. Windows files have ACL's that are not compatible with Macintosh...
2004 Jan 01
2
sound driver advise needed
Hello-- How do I twiddle the sound drivers? I'm not that experienced with kernel twiddling and driver loading. I have Redhat 9. My previous attempts to play with the kernel and load extra drivers always ended with a new kernel that wouldn't boot. I know asterisk doesn't like to play with sound interfaces tha...
2010 Sep 23
2
rspec runner setting $KCODE considered harmful?
...adopting the $KCODE=''u'' semantics in my application, but this led me to a couple comments/questions I thought would be relevant to raise with other rspec-minded folks: - Is it necessary for rspec to set $KCODE or is this a bug? Wouldn''t it be better if it didn''t twiddle any magical globals that change interpreter-wide behaviors? It reminds me of the bad days of perl when some distant code would unexpectedly change out your line terminator character on you. - It seems like a good idea to call out all the things the rspec environment changes that affect natural ru...
2010 Apr 22
9
Gentoo on HP DL380 G6
Hi, i''am trying to build a Gentoo Dom0-kernel booting a HP DL380 G6. Has anyone twiddled a working kernel configuration for this hardware? i do have the linux-2.6.32-xen-r1 sources checked out by portage and tried some configurations. Olaf _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Dec 20
0
[LLVMdev] Proposal for -filetype=obj full big endian support
Hi Jack, I would have expected the Mips backend to be using these routines (or more likely something on top of them) to emit the contents of the data and text sections and thus have the bit-twiddling done by these routines. I take it that's not happening? Basically, this should already work without any additional infrastructure. If it's not, something is broken and bypassing the mechanisms they should be using to output data. -Jim On Dec 20, 2011, at 12:21 PM, Carter, Jack wrote:...
2011 Dec 20
2
[LLVMdev] Proposal for -filetype=obj full big endian support
Jim, I see routines that are already available to do the endianizing, but the data and text section contents don't have sizing for the individual elements as far as I can see so that I can endianize them. That is the part I am trying to solve, not the bit twiddling algorithm. Did I miss something? Jack ________________________________________ From: Jim Grosbach [grosbach at apple.com] Sent: Tuesday, December 20, 2011 11:58 AM To: Carter, Jack Cc: List Subject: Re: [LLVMdev] Proposal for -filetype=obj full big endian support Hi Jack, Everything should b...
2018 Nov 06
4
Rather poor code optimisation of current clang/LLVM targeting Intel x86 (both -64 and -32)
Hi @ll, while clang/LLVM recognizes common bit-twiddling idioms/expressions like unsigned int rotate(unsigned int x, unsigned int n) { return (x << n) | (x >> (32 - n)); } and typically generates "rotate" machine instructions for this expression, it fails to recognize other also common bit-twiddling idioms/expressions. The...
2018 Aug 10
2
Call for testing: OpenSSH 7.8
...ound to actually running it, so 4.14 is > what's presently live on the system. If you want I think you should be able > to replicate that aspect via 'xbps-install linux4.14' (and then of course > booting said kernel). I booted to linux-4.14 and test_kex still passes. Have you twiddled any sysctls related to ASLR or security? -d
2013 Jan 05
0
Small changes to big objects (2): Local Reference Classes
...represent data can avoid copying that's not needed, while retaining the standard R functional semantics, or close to that. For a quick look, see ?LocalReferenceClasses. Here is the idea. We imagine that our object has components/slots/attributes/fields "BigData", say, and "twiddle". With normal R evaluation, replacing "twiddle" in the object will cause internal duplication of the whole thing, in the very likely case that we pass some object, myX say as argument x to a function. As soon as the evaluator sees a replacement function, "@<-", &qu...
2000 Jun 23
4
problme with scp, and suggestion for fix
...ssh 2.1.1p1, under solaris. I noticed that I had problems running scp. It seems that it could not find the executable on the remote end. This was odd, becuase it existed in /usr/local/bin, publically executable, and /usr/local/bin/was in the users' normal PATH (exported, even). So finally, I twiddled the source to make it call /usr/local/bin/scp, instead of just "scp". When I ran a strings on scp, it seems you have done a semi=similar hardcode of the path to ssh. /usr/local/bin/ssh turns up as a string in scp. So please do the same thing for the full path to scp, as well.
2019 Jan 17
2
Removing LLVM_ALWAYS_INLINE from ADT classes
...rds is to put development effort into ensuring that tablegen > > doesn't need asserts enabled in order to catch invalid inputs. > > +1. This is exactly the reason I'm nervous about making > LLVM_OPTIMIZED_TABLEGEN on by default. As someone who does a fair > amount of .td twiddling and also occasionally hacks on TableGen itself, > I almost never build it optimized. > Maybe LLVM_OPTIMIZED_TABLEGEN could do Release+Asserts builds? (I don't have any opinion on anything here, just throwing out ideas) > > -David > --------------...
2008 Sep 23
1
fxp multicast forwarding problems
...peated ... Attempted workarounds which don't work to un-wedge the chip: Reload the fxp0 microcode with "ifconfig fxp0 link0" Forcibly unloading the kernel module and reloading it Unpatching and repatching at the switch (a cheap 10/100 one) Enabling and disabling promiscuous mode Twiddling dev.fxp.0.noflow The link status looks fine, but the card will not send or receive traffic. A warm reboot was enough to get things back up again. regards, BMS
2013 Oct 16
2
[Hivex] OS X and iconv
...oving them to a temporary folder, and when I did that and rebuilt, Hivexml ran without a hitch. So, what would work in configure.ac to get Hivex to remove /usr/local/lib from the library paths for OS X, but just for iconv? Or is the correct answer to file a complaint with Apple and commence thumb-twiddling? --Alex [1] http://stackoverflow.com/a/18170376/1207160 [2] http://stackoverflow.com/a/4929905/1207160 [3] https://trac.macports.org/ticket/28302
2005 Apr 25
2
rebuilding anaconda for centos 4.0
...not syncing: VFS: Unable to mount root fs on unknown-block(3,2) Help or pointers to applicable docs very welcome. -- Dave Thompson ( thomas(at)cs(dot)wisc(dot)edu ) Associate Researcher Department of Computer Science University of Wisconsin-Madison http://www.cs.wisc.edu/(twiddle)thomas 1210 West Dayton Street Madison, WI 53706-1685 --
2010 May 20
13
send/recv over ssh
I know i''m probably doing something REALLY stupid.....but for some reason i can''t get send/recv to work over ssh. I just built a new media server and i''d like to move a few filesystem from my old server to my new server but for some reason i keep getting strange errors... At first i''d see something like this: pfexec: can''t get real path of