search for: nickhil

Displaying 6 results from an estimated 6 matches for "nickhil".

2006 Nov 15
0
[LLVMdev] LowerCALL (TargetLowering)
Hi Nickhil, The Legalizer expects lower'd call is the node that produce the same number of values as the non-lowered node. That's what the assertion is checking. Take a look at the LowerCall routine for any other targets. You will see that in the non-void function case, it returns a MERGE_VALU...
2006 Nov 15
2
[LLVMdev] LowerCALL (TargetLowering)
Hi, I am trying to write a LowerCALL() function for my (custom) target ISA. All I need to do is map a CALL instruction directly onto an SDNode that takes an equal number of arguments (very much alike intrinsics, except that these are custom to my target.) I do not need to implement any call sequences, stack frames etc. I get the following assertion failure: llc: LegalizeDAG.cpp:834:
2006 Nov 15
1
[LLVMdev] LowerCALL (TargetLowering)
Hi Evan, On Wed, Nov 15, 2006 at 10:17 -0800, Evan Cheng wrote: > Hi Nickhil, > > The Legalizer expects lower'd call is the node that produce the same > number of values as the non-lowered node. That's what the assertion > is checking. > > Take a look at the LowerCall routine for any other targets. You will > see that in the non-void fun...
2009 Jul 02
4
Using a mobile phone via USB as an extension
I have had a search for this, but didn't come up with any results, so maybe I am using the wrong terms, sorry if this is an FAQ. For those who want to forward their incoming voice calls to a mobile, it could be a cheaper option to call a mobile from another mobile on the same network. This probably wouldn't be useful for users in USA, Canada or Hong Kong as costs to call a mobile is
2005 Aug 21
6
Theora, great stuff!
I manage the audio-video section of the GNU web site http://audio-video.gnu.org/. I have tried the Theora codec and am very impressed by the level of integration with free desktops and the bit rate/quality combinations. I intend to move all video content to the Theora codec partly for technical reasons but mainly to promote free and open formats. I do have longer term worries, projecting
2005 Nov 06
1
Piping AVI to ffmpeg2theora
I wish to transcode an AVI from 29fps to 15fps theora. I have tried many combinations. The nearest I have so far is to: 1) ffmpeg -i input.avi -f avi -vcodec rawvideo -acodec pcm_s16le -r 15 -ar 22050 -ac 1 intermediate.avi then 2) ./ffmpeg2theora-0.15.linux.bin -f avi -c1 -H 22050 -o out.ogg intermediate.avi This gives me an output I want, however, the intermediate uncompressed stage