search for: prefilt

Displaying 20 results from an estimated 21 matches for "prefilt".

Did you mean: prefile
2007 Dec 23
1
Problem with initialize of S4 classes
Dear all Below is the code for "scriptPreFilter.R" which gives the following result: > source("scriptPreFilter.R") > prefltr <- new("PreFilter", mad=c(0.5,0.01)) [1] "------initialize:PreFilter------" [1] "------initialize:Filter------" > str(prefltr) Formal class 'PreFilter'...
2006 Nov 15
1
I wish the prefilter[speex_preprocess()] function work faster on ARM..
Hi,all I do some work on ARM cpu with VS2005, speex1.2beta. I use the FIXED_POINT define and it works well of codec and decode. but the speex_preprocess() still cannot work real time. I look into the soucecode , and didn't find any fix-point #ifdef computation . So I wish there should be some fix in the future version. If you already done the similar, pls tell me , thanks! Fan
2004 Apr 20
0
SAMBA 3.0.2 printing problem
...ar/2004:10:30:44 +0200] [Job 121] Option: FastRes=Off --> Setting option D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %% FoomaticOpt: FastRes=Off D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: FastRes=Off --> Setting option D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %%BeginFeature: *PreFilter No D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: PreFilter=No --> Setting option D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %% FoomaticOpt: PreFilter=No D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: PreFilter=No --> Setting option D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %...
2011 Dec 12
0
limit ranges in hexbin
...rs for hexbin like this. hbin<-hexbin(x, y, xbins = 50, xbnds = c(0, 5000)) However, hexbin does not like it: Error in hexbin(x, y, xbins = 50, xbnds = c(0, 5000)) : 'xbnds' must encompass range(x). Is there some other way to enforce limits in x and y? Otherwise, I could, of course, prefilter my data. 2) The second problem is limiting the count values. My counts are strongly dominated by one bin. So I end up with that bin being black and some others very light gray. I would like to set the black value to some lower number. Of course, some bins will be saturated then, but for that...
2010 Nov 16
1
Question on new release.
Hi Jean-Marc, First, I just wanted to point out that the link on the download page to download 0.9.1 actually points to the 0.9.0 tarball. I'm pretty excited to try it out. Second, I was wondering if you could tell us what the ENABLE_POSTFILTER conditional compilation flag actually does? Thanks, John Ridges
2011 Apr 18
3
CELT grabbing 100KB of memory right off the top
Is there a particular reason why CELT grabs 100KB of stack immediately? Is that really required or can that be trimmed down some/a lot? -a
2014 Feb 19
1
virtualfolders all mails minus duplicates
Hello everyone, i'm trying to mess up a bit with virtual folders and i'm trying to perform something like this: i'd like to create an IMAP virtual folder which shows me all the emails in in INBOX and subfolders but by removing "duplicates" what i mean as duplicates? simply i can recognize duplicate emails as the ones with the same message-id in the header (this was just an
2013 Aug 15
2
preskip and seeking suing Opus
Yes, that's a start. Ultimately, though, I'm hoping to reduce the 80ms requirement, and am trying to get a handle on what state in the decoder must converge and what complications I might be up against. I'm also only considering CELT-based encodings if that simplifies things. I know that Opus can do inter-frame energy envelope prediction, but that dependency can be eliminated by
2003 Feb 18
2
windows client use Linux printer
Hi, Well, my previous attempt to get info on that matter was lame and therefore no one replied. Here is a second attempt. I need info about how to configure samba server and the windows (2000) client to use a printer on the samba server machine. I read the article: http://de.samba.org/samba/ftp/docs/htmldocs/Samba-HOWTO-Collection.html#AEN833 but all I got from it was confusion. I need a
2016 Aug 23
0
[PATCH 8/8] Optimize silk_NSQ_del_dec() for ARM NEON
...*NSQ, /* I/O NSQ state */ SideInfoIndices *psIndices, /* I/O Quantization Indices */ const opus_int32 x_Q3[], /* I Prefiltered input signal */ @@ -335,7 +335,7 @@ static OPUS_INLINE void silk_noise_shape_quantizer_del_dec_sse4_1( opus_int predictLPCOrder, /* I Prediction filter order */ opus_int warping_Q16, /* I...
2016 Aug 23
2
[PATCH 7/8] Update NSQ_LPC_BUF_LENGTH macro.
NSQ_LPC_BUF_LENGTH is independent of DECISION_DELAY. --- silk/define.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/silk/define.h b/silk/define.h index 781cfdc..1286048 100644 --- a/silk/define.h +++ b/silk/define.h @@ -173,11 +173,7 @@ extern "C" #define MAX_MATRIX_SIZE MAX_LPC_ORDER /* Max of LPC Order and LTP order */ -#if( MAX_LPC_ORDER >
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...\ - vmovdqa .Lpre_tf_hi_s1, t1; \ + vmovdqa .Linv_shift_row(%rip), t4; \ + vbroadcastss .L0f0f0f0f(%rip), t7; \ + vmovdqa .Lpre_tf_lo_s1(%rip), t0; \ + vmovdqa .Lpre_tf_hi_s1(%rip), t1; \ \ /* AES inverse shift rows */ \ vpshufb t4, x0, x0; \ @@ -68,8 +68,8 @@ vpshufb t4, x6, x6; \ \ /* prefilter sboxes 1, 2 and 3 */ \ - vmovdqa .Lpre_tf_lo_s4, t2; \ - vmovdqa .Lpre_tf_hi_s4, t3; \ + vmovdqa .Lpre_tf_lo_s4(%rip), t2; \ + vmovdqa .Lpre_tf_hi_s4(%rip), t3; \ filter_8bit(x0, t0, t1, t7, t6); \ filter_8bit(x7, t0, t1, t7, t6); \ filter_8bit(x1, t0, t1, t7, t6); \ @@ -83,8 +83,8 @@ fil...
2002 Jul 16
9
my printers are still paused in Win2k and WinNT 4.0
Hello, It seems that I am in printer hell once again :) I am trying to sort out some printer problems with our UNIX server. The basic problem is this. I have a test server to K.I.S.S the problem. On this server I have defined two queues which are csqlis and HPfinley. csqlis seems to work correctly and displays ready. HPfinley always reads Paused on win2k and NT40 clients. The output of the lpq
2003 Dec 01
0
No subject
...get the impression that you are not too experienced with this stuff. So, I will be garrulous. It seems odd that they would configure your server to print locally with samba. That doesn't make much sense to me. I would try to set up a raw print queue on your linux server in printcap to dump your prefiltered jobs from windows clients directly to the printer, which will be delivered to your linux server by samba. Now, for those drivers. I would first try installing the drivers locally on a windows client using the appropriate windows drivers. I would direct these print jobs to your linux client to a...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2018 May 23
33
[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v3: - Update on message to describe longer term PIE goal. - Minor change on ftrace if condition. - Changed code using xchgq. - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce dynamic relocation space on mapped memory. It also simplifies the relocation process. - Move the start the module section next to the kernel. Remove the need for -mcmodel=large on modules. Extends