search for: q9

Displaying 20 results from an estimated 83 matches for "q9".

2010 Nov 17
3
Fatal Error R
.... First, I'm thankful about your wonderful project. However, I have serious worries about the reliability of R. I found the next bug which I consider important because in my job everytime We work with datanames like next. Please see below: b=data.frame(matrix(1:9,ncol=3)) names(b)=c("q99","r88","s77") >b q99 r88 s77 1 1 4 7 2 2 5 8 3 3 6 9 > b$q9 [1] 1 2 3 Please note that the variable q9 does not exist in the dataframe, but you can see that R show q9 (as q99). Thank in advanced Cordially Jos? Fernando Zea Castro Statistic...
2005 Nov 12
1
computation on a table
Hello, I have a table (1) of the form q1 q3 q4 q8 q9 A 5 2 0 1 3 B 2 0 2 4 4 I have another table (2): q1 q2 q3 q4 q5 q6 q7 q8 q9 C 10 7 4 2 6 9 3 1 2 I would like to divide the numbers in table (1) by the number of the appropriate column in table (2): q1 q3 q4 q8 q9 A 5/10 2/4 0/2 1/1...
2002 Jul 24
2
quality question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I'm going from .wav --> .ogg -q9 --> .ogg -q7 do I suffer any ill effects or is it just like going from .wav --> .ogg -q7 ?? I ask because I think I want to go down a bit more as the size of the files are around 10mb or so. I can get them from source again and go straight to - -q7 if need be. - -- Robert Cole -----BEG...
2006 Oct 06
3
Theora file size
Hi I was surprised with size of Theora files and thought of feedback. Following 1minute duration Theora and Xvid files were made from a y4m file. The resolution is 1280x720: 1. Xvid 17MB 2. Ogg/Theora Q7 31MB 3. Ogg/Theora Q8 38MB 4. Ogg/Theora Q9 49MB 5. Ogg/Theora Q10 61MB The Xvid file was made using mencoder by 2 passes with following options: bitrate=2500:autoaspect:chroma_opt:vhq=4:bvhq=1:quant_type=mpeg:pass=1 The encoder_example was used to create Ogg/Theora files. It was noted y4m to Theora encoding was the fastest that I hav...
2011 Sep 01
0
[PATCH 5/5] resample: Add NEON optimized inner_product_single for floating point
..." + " vld1.32 {q8}, [%[a]]!\n" + " subs %[remainder], %[remainder], #4\n" + " vmul.f32 q0, q4, q8\n" + " bne 4f\n" + " b 5f\n" + "1:" + " vld1.32 {q4, q5}, [%[b]]!\n" + " vld1.32 {q8, q9}, [%[a]]!\n" + " vld1.32 {q6, q7}, [%[b]]!\n" + " vld1.32 {q10, q11}, [%[a]]!\n" + " subs %[len], %[len], #16\n" + " vmul.f32 q0, q4, q8\n" + " vmul.f32 q1, q5, q9\n" + " vmul.f32 q2, q6, q10\n" + " vm...
2007 Feb 20
0
Standardized residual variances in SEM
....1 0.0e+00 Q2 <--- G param3 0.63 0.073 8.5 0.0e+00 Q3 <--- G param4 0.74 0.066 11.2 0.0e+00 Q4 <--- G param6 0.81 0.068 11.9 0.0e+00 Q6 <--- G param7 0.65 0.060 11.0 0.0e+00 Q7 <--- G param9 0.60 0.059 10.1 0.0e+00 Q9 <--- G param10 0.64 0.065 9.9 0.0e+00 Q10 <--- G param11 0.72 0.054 13.3 0.0e+00 Q11 <--- G param12 0.59 0.063 9.3 0.0e+00 Q12 <--- G param13 0.61 0.069 8.7 0.0e+00 Q13 <--- G param14 0.70 0.074 9.6 0.0e+00 Q14 <--- G...
2013 May 21
0
[PATCH] 02-
...mples at a time */ + "movs %5, %3, lsr #4;\n" + "beq .celt_fir1_process16_done_%=;\n" + + ".celt_fir1_process16_%=:\n" + /* Load 16 x values in q0, q1 lanes */ + "vld1.16 {q0-q1}, [%0]!;\n" + + /* Init four 32 bits sum in q7, q8, q9, q10 lanes */ + "vshll.s16 q7, d0, %[SIGSHIFT];\n" + "vshll.s16 q8, d1, %[SIGSHIFT];\n" + "vshll.s16 q9, d2, %[SIGSHIFT];\n" + "vshll.s16 q10, d3, %[SIGSHIFT];\n" + + /* Make previous samples vector for MAC in q5, q6 lanes */ + &...
2012 Jul 05
2
[LLVMdev] RE : Vector argument passing abi for ARM ?
...gned load: bar: @ @bar @ BB#0: @ %L.entry push {r11, lr} add r0, r1, #2 vldr s0, [r1] vldr s2, [r0] # <= here load is misaligned vmovl.u8 q8, d0 vmovl.u8 q9, d1 vmovl.u16 q8, d16 vmovl.u16 q9, d18 vmov r0, r1, d16 vmov r2, r3, d18 bl zzz(PLT) pop {r11, pc} with LLVM trunk, assembly looks like: bar: @ @bar @ BB#0: @ %L.entry push {r11, lr}...
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
...mples at a time */ + "movs %5, %3, lsr #4;\n" + "beq .celt_fir1_process16_done_%=;\n" + + ".celt_fir1_process16_%=:\n" + /* Load 16 x values in q0, q1 lanes */ + "vld1.16 {q0-q1}, [%0]!;\n" + + /* Init four 32 bits sum in q7, q8, q9, q10 lanes */ + "vshll.s16 q7, d0, %[SIGSHIFT];\n" + "vshll.s16 q8, d1, %[SIGSHIFT];\n" + "vshll.s16 q9, d2, %[SIGSHIFT];\n" + "vshll.s16 q10, d3, %[SIGSHIFT];\n" + + /* Make previous samples vector for MAC in q5, q6 lanes */ + &...
2012 Jul 05
0
[LLVMdev] RE : Vector argument passing abi for ARM ?
...@ @bar > @ BB#0: @ %L.entry > push {r11, lr} > add r0, r1, #2 > vldr s0, [r1] > vldr s2, [r0] # <= here load is misaligned > vmovl.u8 q8, d0 > vmovl.u8 q9, d1 > vmovl.u16 q8, d16 > vmovl.u16 q9, d18 > vmov r0, r1, d16 > vmov r2, r3, d18 > bl zzz(PLT) > pop {r11, pc} > > with LLVM trunk, assembly looks like: > > bar: @ @bar > @ BB#0:...
2001 Nov 19
1
Slow writes from DOS client
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Michael Stein.vcf Type: application/octet-stream Size: 455 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20011119/3a683333/MichaelStein.obj
2009 Nov 12
1
Transforming a dataframe into a response/predictor matrix
...ent, as shown below: Lastname Firstname CATALOG_NBR Email StudentID EMPLID Start 1 alastname afirstname 1213 *@uark.edu 10295236 # 12/2/2008 2 anotherlastname anotherfirstname 1213 **@uark.edu ## 10295236 9/3/2008 Xattempts Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 Q12 Q13 Q14 Q15 Q16 Q17 Q18 Q19 1 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 1 2 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 Q20 Q21 Q22 Q23 Q24 Q25 Q26 Q27 Q28 Q29 Q30 Q31 Q32 Score Form CRSE_GRADE_OFF 1 0 0 0 0 0...
2014 Dec 07
3
[LLVMdev] NEON intrinsics preventing redundant load optimization?
....data[i]; return result; } void TestVec4Multiply(vec4& a, vec4& b, vec4& result) { result = a * b; } With -O3 the loop gets vectorized and the code generated looks optimal: __Z16TestVec4MultiplyR4vec4S0_S0_: @ BB#0: vld1.32 {d16, d17}, [r1] vld1.32 {d18, d19}, [r0] vmul.f32 q8, q9, q8 vst1.32 {d16, d17}, [r2] bx lr However if I replace the operator* with a NEON intrinsic implementation (I know the vectorizer figured out optimal code in this case anyway, but that wasn't true for my real situation) then the temporary "result" seems to be kept in the generated...
2012 Sep 21
5
[LLVMdev] Question about LLVM NEON intrinsics
...* %C ret void } declare <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float>, <4 x float>) nounwind readnone I've got following code generated: ... vmaxf32: @ @vmaxf32 @ BB#0: vld1.64 {d16, d17}, [r2] vld1.64 {d18, d19}, [r1] vmax.f32 q8, q9, q8 vst1.64 {d16, d17}, [r0] bx lr ... Now if use <16 x float> vectors instead of <4 x float>: define void @vmaxf32(<16 x float> *%C, <16 x float>* %A, <16 x float>* %B) nounwind { %tmp1 = load <16 x float>* %A %tmp2 = load <16 x float>* %B...
2002 Jun 23
1
peeling as I understand it (was Re: When will quality increase be unnoticable?)
...on after RC4's release. After 1.0 is out the door, then some attention will be paid to "hinting" to make peeling easier, and peeling tools will finally be written. It is suspected that RC3 or RC4 or 1.0 files may not peel perfectly. That is, if a file is encoded at (for example) q9, and subsequently "peeled" to q6, it may not sound quite as good as the same file originally encoded at q6. So they'll peel, and the bitrate (and filesize) will be right where you want it, but the quality may be sub-optimal. But this depends probably on how "smart" the...
2012 Jul 05
0
[LLVMdev] Vector argument passing abi for ARM ?
Hi Sebastien, > Thanks for the quick answer, how do I know which type is legal/illegal with respect to calling convention ? the code generators are supposed to produce working code no matter what the parameter type is. The fact that the ARM ABI doesn't specify how <2 x i8> is passed just means that the code generators can pass it using whatever technique it feels like (since it
2015 Mar 19
4
How to boot CentOS 7 in Text mode in default?
...lRFGpFNDrj26ss > 8oytjT0iNaNaeYYaz8UZFpL7HAoC2YzTKOIX8G0aganrGhitTTZFYwp8Rpvi9T9i > DUAqllDSQ57ed6cUrT9XY6nccMclrm53fPpy3F2EwyL6EbUCUItuCXibe+Cyjco7 > eiw47FL6Gz4QOacE+7me2YmUVKG/8xqF8x+mR9uPN9IFruhgiEuYdfFITiElATRw > /1N8zlJanIVKfSDj6wCSWyDmtXwS8AEKdNrVcKjlwySExbC5xbzv+sklxQPDM4J+ > q9+4ctMJ47M4ceBfMNe3Q/TA+kStnCZ4yRAIMr5sbKPX3ctxGZngmX4bbuvdHLSU > So2h2oYKxNTkelK61KbI > =RPOy > -----END PGP SIGNATURE----- > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
2013 Feb 04
6
[LLVMdev] Vectorizer using Instruction, not opcodes
...topping the vectorizer, but it does add a lot of costs where there are none... ** C code: int direct (int k) { int i; int a[256], b[256], c[256]; for (i=0; i<256; i++){ a[i] = b[i] * c[i]; } return a[k]; } ** ASM vectorized result: adr r5, .LCPI0_0 vdup.32 q9, r1 vld1.64 {d16, d17}, [r5, :128] add r1, r1, #4 vadd.i32 q8, q9, q8 cmp r3, r1 vmov.32 r5, d16[0] add r6, lr, r5, lsl #2 add r7, r2, r5, lsl #2 vld1.32 {d16, d17}, [r6] add r5, r4, r5, lsl #2...
2011 Sep 01
6
[PATCH 0/5] ARM NEON optimization for samplerate converter
From: Jyri Sarha <jsarha at ti.com> I optimized Speex resampler for NEON capable ARM CPUs. The first patch should speed up resampling on any platform that can spare the increased memory usage. It would be nice to have these merged to the master branch. Please let me know if there is anything I can do to help the the merge. The patches have been rebased on top of master branch in
2002 Jul 27
1
ABX at q8
...ettings ......... I use q8, because: - I was able to ABX some test samples up to q4.99 - at q8 Ogg is still around 3.5x smaller than lossless - it sounds perfect to me!! I was just courious to know if anyone out there is able to distinguish from the original (ABX) Vorbis 1.0 at around q8 (or q7 to q9) on "NORMAL MUSIC" (not special test samples)?? What about q5 to q7? Thank you all. Bostjan <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.or...