search for: pbi

Displaying 20 results from an estimated 27 matches for "pbi".

Did you mean: abi
2004 Apr 01
1
Theora MVect not defined in coding mode 0
Just wondering if someone can help me out... I'm testing the core of my decoder filter (win32)... and when i get into this function: tatic void DecodeMVectors ( PB_INSTANCE *pbi,ogg_uint32_t SBRows,ogg_uint32_t SBCols ) The decoding mode is 0. When it attempts to do these lines.... pbi->FragMVect[FragIndex + 1].x = MVect[1].x;pbi->FragMVect[FragIndex + 1].y = MVect[1].y; pbi->FragMVect[FragIndex + pbi->HFragments].x = MVect[2].x; pbi->FragMVect[FragIndex...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2010 Apr 08
0
[LLVMdev] Check the location of the definition of a Value object
...ot an instruction, then it's definitely not defined in the entry block. 2) Use the result of dyn_cast<Instruction>(pb) to get the basic block in which the instruction is defined. So, you do // Entry is a Basic Block pointer pointing to the function's entry block if (Instruction * PBI = dyn_cast<Instruction>(pb)) { if (PBI->getParent() == Entry) // pb is an instruction defined in the entry basic block. -- John T. > I have the following LLVM bytecode: > > ------------------------ > entry: > ... > %2 = call i32 (...)* @atoi(i8*%1) nounw...
2008 Feb 15
2
Seeking to granules in discontinuous streams
On 15-Feb-08, at 6:44 AM, ogg.k.ogg.k@googlemail.com wrote: > Well, it doesn't quite work because the second part of the gpos is > an offset, > rather than absolute, and the precision we shed on one, we need to > recover > on the other one, to keep the ability to timestamp events at the > correct > granularity. It would have worked if the second part was absolute
2010 Apr 08
2
[LLVMdev] Check the location of the definition of a Value object
Hello, How to check whether a value object is within a particular basic block or not. I have the following LLVM bytecode: ------------------------ entry: ... %2 = call i32 (...)* @atoi(i8*%1) nounwind ... -- bb1: .. %5 = icmp sgt i32 %2, %i.0 ... ----------------- Here I got the corresponding pointer of the Value object of *%2*. How can I check whether it is defined in *entry* or
2006 Oct 09
0
ReconRefFrames() - Possible Bug?
...ross+1; /* fragment valid for prediction use if coded and it comes from same frame as the one we are predicting */ for(k=pcount=wpc=0; k<4; k++) { int pflag; pflag=1<<k; if((bc_mask[WhichCase]&pflag) && pbi->display_fragments[fn[k]] && (Mode2Frame[pbi->FragCodingMethod[fn[k]]] == WhichFrame)){ v[pcount]=pbi->QFragData[fn[k]][0]; wpc|=pflag; pcount++; } } In the If statement the fn[k] va...
2002 Aug 05
3
Cross-Compiling VP3 lib on Linux
...help develop: http://xine.sf.net) The plugin appeared to work all right in that it did not crash. The picture is a bit scrambled. It looks like too many pixels (or not enough pixels) are being copied from the source planes. I'm using the ThisFrameRecon YUV buffer pointer member of the PBI struct as the final display frame. I'm using the [Y|U|V]DataOffset members in order to index into the buffer. Is that the right thing to do? Thanks... -- -Mike Melanson <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http...
2008 Feb 18
0
Seeking to granules in discontinuous streams
...ule rate fraction is the same for both base and offset, so backwards compatibility is kept for streams encoded with the existing method. For reference, the code difference between the two methods is: Current method (from libtheora's toplevel.c): ogg_int64_t iframe=granulepos>>pbi->keyframe_granule_shift; ogg_int64_t pframe=granulepos-(iframe<<pbi->keyframe_granule_shift); return (iframe+pframe)* ((double)pbi->info.fps_denominator/pbi->info.fps_numerator); Proposed method (from libkate's kate_granule.c): base=granulepos>>ki->...
2006 Jul 24
2
[theora in hardware] Contents of YUV_BUFFER_ENTRY
Hi everyone, it's my first e-mail to this list (my classmates from college have sent a few though), so i'ld like first to greet everyone and congratulate all the people responsible for all the work with this theora project. So, to my question: As you probably know, we are working on an implementation of the theora codec on hardware. I'm currently responsible for getting the function
2008 Feb 22
2
Seeking to granules in discontinuous streams
...offset, so > backwards compatibility is kept for streams encoded with the existing > method. > > > > For reference, the code difference between the two methods is: > > Current method (from libtheora's toplevel.c): > > ogg_int64_t iframe=granulepos>>pbi->keyframe_granule_shift; > ogg_int64_t pframe=granulepos-(iframe<<pbi->keyframe_granule_shift); > > return (iframe+pframe)* > ((double)pbi->info.fps_denominator/pbi->info.fps_numerator); > > Proposed method (from libkate's kate_granule.c): >...
2016 Sep 06
2
usar un for para cambiar indice
Estimados usuarios-de-R: Tengo un problema. Si por ejemplo tengo una lista conformada por la serie historia del PBI de 10 paƬses. >Tiempo <- seq(1:100) >plot(Tiempo, PP$"Serie 1", type="l",col="1") >lines(Tiempo, PPcapita$"Serie 2") >lines(Tiempo, PPcapita$"Serie 3") >lines(Tiempo, PPcapita$"Serie 4") >lines(Tiempo, PPcapita$"...
2004 Aug 04
2
theora_decode_init bug
I found a bug in theora_decode_init when I was implementing the decoder. theora_decode_init should be zeroing the theora state structure right? memset(th, 0, sizeof(theora_state)); // Erik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20040805/26350ca4/attachment.htm
2010 Aug 02
0
Bordeaux 2.0.6 for FreeBSD and PC-BSD Released
...dia plug ins, Added Support for VLC 1.1.0, Added Support for Google SketchUp 7.1 (NVIDIA Video Card Recommended), Added many fixes for Steam, More fixes to the Bordeaux UI and Cellar Manager. Bordeaux 2.0.6 was built on FreeBSD 8, PC-BSD 8 and PC-BSD 7.1 We provide a .sh installer for FreeBSD and .pbi installers for PC-BSD. Depending on sales, we plan to add Pulse Audio to the next BSD release. So if you would like to have Pulse Audio in Wine on FreeBSD and PC-BSD make a purchase. Help spread the word! We bundle our own Wine build and many tools and libraries that Wine depends upon. With this...
2007 Jul 10
0
Theora Hardware: Integration with LEON is completed!
...ink next step would be the to do a video controler. Then, we will have all the process on FPGA at final of my GSoC! I just was having a doubt. Is the UpdateUMV the last step of decodification? I saw on libtheora that after UpdateUMV there is the function PostProcess. void PostProcess(PB_INSTANCE *pbi) Is this function just a optimization for software? (that would be unecessary for hardware) Do you think that will be necessary more one module of decodification between UpdateUMV and video controler? Cheers, -- Andr? Costa Gerente T?cnico Projeto BrazilIP LSC IC-UNICAMP Cel: + 55 13 9201 187...
2010 Apr 13
0
BSD Magazine 04/2010 Hosting BSD
...without dbus/hald and with three kings FreeBSD Handbook suggests (check section 5.4.2 Configuring X11), that running sysutils/hal (hald) and devel/dbus daemons is mandatory to have working x11/xorg . nothing further from the truth. Slawomir Wojtczak (vermaden) a.. Converting a FreeBSD Port Using PBI Builder This is an excerpt from the "Becoming a Developer" chapter of the recently released book, The Definitive Guide to PC-BSD. Dru Lavigne a.. BSD File Sharing - Part 2. SAMBA Last time I wrote about NFS on different BSD's. This time I am going to dedicate this article of the ser...
2003 Nov 25
10
PCI 3.3 V
Why PCI 3.3V for E1/T1 card!? I can not use it because I can not find any motherboard with PCI 3.3 . Any sugestions!? Cristian VASILIU AccessNET International S.A. Software Programmer mail to :<cvasiliu@accessnet.ro> www:<http://cvasiliu.home.ro>
2013 Feb 21
1
Problem with managesieve proxy
Hi folks, I'm setting up a new dovecot email service and have a proxy server running in front of it to facilitate migrating users from my very old UW-IMAP-based mail server to the new one. I have a mysql proxy table that directs inbound IMAP and LMTP connections to the correct server, works great. Managesieve connections are not working through the proxy using either with the sieverules
1997 Feb 05
0
bliss version 0.4.0
[mod: Forwarded by Jeff Uphoff. I tried to mangle the headers that it appears as the original post: with an invalid return address. -- REW] A few months back, a very alpha version of bliss got posted. That shouldn''t have happened, but, it was pretty much ignored so I didn''t worry about it. But now it seems there''s a bit of a fuss about this. I''ll post the
2012 Jul 15
0
[Freenas-announce] FreeNAS 8.2.0-RC1
.... 7. Add HTTP error 404 redirection page. OS/Third party ------------------------ 1. Create zpools using gptid instead of device names. 2. Include sudo in system. 3. Improvements to save debug. 4. Allow multiple rsyncs to run in parallel. Plugins ------------------------ 1. Removed need to have pbi-manger installed to build PBIs. Bugfixes ======================== GUI ------------------------ 1. Fix for mounting filesystems with spaces in the name. 2. Fix issue with OAuth with http(s) ports. 3. Fix parsing of zpools with mixed striped disks and vdevs. OS/Third party -----------------------...
2003 Dec 01
0
No subject
...not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the informationin any medium. Return-Path: <lutzray@pacbell.net> Delivered-To: samba@lists.samba.org Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by lists.samba.org (Postfix) with ESMTP id C6E265314 for <samba@lists.samba.org>; Fri, 8 Jun 2001 14:04:20 -0700 (PDT) Received: from lutzray.pacbell.net ([64.165.17.248]) by mta7.pltn13.pbi.net (Sun Internet Mail Server sims.3.5.2000.03.23.18....