search for: cdxv

Displaying 3 results from an estimated 3 matches for "cdxv".

Did you mean: cdev
2004 Feb 16
1
Documentation bug? domadm privileges
...t describes how to determine what sequence of reboots, logouts, domain removal and reattachments and Samba restarts is necessary to assure integrity of any given operation when dealing with Samba? Then I discovered another place in Samba HOWTO that contains example: Section 31.2. Migration Options cdxv (why the heck were the Arabic numerals replaced with Roman? Comparison of two Roman numeral takes about a minute to me and decreases the speed of manual binary search for a given page by several orders of magnitude) 5. Now assign each of the UNIX groups to NT groups: [...] # First assign well know...
2003 Feb 19
4
Block Coding Pattern
...if encoder version < 6 and the second pattern is used in encoder version >= 6. None of the code to support the second pattern is ever called. Is there an encoder with a version >= 6? The code in question is QuadDecodeDisplayFragments() vs. QuadDecodeDisplayFragments2() in CoreLibs/CDXV/Vp31/dx/generic/Frarray.c. They follow different pattern rules. But the second version is never called. Thanks... -- -Mike Melanson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message t...
2007 Mar 25
3
MMX patch to speed up Theora decoding
...things: * MMX loop filter based on Rudolf Marek's patch in http://lists.xiph.org/pipermail/theora-dev/2005-August/002838.html * MMX IDCT based on Rudolf Marek's patch in http://lists.xiph.org/pipermail/theora-dev/2005-July/002816.html and the code in http://svn.xiph.org/trunk/vp32/CoreLibs/CDXV/Vp31/dx/win32/ * change FiltBoundingValue to ogg_int16_t and reduce it to 256 entries. (It is safe if I read the spec correctly) * comment out unused idct_short__c, remove unused LoopFilterLimitValuesV2 An --enable-mmx option is added to configure (you need to run autogen.sh to enable it after pat...