HomeSort by relevance Sort by last modified time
    Searched refs:q5 (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 35 vabs.s16 q5, q1
38 vcge.s16 q11, q5, q11
59 vadd.s16 q5, q7
64 vqdmulh.s16 q5, q9
70 vshr.s16 q5, #1
74 veor.s16 q5, q3
79 vsub.s16 q5, q3
82 vand.s16 q5, q11
87 vtst.16 q15, q5, q8 ;non-zero element is set to all 1 in q4, q5
    [all...]
vp8_subpixelvariance16x16s_neon.asm 57 vext.8 q5, q4, q5, #1
63 vrhadd.u8 q2, q4, q5
67 vsubl.u8 q5, d1, d23
81 vpadal.s16 q8, q5
113 vmull.s32 q5, d0, d0
150 vld1.8 {q5}, [r2], r3
209 vmull.s32 q5, d0, d0
255 vext.8 q5, q4, q5, #
    [all...]
vp8_memcpy_neon.asm 34 vld1.8 {q4, q5}, [r1]!
37 vst1.8 {q4, q5}, [r0]!
shortfdct_neon.asm 62 vmull.s16 q5, d22, d4[1] ;i=1
67 vmlal.s16 q5, d24, d5[1]
72 vmlal.s16 q5, d26, d6[1]
77 vmlal.s16 q5, d28, d7[1] ;sumtemp for i=1
82 vrshr.s32 q1, q5, #16
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 31 vld1.16 {q4, q5}, [r0] ; r q
53 vmul.i16 q5, q5, q1
62 ; q4: l4r4 q5: l12r12
72 vqdmulh.s16 q7, q5, d0[2]
74 vqdmulh.s16 q9, q5, d0[0]
91 ; q5: 12 + 12 * cospi : c1/temp2
93 vqadd.s16 q5, q5, q9
97 vqsub.s16 q2, q6, q5
    [all...]
idct_dequant_full_2x_neon.asm 31 vld1.16 {q4, q5}, [r0] ; r q
49 vmul.i16 q5, q5, q1
54 ; q4: l4r4 q5: l12r12
64 vqdmulh.s16 q7, q5, d0[2]
66 vqdmulh.s16 q9, q5, d0[0]
83 ; q5: 12 + 12 * cospi : c1/temp2
85 vqadd.s16 q5, q5, q9
89 vqsub.s16 q2, q6, q5
    [all...]
  /external/valgrind/main/none/tests/arm/
neon128.c 358 TESTINSN_imm("vmov.i32 q5", q5, 0x700);
372 TESTINSN_imm("vmvn.i32 q5", q5, 0x700);
391 TESTINSN_imm("vbic.i32 q5", q5, 0x700);
439 TESTINSN_bin("vand q4, q6, q5", q4, q6, i8, 0xff, q5, i16, 0x57);
445 TESTINSN_bin("vbic q4, q6, q5", q4, q6, i8, 0xff, q5, i16, 0x57)
    [all...]
neon128.stdout.exp 8 vmov.i32 q5, #0x700 :: Qd 0x00000700 0x00000700 0x00000700 0x00000700
9 vmov.i32 q5, #0x700 :: Qd 0x00000700 0x00000700 0x00000700 0x00000700
33 vmvn.i32 q5, #0x700 :: Qd 0xfffff8ff 0xfffff8ff 0xfffff8ff 0xfffff8ff
34 vmvn.i32 q5, #0x700 :: Qd 0xfffff8ff 0xfffff8ff 0xfffff8ff 0xfffff8ff
65 vbic.i32 q5, #0x700 :: Qd 0x55555055 0x55555055 0x55555055 0x55555055
66 vbic.i32 q5, #0x700 :: Qd 0x151d181d 0x141c181c 0x131b181b 0x121f181f
120 vand q4, q6, q5 :: Qd 0x00570057 0x00570057 0x00570057 0x00570057 Qm (i8)0x000000ff Qn (i16)0x00000057
125 vbic q4, q6, q5 :: Qd 0xffa8ffa8 0xffa8ffa8 0xffa8ffa8 0xffa8ffa8 Qm (i8)0x000000ff Qn (i16)0x00000057
140 veor q4, q6, q5 :: Qd 0xffa8ffa8 0xffa8ffa8 0xffa8ffa8 0xffa8ffa8 Qm (i8)0x000000ff Qn (i16)0x00000057
149 vbsl q4, q6, q5 :: Qd 0x55575557 0x55575557 0x55575557 0x55575557 Qm (i8)0x000000ff Qn (i16)0x0000005
    [all...]
  /external/llvm/test/MC/ARM/
neon-shiftaccum-encoding.s 9 vsra.s32 q9, q5, #32
18 vsra.u64 q4, q5, #25
27 vsra.s32 q5, #32
36 vsra.u64 q5, #25
44 @ CHECK: vsra.s32 q9, q5, #32 @ encoding: [0x5a,0x21,0xe0,0xf2]
53 @ CHECK: vsra.u64 q4, q5, #25 @ encoding: [0xda,0x81,0xa7,0xf3]
61 @ CHECK: vsra.s32 q5, q5, #32 @ encoding: [0x5a,0xa1,0xa0,0xf2]
70 @ CHECK: vsra.u64 q5, q5, #25 @ encoding: [0xda,0xa1,0xa7,0xf3
    [all...]
neont2-shiftaccum-encoding.s 11 vsra.s32 q9, q5, #32
20 vsra.u64 q4, q5, #25
29 vsra.s32 q5, #32
38 vsra.u64 q5, #25
46 @ CHECK: vsra.s32 q9, q5, #32 @ encoding: [0xe0,0xef,0x5a,0x21]
55 @ CHECK: vsra.u64 q4, q5, #25 @ encoding: [0xa7,0xff,0xda,0x81]
63 @ CHECK: vsra.s32 q5, q5, #32 @ encoding: [0xa0,0xef,0x5a,0xa1]
72 @ CHECK: vsra.u64 q5, q5, #25 @ encoding: [0xa7,0xff,0xda,0xa1
    [all...]
neon-minmax-encoding.s 20 vmax.s16 q4, q5, q6
25 vmax.f32 q9, q5, q1
28 vmax.s16 q5, q6
31 vmax.u16 q4, q5
50 @ CHECK: vmax.s16 q4, q5, q6 @ encoding: [0x4c,0x86,0x1a,0xf2]
55 @ CHECK: vmax.f32 q9, q5, q1 @ encoding: [0x42,0x2f,0x4a,0xf2]
57 @ CHECK: vmax.s16 q5, q5, q6 @ encoding: [0x4c,0xa6,0x1a,0xf2]
60 @ CHECK: vmax.u16 q4, q4, q5 @ encoding: [0x4a,0x86,0x18,0xf3]
82 vmin.s16 q4, q5, q
    [all...]
neont2-minmax-encoding.s 22 vmax.s16 q4, q5, q6
27 vmax.f32 q9, q5, q1
30 vmax.s16 q5, q6
33 vmax.u16 q4, q5
52 @ CHECK: vmax.s16 q4, q5, q6 @ encoding: [0x1a,0xef,0x4c,0x86]
57 @ CHECK: vmax.f32 q9, q5, q1 @ encoding: [0x4a,0xef,0x42,0x2f]
59 @ CHECK: vmax.s16 q5, q5, q6 @ encoding: [0x1a,0xef,0x4c,0xa6]
62 @ CHECK: vmax.u16 q4, q4, q5 @ encoding: [0x18,0xff,0x4a,0x86]
84 vmin.s16 q4, q5, q
    [all...]
neon-shift-encoding.s 116 vsra.s64 q4, q5, #63
123 vsra.s16 q5, #15
134 @ CHECK: vsra.s64 q4, q5, #63 @ encoding: [0xda,0x81,0x81,0xf2]
140 @ CHECK: vsra.s16 q5, q5, #15 @ encoding: [0x5a,0xa1,0x91,0xf2]
152 vsra.u64 q4, q5, #63
159 vsra.u16 q5, #15
170 @ CHECK: vsra.u64 q4, q5, #63 @ encoding: [0xda,0x81,0x81,0xf3]
176 @ CHECK: vsra.u16 q5, q5, #15 @ encoding: [0x5a,0xa1,0x91,0xf3
    [all...]
neont2-pairwise-encoding.s 22 vpaddl.s16 q5, q6
23 vpaddl.s32 q6, q5
35 @ CHECK: vpaddl.s16 q5, q6 @ encoding: [0xb4,0xff,0x4c,0xa2]
36 @ CHECK: vpaddl.s32 q6, q5 @ encoding: [0xb8,0xff,0x4a,0xc2]
49 vpadal.s16 q5, q11
62 @ CHECK: vpadal.s16 q5, q11 @ encoding: [0xb4,0xff,0x66,0xa6]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 65 vld1.u8 {q5}, [r0], r1
90 vmov q6, q5
102 vshr.u64 q5, q6, #32
116 vshr.u64 q5, q6, #24
131 vld1.u8 {q5}, [r0], r1
156 vmov q6, q5
170 vshr.u64 q5, q6, #32
190 vshr.u64 q5, q6, #24
211 vld1.s32 {q5, q6}, [r3] ;load second_pass filter
218 vabs.s32 q7, q5
    [all...]
recon16x16mb_neon.asm 40 vmovl.u8 q5, d29
55 vadd.s16 q5, q5, q13
64 vqmovun.s16 d5, q5
91 vmovl.u8 q5, d29
102 vadd.s16 q5, q5, q13
113 vqmovun.s16 d5, q5
sixtappredict8x8_neon.asm 63 vld1.u8 {q5}, [r0], r1
124 vmull.u8 q5, d30, d3
131 vqadd.s16 q9, q5
144 vld1.u8 {q5}, [r0], r1
154 ;vld1.u8 {q5}, [r0], r1
220 vmull.u8 q5, d29, d3
226 vqadd.s16 q10, q5
239 vld1.s32 {q5, q6}, [r3] ;load second_pass filter
244 vabs.s32 q7, q5
263 vmull.u8 q5, d20, d
    [all...]
sixtappredict8x4_neon.asm 72 vld1.u8 {q5}, [r0], r1
132 vmull.u8 q5, d30, d3
137 vqadd.s16 q9, q5
149 vld1.u8 {q5}, [r0], r1
219 vmull.u8 q5, d29, d3
225 vqadd.s16 q10, q5
240 vld1.s32 {q5, q6}, [r3] ;load second_pass filter
243 vabs.s32 q7, q5
257 vmull.u8 q5, d24, d0
262 vmlsl.u8 q5, d25, d
    [all...]
loopfilter_neon.asm 45 vld1.u8 {q5}, [r2], r1 ; p1
56 vst1.u8 {q5}, [r0], r1 ; store op1
164 vtrn.32 q5, q9
167 vtrn.16 q3, q5
173 vtrn.8 q5, q6
248 vtrn.32 q5, q9
251 vtrn.16 q3, q5
257 vtrn.8 q5, q6
304 ; q5 p1
315 vabd.u8 q12, q4, q5 ; abs(p2 - p1
    [all...]
mbloopfilter_neon.asm 45 vld1.u8 {q5}, [r0], r1 ; p1
60 vst1.u8 {q5}, [r2] ; store op1
170 vtrn.32 q5, q9
173 vtrn.16 q3, q5
179 vtrn.8 q5, q6
203 vtrn.32 q5, q9
207 vtrn.16 q3, q5
213 vtrn.8 q5, q6
284 vtrn.32 q5, q9
287 vtrn.16 q3, q5
    [all...]
buildintrapredictorsmby_neon.asm 245 vmull.u8 q5, d17, d0
248 vsub.s16 q5, q5, q7
265 vqadd.s16 q9, q0, q5
268 vqadd.s16 q11, q1, q5
271 vqadd.s16 q13, q2, q5
274 vqadd.s16 q15, q3, q5
528 vmull.u8 q5, d17, d0
531 vsub.s16 q5, q5, q
    [all...]
loopfiltersimplehorizontaledge_neon.asm 32 vld1.u8 {q5}, [r0], r1 ; p1
43 vabd.u8 q14, q5, q8 ; abs(p1 - q1)
51 veor q5, q5, q0 ; ps1: p1 offset to convert to a signed value
63 vqsub.s8 q4, q5, q8 ; q4: vp8_filter = vp8_signed_char_clamp(ps1-qs1)
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 39 @q5: temp3, output
79 vand.u16 q5,#0x00FF @G
85 vmls.u16 q8,q5,q12 @-(74 * G[k])
90 vmls.u16 q7,q5,q14 @q0:U -(94 * G[k]) @128<<6+ 32 + v>>2
107 vmla.u16 q7,q5,q15 @q0 += 129 *G[k]
121 vshr.u16 q5,q5,#8 @G
125 vmla.u16 q0,q5,q15 @q0 += 129 *G[k]
152 vand.u16 q5,#0x00FF @G
158 vmla.u16 q7,q5,q15 @q0 += 129 *G[k
    [all...]
csc_interleave_memcpy_neon.s 86 vld1.8 {q5}, [r12]!
95 vst2.8 {q4, q5}, [r10]!
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 48 VMOV.I32 q5,#0x2
52 VMLAL.S16 q5,d2,d5
56 VSHRN.I32 d2,q5,#2

Completed in 334 milliseconds

1 2 3