Displaying 3 results from an estimated 3 matches for "scratch5".
Did you mean:
scratch2
2002 Jan 31
6
PDC problems
...eation off Logon script
root preexec = /usr/local/netlogon/logonscript.pl %U %M %m
root postexec = /usr/local/netlogon/logoutscript.pl %U %M %m
path = /usr/local/netlogon
[homes]
comment = Home directories
browseable = yes
read only = no
create mode = 0750
[Accounting]
path = /scratch5/acct
valid users = wallacek,heathk,@acct
create mode = 775
[HR_Dept]
path = /scratch5/hr_dept
valid users = wallacek,heathk,@hr
create mode = 775
[Credit]
path = /scratch5/credit
valid users = wallacek,heathk,@credit
create mode = 775
[Management]
path = /scratch5/management
valid u...
2013 May 21
0
[PATCH] 02-
...d4", "d5", "d6", "d7"
+ );
+ ac0 += 1+n;
+
+ shift = celt_ilog2(ac0)-30+10;
+ shift = (shift+1)/2;
+ for(i=0;i<n;i++)
+ xx[i] = VSHR32(xx[i], shift);
+ }
+
+ while (lag>=0)
+ {
+ opus_val16 * xx1 = xx+lag;
+ opus_val16 * xx2 = xx;
+ int scratch4, scratch5;
+
+ __asm__ __volatile__(
+ "veor.s32 q0, q0;\n" //Clear sum, q0 will contain 4 sum
+ "movs %3, %4, lsr #4;\n" //(n-lag)/16
+ "beq .celt_autocorr_process16_done_%=;\n"
+
+ /* Process 16 samples at a time */
+ ".celt_autocorr_process16_%=:\n&qu...
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
...d4", "d5", "d6", "d7"
+ );
+ ac0 += 1+n;
+
+ shift = celt_ilog2(ac0)-30+10;
+ shift = (shift+1)/2;
+ for(i=0;i<n;i++)
+ xx[i] = VSHR32(xx[i], shift);
+ }
+
+ while (lag>=0)
+ {
+ opus_val16 * xx1 = xx+lag;
+ opus_val16 * xx2 = xx;
+ int scratch4, scratch5;
+
+ __asm__ __volatile__(
+ "veor.s32 q0, q0;\n" //Clear sum, q0 will contain 4 sum
+ "movs %3, %4, lsr #4;\n" //(n-lag)/16
+ "beq .celt_autocorr_process16_done_%=;\n"
+
+ /* Process 16 samples at a time */
+ ".celt_autocorr_process16_%=:\n&qu...