Displaying 4 results from an estimated 4 matches for "64277".
Did you mean:
642,7
2011 Jun 29
5
[Urgent] Email Retrieval from remote servers doesn't use Dovecot
...Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
1033/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
1033/dovecot
tcp 0 0 0.0.0.0:64277 0.0.0.0:* LISTEN
2068/skype
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
1295/cupsd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
1389/master
tcp 0 0 0.0.0.0:993 0.0.0.0:*...
2013 Nov 21
1
[PATCH] suggestions for R-lang manual
Attached is a patch with suggestions for the R-lang manual at r64277.
Below are a few comments (some are implemented in the patch):
In the section "Objects", there is a table introduced by "The
following table describes the possible values returned by typeof". One
of the results is "any". Can "any" be returned by "typeo...
2005 Jul 20
1
MMX IDCT for theora-exp
...order low word to high */
+#define MaskOffset 0
+/* 7 cosines come in order pi/16 * (1 ... 7) */
+#define CosineOffset 32
+#define EightOffset 88
+#define IdctAdjustBeforeShift 8
+
+
+ogg_uint16_t __attribute__((aligned(8),used)) idctconstants[(4+7+1) * 4];
+ogg_uint16_t idctcosTbl[ 7] =
+{
+ 64277, 60547, 54491, 46341, 36410, 25080, 12785
+};
+
+/* I'm leaving original VP3 table even I'm not using it whole. It can be used
+ for MMX quantzation later - Ruik */
+
+void fillidctconstants_mmx(void)
+{
+ int j = 16;
+ ogg_uint16_t * p;
+
+ do
+ {
+ idctconstants[ --j] = 0;
+ }...
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