Displaying 4 results from an estimated 4 matches for "srcdata".
2004 Sep 15
1
Theora mcomp tuning...
...ataPtr[5] );
+ DiffVal += SquaredDifference( NewDataPtr[6], RefDataPtr[6] );
+ DiffVal += SquaredDifference( NewDataPtr[7], RefDataPtr[7] );
if ( DiffVal > BestSoFar )break;
@@ -258,12 +264,12 @@
return DiffVal;
}
-static ogg_uint32_t GetHalfPixelSumAbsDiffs (unsigned char * SrcData,
- unsigned char * RefDataPtr1,
- unsigned char * RefDataPtr2,
- ogg_uint32_t PixelsPerLine,
- ogg_uint32_t ErrorSoFar,
-...
2012 Jun 19
1
Possible bug when using encomptest
...quired libraries:
library(nlme)
library(lmtest)
library(plyr)
##Create a noisy slope (spoofing real-world data):
fakeData<-c(rnorm(10))+seq(0,5,length=10)
##Create a data frame of data to test. The columns
##model1 and model2 contain my basis functions
modelFrame<-as.data.frame(
list(
srcData=fakeData,
model1=seq(0,1,length=10),
model2=c(rep(0,5),rep(1,5))
)
)
##Create all data to be fitted
allData<-ldply(1:2,function(x){modelFrame$modelFactor<-x;return(modelFrame)})
##Apply models by factor:
models1<-lmList(srcData ~ model1 | modelFactor,data=allData)
models2<-l...
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
2012 Jan 19
0
StarCraft 2 Installer not working
I have the retail copy of StarCraft 2 and I'm trying to install it. Everytime I tried to load it the installer says there is no data. I'm running on Arch Linux 64-bit.
"fixme:process:GetLogicalProcessorInformation ((nil),0x33f5c4): stub
fixme:ole:OleCreateStaticFromData (srcdata=0x7dd84c, refiid={00000112-0000-0000-c000-000000000046}, renderopt=2, formatetc=0x7dd864, client=0x866528, storage=0x12ebb8, ppv=0x33ecbc), stub!"
That's the only error I get. Has anyone ran in to this problem?