search for: timewise

Displaying 10 results from an estimated 10 matches for "timewise".

Did you mean: timebase
2010 Jul 23
3
[LLVMdev] Questions about GPU code generation/ VS development
...to drive the whole compilation process, considering I will operate on high level concepts, eg convolutions, frequency analysis, error metrics? Or should I do break down these things first and then use LLVM for the lower level code? 3. ATM I'm using VS2008 as my environment, and LLVM from head. Timewise, am I shooting myself in the foot? I'm hesitant to switch to another platform, as I have a lot of experience with VS, but I'm unsure how well the LLVM support stacks up to Mac/Linux support. 4. I'm using my own custom 3d engine, which should have it's routines called dynamically. Do...
2006 May 24
5
rxml vs rhtml
I have been wondering if anyone here knows which format is faster for your templates? I am curious cause in the near future I may be using some expensive scripts (timewise) and would like to try and squeak out as much performance as possible. Is Ruby like other languages (ASP classic for example) that inccur a penalty by switching between HTML and Ruby Code? Ben -- Posted via http://www.ruby-forum.com/.
2004 Dec 29
3
Windows vignettes, shQuote, texi2dvi
I noticed a shQuote fix for Windows in the svn logs. Just wanted to point out that this will favorably affect texi2dvi on Windows which previously used UNIX quoting and so generated an incorrect Windows command. (Note that texi2dvi is used when creating vignettes.) Another problem is that the recommended tex distribution for Windows, fptex, does not have texi2dvi in the first place. The
2008 Feb 11
4
Seeking to granules in discontinuous streams
...ket from the disc stream on the first bisection (to find the backlink). For the second bisection, it is enough to seek to a time before that backlink, as streaming in will eventually encounter the backlinked packet, and that's enough for our purposes. Therefore, the second bisection can be done timewise on the main continuous codec (eg, the accompanying theora video). If there is no accompanying theora video (or similar), then I don't think the problem happens, since you'll be swamped by kate packets anyway, since there'll be nothing else there, so you don't waste time looking for...
2010 Jun 29
1
[PATCH]: PPC/Altivec implementations of SAD and SSD
Hi, This patch adds Altivec-optimized implementations of oc_enc_frag_sad and oc_enc_frag_ssd. This patch is against the latest svn revision of theora-ptalarbvorm. Speeds up encode on a plant stop-motion clip on a 1 GHz PPC 7447 by ~3%, timewise. Time spent in oc_enc_frag_sad is reduced from 4.2% to 2.3% and oc_enc_frag_ssd from 1.2% to 1.0%, as reported by Shark. Currently this is only integrated into the Xcode build project and need support for detecting Altivec on platforms other than OS X; on OS X it uses the sysctl hw.vectorunit. Th...
2008 Feb 11
0
Seeking to granules in discontinuous streams
...; bisection (to find the backlink). For the second bisection, it is > enough to > seek to a time before that backlink, as streaming in will > eventually encounter > the backlinked packet, and that's enough for our purposes. > Therefore, the > second bisection can be done timewise on the main continuous codec > (eg, > the accompanying theora video). We need to work out recommendations for this. And it depends on your purposes: the mod_annodex thing of trying to efficiently serve a chunk out of an existing file is the most demanding. But even for generic playba...
2010 Feb 25
2
error using pvcm() on unbalanced panel data
Dear all I am trying to fit Variable Coefficients Models on Unbalanced Panel Data. I managed to fit such models on balanced panel data (the example from the "plm" vignette), but I failed to do so on my real, unbalanced panel data. I can reproduce the error on a modified example from the vignette: > require(plm) > data("Hedonic") > Hed <- pvcm(mv ~ crim + zn + indus
2008 Feb 07
2
Seeking to granules in discontinuous streams
> No particular answers, but I can at least point out that the way > things were designed for CMML was to work with the existing Ogg > seeking algorithm. The idea is that a generic seeking routine can work > on any Ogg file, as long as it knows the granulepos->time mapping for > the logical bitstreams in the file. That's why all the > timestamp-related info is crammed into
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation
2011 Mar 01
11
Did rails or shoulda go insane on the inflection of 'taxes'?
I have a model ''xp_jurisdiction_taxes'' which rails (3) created correctly. Another model ''xp_jurisdiction_states'' has many :xp_jurisdiction_taxes. In my spec I am using a shoulda helper to test the association but get the following error. BTW, greped the whole project just in case and the string ''taxi'' exists nowhere. 1)