search for: derfs

Displaying 20 results from an estimated 82 matches for "derfs".

Did you mean: defs
2004 May 14
3
New experimental theora implementation
Derf's from-scratch alternate implementation of the theora codec is now publicly available from our subversion repository. http://svn.xiph.org/experimental/derf/theora-exp/ This exciting new codebase promises superiour performance, and the encoder is capable of higher quality output than the current represenation, taking advantage of the bitstream extension we've added to the
2004 Sep 24
2
derf README
I was just looking at http://svn.xiph.org/experimental/derf/theora-exp/README and this is what it says about the encoder, <snip> The encoder is highly experimental. It currently generates valid bitstreams using ALL of the decoder features supported above. However, it is also currently broken, producing pretty horrible quality files with high bitrates. This should be tracked down and
2006 Oct 06
2
lmer output
When I do lmer models I only get Estimate, Standard Error and t value in the output for the fixed effects. Is there a way I get degrees of freedom and p values as well? I'm a very new to R, so sorry if this a stupid question. Thank you - Mike Mike Ford Centre for Speech and Language Department of Experimental Psychology Downing Street Cambridge CB2 3EB Tel: +44 (0) 1223 766559 Fax: +44
2008 Jan 28
0
[AGI 1.4] Why doesn't Asterisk complain?
Hello I've read in the documentation that we should use the CLI version of PHP when using it to write scripts called by AGI, because the prepended HTML bits would confuse Asterisk when it got a reply from the script through STDIN. And still, the following works OK, although the CLI version available in AstLinux prepends some HTML: =================== pbx tmp # cat /tmp/test.php
2016 Sep 04
0
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
Linfeng Zhang wrote: > Created corresponding unit test, and the optimization is bit exact with C > function. How are you building/running these tests? None of the tests (from any of the patches starting with the second) build for me on 32-bit ARMv7 with --enable-fixed-point, or even on x86. Example errors: CCLD tests/test_unit_optimization tests/test_unit_optimization.o: In
2016 Sep 06
2
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
Hi Timothy, Could you please share your make configuration? I tested on this morning's master with my first 2 patches with the following configurations and all work fine. ARM Fixed-point ./configure --build x86_64-unknown-linux-gnu --host arm-linux-gnueabihf --enable-fixed-point --enable-intrinsics CFLAGS='-O3' --disable-shared ARM Floating-Point: ./configure --build
2010 Sep 23
2
Ptalarbvorm is now in trunk
We're about ready to do a 1.2 alpha release from the ptalarbvorm tree, and as such it's no longer experimental. I've replaced the theora svn trunk with a copy of derf's experimental tree; please do subsequent development toward the release there. The old 1.1.x trunk is available as http://svn.xiph.org/branches/theora-1.1 if you need it. -r
2016 Aug 26
2
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
Created corresponding unit test, and the optimization is bit exact with C function. --- silk/SigProc_FIX.h | 7 ++- silk/arm/arm_silk_map.c | 12 ++++ silk/arm/inner_prod_aligned_arm.h | 58 +++++++++++++++++++ silk/arm/inner_prod_aligned_neon_intr.c | 66 ++++++++++++++++++++++ silk/enc_API.c
2009 Jan 28
1
[LLVMdev] Copy Instructions?
...simultaenously? > > There is only one definition of x and it has to happen before the > > use of > > x in the phi defining y, doesn't it? > > PHIs can't depend on each other. So just to be clear, this means that all phi uses are considered to execute before any phi derfs? -Dave
2010 Apr 23
3
Ptalarbvorm ffmpeg2theora Windows binary
ffmpeg2theora nightly builds found at http://firefogg.org/nightly/ still uses Thusnelda. Where can I get a Ptalarbvorm version for Windows? Regards
2003 Oct 30
1
spare bits in the theora keyframe header
Monty, Derf and I were discussing some theora bitstream improvements. He was curious about the spare bits in the keyframe header. There's a keyframe type bit which is always DCT_KEY_FRAME aka '0' and two spare bits. You took out a lot of similar extra bits in the VP3 code. Do you remember anything about the motivation for leaving this one in? Given the constant, were there plans
2004 May 12
1
theora specification document
Hi guys, instead of sleep, I had a thorough read of the Theora 1 Specification document last night. It's a turning into a really good document and I'll have more detailed feedback tomorrow. Cheers, Silvia. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2005 Mar 09
2
VP3 Compatibility and SIMD Optimizations
Hi, A few questions: Is libtheora strictly backward compatible with VP3? Can I set it up to shove raw VP3 data through and trust it to decode the same way as On2's open source code did, loop filters and all? Also, is libtheora just supposed to be a C-based reference implementation? I was looking through the code and noticed a distinct lack of any kind of optimizations. Naive tree-based
2006 Jun 26
1
libtheora API documentation
Hi, The documentation for the libtheora API is a little bit sparse - for example, information about whether yuv_buffer structs should be managed by the user or the library is missing. From talking to derf, and from what I can see in the example files, the user allocates the struct but not the luma/chroma buffers on decode; and the user allocates both the struct and the luma/chroma buffers on
2008 Mar 17
1
Realizing Users in Nodes
I''m trying to work with Users and the realize function, and it''s driving me batty. Puppet is 0.23.2. My definition looks something like: class virtual_users { @user { fred : uid => 500 ... } @user { derf : uid => 501 ... } } node base-node { include virtual_users } node "testnode.domain.local" inherits base-node { realize User[fred] } puppetd
2008 Feb 18
2
dynamic change video quality........
I am going to change video quality parameter frame by frame. So i find a parameter called* thisframequalityvalue* for this task. so i changed *cpi-> Configuration.ActiveMaxQ*(set "1" for half of the frames and set "63" for other half of frames)* *manually to change *thisframequalityvalue *parameter in *UpdateFrame *frame function. But quality was not changed. Why is
2003 May 21
1
gcc 3.2 warnings
This is mostly for derf, but others may be interested too. Attached are the warnings (stderr log) from compling theora under gcc 3.2.3 (Debian). There quite a few. Many of them are spurious, but some indicate real bugs. In particular it seems likely we have more unitialized variables since Dan reports differing encoder output depending on the compiler used. In general, we need to go through
2004 Mar 12
2
release priorities
So, release priorities. I have all of derf's proposed bitstream changes accounted for in the reference encoder, if not supported in the decoder. These are going to be released as alpha 3 to get the new bitstream changes out for wider testing while we work on spec and implementations of the extensions. The remaining issue is the broken buffering in splayer. I'll take care of that
2003 Oct 26
1
getting ready for alpha 3
I've just committed an image flip for compatibility with VP3 lossless transcode. Thanks to mau and derf for verifying that this was needed. It's a little hacky on the decode side; suggestions for improvement are welcome. Since this is a bitstream change, and we're still a ways from having a complete spec (which is the gating item for beta 1 and the bitstream freeze) we're
2008 Dec 20
3
Christmas tree
Hi, I've built a christmas tree type of Ogg stream as a kind of torture test for players. It passes oggz validate, but I had a lot of trouble to get it right (in particular, the ogg streams to merge had to be passed in a very specific order on the oggz merge command line to avoid creating a stream that oggz validate would moan about) so I'm not confident it's a valid stream, so if