Displaying 16 results from an estimated 16 matches for "mcomp".
Did you mean:
comp
2004 Sep 15
1
[Fwd: Re: Theora mcomp tuning...]
-------------- next part --------------
An embedded message was scrubbed...
From: "Timothy B. Terriberry" <tterribe@vt.edu>
Subject: Re: [Theora-dev] Theora mcomp tuning...
Date: Wed, 15 Sep 2004 11:15:06 -0400
Size: 1329
Url: http://lists.xiph.org/pipermail/theora-dev/attachments/20040915/b5cce84d/Theora-devTheoramcomptuning...mht
2004 Sep 15
1
Theora mcomp tuning...
...ed to a trunk build with Wim's
fix already added, for fair comparison) but I've seen as
much as 20% improvement (and sometimes the result is
even a fraction of a % bigger, ho hum), most pronounced
at lower quality levels.
Regards,
--Adam
-------------- next part --------------
Index: lib/mcomp.c
===================================================================
--- lib/mcomp.c (revision 7715)
+++ lib/mcomp.c (working copy)
@@ -96,10 +96,10 @@
cpi->MVPixelOffsetY[i] = (cpi->MVOffsetY[i]*LineStepY) + cpi->MVOffsetX[i];
}
-static ogg_uint32_t GetInterErr (unsigned char * N...
2007 Feb 11
3
merge words=data name
...ste("M3$N",2456,sep="")
I get
> my.data
[1] "M3$N2456"
But I want to get something equivalent to
my.data<- M3$N2456
Is there any way to do it?
It's important, because the second part are randomly chosen.
(The data that I would like to extract are in package Mcomp.)
Thanks in advance,
Rob
2003 May 08
3
MMX and extended-MMX acceleration patch for encoding
Hello,
attached is a gzipped patch file to the lib/mcomp.c source file of theora
(as of AnonCVS current version) that implements MMX and extended-MMX
optimizations in the most frequently used functions of the encoder (as
shown by gprof).
This is more a proof of concept than a real request for inclusion into the
source tree. My personal intent was more t...
2007 Oct 09
1
VC6 Patch
...ile
-SOURCE=..\lib\frinit.c
+SOURCE=..\lib\dec\decode.c
# End Source File
# Begin Source File
-SOURCE=..\lib\huffman.c
+SOURCE=..\lib\dec\dequant.c
# End Source File
# Begin Source File
-SOURCE=..\lib\idct.c
+SOURCE=..\lib\enc\dsp.c
# End Source File
# Begin Source File
-SOURCE=..\lib\mcomp.c
+SOURCE=..\lib\enc\x86_32_vs\dsp_mmx.c
# End Source File
# Begin Source File
-SOURCE=..\lib\misc_common.c
+SOURCE=..\lib\enc\encode.c
# End Source File
# Begin Source File
-SOURCE=..\lib\pb.c
+SOURCE=..\lib\enc\encoder_huffman.c
# End Source File
# Begin Source File
-SOURCE=..\lib\pp....
2008 Apr 10
2
Delay occurred when the makefile change
...encode.c \
enc/encoder_huffman.c \
enc/encoder_idct.c \
enc/encoder_toplevel.c \
../net/nbs_client.c \
../net/nbs_setsignal.c \
enc/encoder_quant.c \
enc/blockmap.c \
enc/common.c \
enc/dct.c \
enc/dct_decode.c \
enc/frarray.c \
enc/frinit.c \
enc/mcomp.c \
enc/misc_common.c \
enc/pb.c \
enc/pp.c \
enc/reconstruct.c \
enc/scan.c \
enc/dsp.c
if CPU_x86_64
enc_arch_dir = enc/x86_64
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...encode.c \
enc/encoder_huffman.c \
enc/encoder_idct.c \
enc/encoder_toplevel.c \
../net/nbs_client.c \
../net/nbs_setsignal.c \
enc/encoder_quant.c \
enc/blockmap.c \
enc/common.c \
enc/dct.c \
enc/dct_decode.c \
enc/frarray.c \
enc/frinit.c \
enc/mcomp.c \
enc/misc_common.c \
enc/pb.c \
enc/pp.c \
enc/reconstruct.c \
enc/scan.c \
enc/dsp.c
if CPU_x86_64
enc_arch_dir = enc/x86_64
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_...
2006 Sep 02
0
New forecasting bundle of packages
...ools for displaying and analysing forecasts. It comprises
the following packages:
* forecast: Functions and methods for forecasting.
* fma: All data sets from Makridakis, Wheelwright and Hyndman
(1998) Forecasting: methods and applications, Wiley & Sons: New
York.
* Mcomp: All data from the M1 and M3 forecast competitions.
Key features:
* a "forecast" method and class which can be applied to Arima, StructTS,
HoltWinters and other time series models. This is preferred to predict()
as it provides output in a consistent format (the "forecast" cl...
2006 Sep 02
0
New forecasting bundle of packages
...ools for displaying and analysing forecasts. It comprises
the following packages:
* forecast: Functions and methods for forecasting.
* fma: All data sets from Makridakis, Wheelwright and Hyndman
(1998) Forecasting: methods and applications, Wiley & Sons: New
York.
* Mcomp: All data from the M1 and M3 forecast competitions.
Key features:
* a "forecast" method and class which can be applied to Arima, StructTS,
HoltWinters and other time series models. This is preferred to predict()
as it provides output in a consistent format (the "forecast" cl...
2007 Nov 14
0
forecasting package installation errors
...imulate' is not exported by 'namespace:stats'
Execution halted
ERROR: lazy loading failed for package 'forecast'
** Removing '/opt/app/R-2.1.1/lib/R/library/forecast'
** Removing '/opt/app/R-2.1.1/lib/R/library/fma'
** Removing '/opt/app/R-2.1.1/lib/R/library/Mcomp'
The downloaded packages are in
/tmp/RtmplNa4PN/downloaded_packages
Warning message:
installation of package 'forecasting' had non-zero exit status in:
install.packages("forecasting", dependencies = TRUE)
Any help would be greatly appreciated.
-Dan
--
---
Daniel P. Robb
7...
2010 Jul 20
0
MMX version of Theora
...theora_static_d.lib(encode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(decode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(dct_encode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(mcomp.obj) : error LNK2001: unresolved external symbol
_dsp_funcs
1>theora_static_d.lib(scan.obj) : error LNK2001: unresolved external symbol
_dsp_funcs
1>theora_static_d.lib(dct_decode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(pp.obj) : error LNK2001: unr...
2010 Jun 28
1
Exponential Smoothing: Forecast package
Hey,
I am using the ets() function in the forecast package to find out the best
fit parameters for my time-series. I have about 50 sets of time series data.
I'm currently using the function as follows:
ets(x,model="AZZ",opt.crit="mse")
As to my observation about 5-10 of them have been identified by ets to have
a trend and an alpha, beta values have been thrown up -
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
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.
2005 May 15
3
adjusted p-values with TukeyHSD?
hi list,
i have to ask you again, having tried and searched for several days...
i want to do a TukeyHSD after an Anova, and want to get the adjusted
p-values after the Tukey Correction.
i found the p.adjust function, but it can only correct for "holm",
"hochberg", bonferroni", but not "Tukey".
Is it not possbile to get adjusted p-values after
2009 Sep 27
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* bdoc (1.0)
Michael Anderson
http://crantastic.org/packages/bdoc
This package contains a function that will classify DNA barcodes as
well as a few test and reference data sets.
* bdsmatrix (1.0)
Terry Therneau
http://crantastic.org/packages/bdsmatrix
This is a special case of sparse matrices, used by coxme and