id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm:3 | vand q4, q4, q15 ; vp8_filter &= mask
vqadd.s8 q2, q4, q10 ; Filter2 = vp8_signed_char_clamp(vp8_filter+3)
vqadd.s8 q4, q4, q9 ; Filter1 = vp8_signed_char_clamp(vp8_filter+4)
vshr.s8 q2, q2, #3 ; Filter2 >>= 3
vshr.s8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | 81 | 118 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm:2 | vabd.u8 q15, q6, q7 ; abs(p0 - q0)
vabd.u8 q14, q5, q8 ; abs(p1 - q1)
vqadd.u8 q15, q15, q15 ; abs(p0 - q0) * 2
vshr.u8 q14, q14, #1 ; abs(p1 - q1) / 2
vqadd.u8 q15, q15, q14 ; abs(p0 - q0) * 2 + abs(p1 - q1) / ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 677fb5123e0ece1d6c30be9d0282e1e1f594a56d | github | media | https://github.com/webmproject/libvpx/blob/677fb5123e0ece1d6c30be9d0282e1e1f594a56d/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d10[2], d11[2], d12[2], d13[2]}, [r0], r12
vld4.8 {d10[3], d11[3], d12[3], d13[3]}, [r3], r12
vld4.8 {d10[4], d11[4], d12[4], d13[4]}, [r0], r12
vld4.8 {d10[5], d11[5], d12[5], d13[5]}, [r3], r12
vld4.8 {d10[6], d11[6], d12[6], d13[6]}, [r0], r12
vld4.8 {d10[7],... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 677fb5123e0ece1d6c30be9d0282e1e1f594a56d | github | media | https://github.com/webmproject/libvpx/blob/677fb5123e0ece1d6c30be9d0282e1e1f594a56d/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:3 | vaddw.s8 q2, q2, d28 ; vp8_filter + 3 * ( qs0 - ps0)
vaddw.s8 q13, q13, d29
vqmovn.s16 d28, q2 ; vp8_filter = vp8_signed_char_clamp(vp8_filter + 3 * ( qs0 - ps0))
vqmovn.s16 d29, q13
add r0, r0, #1
add r3, r0, r1
vand q14, q... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 677fb5123e0ece1d6c30be9d0282e1e1f594a56d | github | media | https://github.com/webmproject/libvpx/blob/677fb5123e0ece1d6c30be9d0282e1e1f594a56d/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d14[6], d15[6]}, [r0], r12
vst2.8 {d14[7], d15[7]}, [r3]
vpop {d8-d15}
bx lr
ENDP ; |vp8_loop_filter_simple_vertical_edge_neon|
; r0 unsigned char *y
; r1 int ystride
; r2 const unsigned char *blimit
|vp8_loop_filter_bvs_neon| PROC
push {r4... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 677fb5123e0ece1d6c30be9d0282e1e1f594a56d | github | media | https://github.com/webmproject/libvpx/blob/677fb5123e0ece1d6c30be9d0282e1e1f594a56d/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 156 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d10[3], d11[3], d12[3], d13[3]}, [r3], r12
vld4.8 {d10[4], d11[4], d12[4], d13[4]}, [r0], r12
vld4.8 {d10[5], d11[5], d12[5], d13[5]}, [r3], r12
vld4.8 {d10[6], d11[6], d12[6], d13[6]}, [r0], r12
vld4.8 {d10[7], d11[7], d12[7], d13[7]}, [r3]
vswp d7, d10
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:3 | vaddw.s8 q13, q13, d29
vqmovn.s16 d28, q2 ; vp9_filter = vp9_signed_char_clamp(vp9_filter + 3 * ( qs0 - ps0))
vqmovn.s16 d29, q13
add r0, r0, #1
add r3, r0, r1
vand q14, q14, q15 ; vp9_filter &= mask
vqadd.s8 q2, q14, q11 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d14[7], d15[7]}, [r3]
bx lr
ENDP ; |vp9_loop_filter_simple_vertical_edge_neon|
; r0 unsigned char *y
; r1 int ystride
; r2 const unsigned char *blimit
|vp9_loop_filter_bvs_neon| PROC
push {r4, lr}
ldrb r3, [r2] ; load blim from mem... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 154 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d10[3], d11[3], d12[3], d13[3]}, [r3], r12
vld4.8 {d10[4], d11[4], d12[4], d13[4]}, [r0], r12
vld4.8 {d10[5], d11[5], d12[5], d13[5]}, [r3], r12
vld4.8 {d10[6], d11[6], d12[6], d13[6]}, [r0], r12
vld4.8 {d10[7], d11[7], d12[7], d13[7]}, [r3]
vswp d7, d10
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:3 | vaddw.s8 q13, q13, d29
vqmovn.s16 d28, q2 ; vp8_filter = vp8_signed_char_clamp(vp8_filter + 3 * ( qs0 - ps0))
vqmovn.s16 d29, q13
add r0, r0, #1
add r3, r0, r1
vand q14, q14, q15 ; vp8_filter &= mask
vqadd.s8 q2, q14, q11 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d14[7], d15[7]}, [r3]
bx lr
ENDP ; |vp8_loop_filter_simple_vertical_edge_neon|
; r0 unsigned char *y
; r1 int ystride
; r2 const unsigned char *blimit
|vp8_loop_filter_bvs_neon| PROC
push {r4, lr}
ldrb r3, [r2] ; load blim from mem... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 154 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d10[0], d11[0], d12[0], d13[0]}, [r0], r1
vmov.u8 q0, #0x80 ; 0x80
vld4.8 {d10[1], d11[1], d12[1], d13[1]}, [r0], r1
vmov.u8 q11, #0x03 ; 0x03
vld4.8 {d10[2], d11[2], d12[2], d13[2]}, [r0], r1
vmov.u8 q12, #0x04 ; 0x04
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:3 | vqsub.s8 q1, q3, q6 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
;vmul.i8 q2, q2, q11 ; vp8_filter = vp8_signed_char_clamp(vp8_filter + 3 * ( qs0 - ps0))
vadd.s16 q10, q2, q2 ; 3 * ( qs0 - ps0)
vadd.s16 q14, q13, q13
vadd.s16 q2, q2, q10... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d12[1], d13[1]}, [r2]
vst2.8 {d12[2], d13[2]}, [r3]
vst2.8 {d12[3], d13[3]}, [r12], r1
add r0, r12, r1
vst2.8 {d12[4], d13[4]}, [r12]
vst2.8 {d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst2.8 {d12[6], d13[6]}, [r0]
vst2.8 {d12[7], ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 148 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d6[7], d7[7], d8[7], d9[7]}, [r0], r1
vld4.8 {d10[0], d11[0], d12[0], d13[0]}, [r0], r1
vld1.u8 {q0}, [r12]! ; 0x80
vld4.8 {d10[1], d11[1], d12[1], d13[1]}, [r0], r1
vld1.u8 {q11}, [r12]! ; 0x03
vld4.8 {d10[2], d11[2], d12[2], d13[2]}... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:3 | vsubl.s8 q13, d9, d11
vqsub.s8 q1, q3, q6 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
;vmul.i8 q2, q2, q11 ; vp8_filter = vp8_signed_char_clamp(vp8_filter + 3 * ( qs0 - ps0))
vadd.s16 q10, q2, q2 ; 3 * ( qs0 - ps0)
vadd.s16 q14, q13, q... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d12[0], d13[0]}, [r0]
vst2.8 {d12[1], d13[1]}, [r2]
vst2.8 {d12[2], d13[2]}, [r3]
vst2.8 {d12[3], d13[3]}, [r12], r1
add r0, r12, r1
vst2.8 {d12[4], d13[4]}, [r12]
vst2.8 {d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst2.8 {d12[6], ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 156 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d12[0], d13[0]}, [r0]
vst2.8 {d12[1], d13[1]}, [r2]
vst2.8 {d12[2], d13[2]}, [r3]
vst2.8 {d12[3], d13[3]}, [r12], r1
add r0, r12, r1
vst2.8 {d12[4], d13[4]}, [r12]
vst2.8 {d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst2.8 {d12[6], ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 159 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:2 | vld4.8 {d10[0], d11[0], d12[0], d13[0]}, [r0], r1
vld1.u8 {q0}, [r12]! ; 0x80
vld4.8 {d10[1], d11[1], d12[1], d13[1]}, [r0], r1
vld1.u8 {q11}, [r12]! ; 0x03
vld4.8 {d10[2], d11[2], d12[2], d13[2]}, [r0], r1
vld1.u8 {q12}, [r12]! ;... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm:4 | vst2.8 {d12[1], d13[1]}, [r2]
vst2.8 {d12[2], d13[2]}, [r3]
vst2.8 {d12[3], d13[3]}, [r12], r1
add r0, r12, r1
vst2.8 {d12[4], d13[4]}, [r12]
vst2.8 {d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst2.8 {d12[6], d13[6]}, [r0]
vst2.8 {d12[7], ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm | 121 | 158 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:2 | vld1.u8 {d10}, [r0], r1
vld1.u8 {d11}, [r2], r1
vld1.u8 {d12}, [r0], r1
vld1.u8 {d13}, [r2], r1
vld1.u8 {d14}, [r0], r1
vld1.u8 {d15}, [r2], r1
vld1.u8 {d16}, [r0], r1
vld1.u8 {d17}, [r2], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d19}, [r2], r1
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:3 | vabd.u8 q9, q6, q7 ; abs(p0 - q0)
vmax.u8 q11, q11, q12
vmax.u8 q12, q13, q14
vmax.u8 q3, q3, q4
vmax.u8 q15, q11, q12
; vp8_hevmask
vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1
vcgt.u8 q14, q14, q2 ; (abs(q1 -... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:4 | vmul.i16 q2, q2, q4 ; 3 * ( qs0 - ps0)
vmul.i16 q11, q11, q4
vand q1, q1, q14 ; vp8_filter &= hev
vand q15, q15, q9 ; vp8_filter_mask
vaddw.s8 q2, q2, d2
vaddw.s8 q11, q11, d3
vld1.u8 {q9}, [r12]!
;
vqmovn.s... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:5 | veor q6, q11, q0 ; *op0 = u^0x80
veor q8, q12, q0 ; *oq1 = u^0x80
vswp d12, d11
vswp d16, d13
vswp d14, d12
vswp d16, d15
;store op1, op0, oq0, oq1
vst4.8 {d10[0], d11[0], d12[0], d13[0]}, [r0], r1
vst4.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 161 | 203 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:2 | vld1.u8 {d10}, [r0], r1
vld1.u8 {d11}, [r2], r1
vld1.u8 {d12}, [r0], r1
vld1.u8 {d13}, [r2], r1
vld1.u8 {d14}, [r0], r1
vld1.u8 {d15}, [r2], r1
vld1.u8 {d16}, [r0], r1
vld1.u8 {d17}, [r2], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d19}, [r2], r1
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:3 | vabd.u8 q4, q10, q9 ; abs(q3 - q2)
vabd.u8 q9, q6, q7 ; abs(p0 - q0)
vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
vcge.u8 q10, q1, q13 ; (abs(p1 - p0) >... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:4 | vsubl.s8 q2, d14, d12 ; ( qs0 - ps0)
vsubl.s8 q11, d15, d13
vand q3, q3, q9
vmovl.u8 q4, d20
vqsub.s8 q1, q5, q8 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
vorr q14, q13, q14 ; q14: vp8_hevmask
;vmul.i8 q2, q2, q10 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:5 | ; vqsub.s8 q10, q7, q1 ; u = vp8_signed_char_clamp(qs0 - vp8_filter)
; vqadd.s8 q11, q2, q1 ; u = vp8_signed_char_clamp(s + vp8_filter)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; q10=3
vqadd.s8 q2, q1, q10 ; Filter2 = vp8_signed_char_clamp(vp8_filter+3)
vqa... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:6 | vst4.8 {d10[1], d11[1], d12[1], d13[1]}, [r0], r1
vst4.8 {d14[1], d15[1], d16[1], d17[1]}, [r2], r1
vst4.8 {d10[2], d11[2], d12[2], d13[2]}, [r0], r1
vst4.8 {d14[2], d15[2], d16[2], d17[2]}, [r2], r1
vst4.8 {d10[3], d11[3], d12[3], d13[3]}, [r0], r1
vst4.8 {d14[3], d15[... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 201 | 232 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:2 | vld1.u8 {d11}, [r2], r1
vld1.u8 {d12}, [r0], r1
vld1.u8 {d13}, [r2], r1
vld1.u8 {d14}, [r0], r1
vld1.u8 {d15}, [r2], r1
vld1.u8 {d16}, [r0], r1
vld1.u8 {d17}, [r2], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d19}, [r2], r1
vld1.u8 {d20}, [r0], r1
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:3 | vabd.u8 q9, q6, q7 ; abs(p0 - q0)
vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
vcge.u8 q10, q1, q13 ; (abs(p1 - p0) > limit)*-1
vcge.u8 q11, q1, q14 ; (a... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:4 | vsubl.s8 q11, d15, d13
vand q3, q3, q9
vmovl.u8 q4, d20
vqsub.s8 q1, q5, q8 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
vorr q14, q13, q14 ; q14: vp8_hevmask
;vmul.i8 q2, q2, q10 ; 3 * ( qs0 - ps0)
vmul.i16 q2, q2, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:5 | ; vqadd.s8 q11, q2, q1 ; u = vp8_signed_char_clamp(s + vp8_filter)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; q10=3
vqadd.s8 q2, q1, q10 ; Filter2 = vp8_signed_char_clamp(vp8_filter+3)
vqadd.s8 q1, q1, q9 ; Filter1 = vp8_signed_char_clamp(vp8_filter+4)
v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm:6 | vst4.8 {d14[1], d15[1], d16[1], d17[1]}, [r2], r1
vst4.8 {d10[2], d11[2], d12[2], d13[2]}, [r0], r1
vst4.8 {d14[2], d15[2], d16[2], d17[2]}, [r2], r1
vst4.8 {d10[3], d11[3], d12[3], d13[3]}, [r0], r1
vst4.8 {d14[3], d15[3], d16[3], d17[3]}, [r2], r1
vst4.8 {d10[4], d11[... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_uv_neon.asm | 201 | 231 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:2 | vld1.u8 {d16}, [r0], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d20}, [r0], r1
vld1.u8 {d7}, [r0], r1 ; load second 8-line src data
vld1.u8 {d9}, [r0], r1
vld1.u8 {d11}, [r0], r1
vld1.u8 {d13}, [r0], r1
vld1.u8 {d15}, [r0], r1
vld1.u8 {d17}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:3 | vmax.u8 q3, q3, q4
vmax.u8 q15, q11, q12
; vp8_hevmask
vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1
vcgt.u8 q14, q14, q2 ; (abs(q1 - q0) > thresh)*-1
vmax.u8 q15, q15, q3
vadd.u8 q0, q0, q0 ; flimit * 2
vadd.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:4 | vand q15, q15, q9 ; vp8_filter_mask
vaddw.s8 q2, q2, d2
vaddw.s8 q11, q11, d3
vld1.u8 {q9}, [r12]!
;
vqmovn.s16 d2, q2 ; vp8_filter = vp8_signed_char_clamp(vp8_filter + 3 * ( qs0 - ps0))
vqmovn.s16 d3, q11
;;
vand q1, q1, q... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:5 | vswp d12, d11
vswp d16, d13
add r12, r3, r1
vswp d14, d12
vswp d16, d15
;store op1, op0, oq0, oq1
vst4.8 {d10[0], d11[0], d12[0], d13[0]}, [r0]
vst4.8 {d10[1], d11[1], d12[1], d13[1]}, [r2]
vst4.8 {d10[2], d11[2], d12[2], d13[2]}, [r3]
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | f30e8dd7bd8d91b230586ce18ccc1001a6af1a18 | github | media | https://github.com/webmproject/libvpx/blob/f30e8dd7bd8d91b230586ce18ccc1001a6af1a18/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 161 | 207 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:2 | vld1.u8 {d16}, [r0], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d20}, [r0], r1
vld1.u8 {d7}, [r0], r1 ; load second 8-line src data
vld1.u8 {d9}, [r0], r1
vld1.u8 {d11}, [r0], r1
vld1.u8 {d13}, [r0], r1
vld1.u8 {d15}, [r0], r1
vld1.u8 {d17}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:3 | vcge.u8 q12, q1, q12 ; (abs(p2 - p1) > limit)*-1
vcge.u8 q10, q1, q13 ; (abs(p1 - p0) > limit)*-1
vcge.u8 q11, q1, q14 ; (abs(q1 - q0) > limit)*-1
vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1
vcgt.u8 q14, q14, q2 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:4 | vmovl.u8 q4, d20
vqsub.s8 q1, q5, q8 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
vorr q14, q13, q14 ; q14: vp8_hevmask
;vmul.i8 q2, q2, q10 ; 3 * ( qs0 - ps0)
vmul.i16 q2, q2, q4 ; 3 * ( qs0 - ps0)
vmul.i16 q11... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:5 | vqadd.s8 q2, q1, q10 ; Filter2 = vp8_signed_char_clamp(vp8_filter+3)
vqadd.s8 q1, q1, q9 ; Filter1 = vp8_signed_char_clamp(vp8_filter+4)
vshr.s8 q2, q2, #3 ; Filter2 >>= 3
vshr.s8 q1, q1, #3 ; Filter1 >>= 3
;calculate outpu... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:6 | add r0, r12, r1
vst4.8 {d10[4], d11[4], d12[4], d13[4]}, [r12]
vst4.8 {d10[5], d11[5], d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst4.8 {d10[6], d11[6], d12[6], d13[6]}, [r0]
vst4.8 {d10[7], d11[7], d12[7], d13[7]}, [r2], r1
add r3, r2, r1
vst4.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 201 | 236 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:2 | vld1.u8 {d18}, [r0], r1
vld1.u8 {d20}, [r0], r1
vld1.u8 {d7}, [r0], r1 ; load second 8-line src data
vld1.u8 {d9}, [r0], r1
vld1.u8 {d11}, [r0], r1
vld1.u8 {d13}, [r0], r1
vld1.u8 {d15}, [r0], r1
vld1.u8 {d17}, [r0], r1
vld1.u8 {d19}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:3 | vcge.u8 q10, q1, q13 ; (abs(p1 - p0) > limit)*-1
vcge.u8 q11, q1, q14 ; (abs(q1 - q0) > limit)*-1
vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1
vcgt.u8 q14, q14, q2 ; (abs(q1 - q0) > thresh)*-1
vcge.u8 q3, q1, q3 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:4 | vqsub.s8 q1, q5, q8 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
vorr q14, q13, q14 ; q14: vp8_hevmask
;vmul.i8 q2, q2, q10 ; 3 * ( qs0 - ps0)
vmul.i16 q2, q2, q4 ; 3 * ( qs0 - ps0)
vmul.i16 q11, q11, q4
vand ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:5 | vqadd.s8 q1, q1, q9 ; Filter1 = vp8_signed_char_clamp(vp8_filter+4)
vshr.s8 q2, q2, #3 ; Filter2 >>= 3
vshr.s8 q1, q1, #3 ; Filter1 >>= 3
;calculate output
vqadd.s8 q11, q6, q2 ; u = vp8_signed_char_clamp(ps0 + Filter2)
vqs... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm:6 | vst4.8 {d10[4], d11[4], d12[4], d13[4]}, [r12]
vst4.8 {d10[5], d11[5], d12[5], d13[5]}, [r0], r1
add r2, r0, r1
vst4.8 {d10[6], d11[6], d12[6], d13[6]}, [r0]
vst4.8 {d10[7], d11[7], d12[7], d13[7]}, [r2], r1
add r3, r2, r1
vst4.8 {d14[0], d15[0], d16[0], ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/loopfilterverticaledge_y_neon.asm | 201 | 235 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:2 | vld1.u8 {q5}, [r0@128], r1 ; p1
vld1.u8 {q6}, [r12@128], r1 ; p0
vld1.u8 {q7}, [r0@128], r1 ; q0
vld1.u8 {q8}, [r12@128], r1 ; q1
vld1.u8 {q9}, [r0@128], r1 ; q2
vld1.u8 {q10}, [r12@128], r1 ; q3
b... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:3 | sub r0, r0, r1, lsl #2 ; move u pointer down by 4 lines
vdup.u8 q2, r12 ; thresh
ldr r12, [sp, #72] ; load v ptr
sub r12, r12, r1, lsl #2 ; move v pointer down by 4 lines
vld1.u8 {d6}, [r0@64], r1 ; p3... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:4 | vst1.u8 {d18}, [r0@64], r1 ; store u oq2
vst1.u8 {d19}, [r12@64], r1 ; store v oq2
vpop {d8-d15}
pop {pc}
ENDP ; |vp8_mbloop_filter_horizontal_edge_uv_neon|
; void vp8_mbloop_filter_vertical_edge_y_neon(unsigned char *src, int pitch,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:5 | vld1.u8 {d21}, [r12], r1
;transpose to 8x16 matrix
vtrn.32 q3, q7
vtrn.32 q4, q8
vtrn.32 q5, q9
vtrn.32 q6, q10
vtrn.16 q3, q5
vtrn.16 q4, q6
vtrn.16 q7, q9
vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:6 | ;store op2, op1, op0, oq0, oq1, oq2
vst1.8 {d6}, [r0], r1
vst1.8 {d7}, [r12], r1
vst1.8 {d8}, [r0], r1
vst1.8 {d9}, [r12], r1
vst1.8 {d10}, [r0], r1
vst1.8 {d11}, [r12], r1
vst1.8 {d12}, [r0], r1
vst1.8 {d13}, [r12], r1
vst1.8 {d14}, [r0],... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:7 | ldr r12, [sp, #72] ; load v ptr
sub r12, r12, #4 ; move v pointer down by 4 columns
vld1.u8 {d6}, [r0], r1 ;load u data
vld1.u8 {d7}, [r12], r1 ;load v data
vld1.u8 {d8}, [r0], r1
vld1.u8 {d9}, [r12], r1
vld1.u... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:8 | sub r12, r12, r1, lsl #3
;transpose to 16x8 matrix
vtrn.32 q3, q7
vtrn.32 q4, q8
vtrn.32 q5, q9
vtrn.32 q6, q10
vtrn.16 q3, q5
vtrn.16 q4, q6
vtrn.16 q7, q9
vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:9 | ; void vp8_mbloop_filter_neon()
; This is a helper function for the macroblock loopfilters. The individual
; functions do the necessary load, transpose (if necessary), preserve (if
; necessary) and store.
; r0,r1 PRESERVE
; r2 mblimit
; r3 limit
; q2 thresh
; q3 p3 PRESERVE
; q4 p2
; q5 p1
; q6 p... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:10 | vdup.u8 q1, r3 ; limit
vdup.u8 q2, r2 ; mblimit
vmov.u8 q0, #0x80 ; 0x80
vcge.u8 q15, q1, q15
vabd.u8 q1, q5, q8 ; a = abs(p1 - q1)
vqadd.u8 q12, q12, q12 ; b = abs(p0 - q0) * 2
v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:11 | vmov.u8 q12, #3 ; #3
vaddw.s8 q2, q2, d2 ; vp8_filter + 3 * ( qs0 - ps0)
vaddw.s8 q13, q13, d3
vmov.u8 q11, #4 ; #4
; vp8_filter = clamp(vp8_filter + 3 * ( qs0 - ps0))
vqmovn.s16 d2, q2
vqmovn.s16 d3, q13
vand ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 401 | 460 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:12 | vmov q13, q15
vmov q14, q15
vmlal.s8 q0, d2, d5 ; 63 + Filter2 * 9
vmlal.s8 q11, d3, d5
vmov.u8 d5, #27 ; #27
vmlal.s8 q12, d2, d4 ; 63 + Filter2 * 18
vmlal.s8 q13, d3, d4
vmlal.s8 q14, d2, d5 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 33df6d1fc1d268b4901b74b4141f83594266f041 | github | media | https://github.com/webmproject/libvpx/blob/33df6d1fc1d268b4901b74b4141f83594266f041/vp8/common/arm/neon/mbloopfilter_neon.asm | 441 | 481 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:2 | vld1.u8 {q7}, [r0@128], r1 ; q0
vld1.u8 {q8}, [r12@128], r1 ; q1
vld1.u8 {q9}, [r0@128], r1 ; q2
vld1.u8 {q10}, [r12@128], r1 ; q3
bl vp8_mbloop_filter_neon
sub r12, r12, r1, lsl #2
add r0, r12, r1, lsr #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:3 | vld1.u8 {d6}, [r0@64], r1 ; p3
vld1.u8 {d7}, [r12@64], r1 ; p3
vld1.u8 {d8}, [r0@64], r1 ; p2
vld1.u8 {d9}, [r12@64], r1 ; p2
vld1.u8 {d10}, [r0@64], r1 ; p1
vld1.u8 {d11}, [r12@64], r1 ; p1
vld1.... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:4 | ; void vp8_mbloop_filter_vertical_edge_y_neon(unsigned char *src, int pitch,
; const unsigned char *blimit,
; const unsigned char *limit,
; const unsigned char *thresh)
; r0 unsigned ch... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:5 | vtrn.16 q3, q5
vtrn.16 q4, q6
vtrn.16 q7, q9
vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
sub r0, r0, r1, lsl #3
bl vp8_mbloop_filter_neon
sub r12, r12, r1, lsl #3
;transpose to 16x8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:6 | vst1.8 {d13}, [r12], r1
vst1.8 {d14}, [r0], r1
vst1.8 {d15}, [r12], r1
vst1.8 {d16}, [r0], r1
vst1.8 {d17}, [r12], r1
vst1.8 {d18}, [r0], r1
vst1.8 {d19}, [r12], r1
vst1.8 {d20}, [r0]
vst1.8 {d21}, [r12]
pop {pc}
ENDP ;... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:7 | vld1.u8 {d14}, [r0], r1
vld1.u8 {d15}, [r12], r1
vld1.u8 {d16}, [r0], r1
vld1.u8 {d17}, [r12], r1
vld1.u8 {d18}, [r0], r1
vld1.u8 {d19}, [r12], r1
vld1.u8 {d20}, [r0], r1
vld1.u8 {d21}, [r12], r1
;transpose to 8x16 matrix
vtrn.32 q3, q7
vtrn.3... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:8 | vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
;store op2, op1, op0, oq0, oq1, oq2
vst1.8 {d6}, [r0], r1
vst1.8 {d7}, [r12], r1
vst1.8 {d8}, [r0], r1
vst1.8 {d9}, [r12], r1
vst1.8 {d10}, [r0], r1
vst... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:9 | ; q5 p1
; q6 p0
; q7 q0
; q8 q1
; q9 q2
; q10 q3 PRESERVE
|vp8_mbloop_filter_neon| PROC
; vp9_filter_mask
vabd.u8 q11, q3, q4 ; abs(p3 - p2)
vabd.u8 q12, q4, q5 ; abs(p2 - p1)
vabd.u8 q13, q5, q6 ; abs(p1 - p0)
vabd.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:10 | ; vp9_filter
; convert to signed
veor q7, q7, q0 ; qs0
vshr.u8 q1, q1, #1 ; a = a / 2
veor q6, q6, q0 ; ps0
veor q5, q5, q0 ; ps1
vqadd.u8 q12, q12, q1 ; a = b + a
veor q8,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:11 | vmov.u16 q15, #63 ; #63
vand q13, q1, q14 ; Filter2 &= hev
vqadd.s8 q2, q13, q11 ; Filter1 = clamp(Filter2+4)
vqadd.s8 q13, q13, q12 ; Filter2 = clamp(Filter2+3)
vmov q0, q15
vshr.s8 q2, q2, #3 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 401 | 460 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:12 | vqshrn.s16 d0, q0, #7 ; u = clamp((63 + Filter2 * 9)>>7)
vqshrn.s16 d1, q11, #7
vqshrn.s16 d24, q12, #7 ; u = clamp((63 + Filter2 * 18)>>7)
vqshrn.s16 d25, q13, #7
vqshrn.s16 d28, q14, #7 ; u = clamp((63 + Filter2 * 27)>>7)
vqshrn.s16 d29, q15, #7... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/mbloopfilter_neon.asm | 441 | 469 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:8 | vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
;store op2, op1, op0, oq0, oq1, oq2
vst1.8 {d6}, [r0], r1
vst1.8 {d7}, [r12], r1
vst1.8 {d8}, [r0], r1
vst1.8 {d9}, [r12], r1
vst1.8 {d10}, [r0], r1
vst... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/mbloopfilter_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:9 | ; q5 p1
; q6 p0
; q7 q0
; q8 q1
; q9 q2
; q10 q3 PRESERVE
|vp8_mbloop_filter_neon| PROC
; vp8_filter_mask
vabd.u8 q11, q3, q4 ; abs(p3 - p2)
vabd.u8 q12, q4, q5 ; abs(p2 - p1)
vabd.u8 q13, q5, q6 ; abs(p1 - p0)
vabd.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/mbloopfilter_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:10 | ; vp8_filter
; convert to signed
veor q7, q7, q0 ; qs0
vshr.u8 q1, q1, #1 ; a = a / 2
veor q6, q6, q0 ; ps0
veor q5, q5, q0 ; ps1
vqadd.u8 q12, q12, q1 ; a = b + a
veor q8,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/mbloopfilter_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:11 | vmov.u16 q15, #63 ; #63
vand q13, q1, q14 ; Filter2 &= hev
vqadd.s8 q2, q13, q11 ; Filter1 = clamp(Filter2+4)
vqadd.s8 q13, q13, q12 ; Filter2 = clamp(Filter2+3)
vmov q0, q15
vshr.s8 q2, q2, #3 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | 283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318 | github | media | https://github.com/webmproject/libvpx/blob/283b0e25ac6e0a2bd3d5f0b8cd1d0a50bbda7318/vp8/common/arm/neon/mbloopfilter_neon.asm | 401 | 460 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:2 | vld1.u8 {q3}, [r0], r1 ; p3
vld1.s8 {d2[], d3[]}, [r3] ; limit
vld1.u8 {q4}, [r0], r1 ; p2
vld1.s8 {d4[], d5[]}, [r12] ; thresh
vld1.u8 {q5}, [r0], r1 ; p1
vld1.u8 {q6}, [r0], r1 ; p0
vld1.u8 {q7}, [... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:3 | |vp8_mbloop_filter_horizontal_edge_uv_neon| PROC
stmdb sp!, {lr}
sub r0, r0, r1, lsl #2 ; move u pointer down by 4 lines
vld1.s8 {d2[], d3[]}, [r3] ; limit
ldr r3, [sp, #8] ; load v ptr
ldr r12, [sp, #4] ; load thresh p... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:4 | vst1.u8 {d13}, [r3], r1 ; store v op0
vst1.u8 {d14}, [r0], r1 ; store u oq0
vst1.u8 {d15}, [r3], r1 ; store v oq0
vst1.u8 {d16}, [r0], r1 ; store u oq1
vst1.u8 {d17}, [r3], r1 ; store v oq1
vst1.u8 {d18}, [r0], r1 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:5 | vld1.u8 {d13}, [r0], r1
vld1.u8 {d15}, [r0], r1
vld1.u8 {d17}, [r0], r1
vld1.u8 {d19}, [r0], r1
vld1.u8 {d21}, [r0], r1
;transpose to 8x16 matrix
vtrn.32 q3, q7
vtrn.32 q4, q8
vtrn.32 q5, q9
vtrn.32 q6, q10
vtrn.16 q3, q5
vtrn.16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:6 | vtrn.32 q3, q7
vtrn.32 q4, q8
vtrn.32 q5, q9
vtrn.32 q6, q10
add r12, r3, r1
vtrn.16 q3, q5
vtrn.16 q4, q6
vtrn.16 q7, q9
vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
;store op2... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:7 | ldmia sp!, {pc}
ENDP ; |vp8_mbloop_filter_vertical_edge_y_neon|
; void vp8_mbloop_filter_vertical_edge_uv_neon(unsigned char *u, int pitch,
; const signed char *flimit,
; const signed char *limit,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:8 | ;transpose to 8x16 matrix
vtrn.32 q3, q7
vtrn.32 q4, q8
vtrn.32 q5, q9
vtrn.32 q6, q10
vtrn.16 q3, q5
vtrn.16 q4, q6
vtrn.16 q7, q9
vtrn.16 q8, q10
vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
sub ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/mbloopfilter_neon.asm:9 | vtrn.8 q3, q4
vtrn.8 q5, q6
vtrn.8 q7, q8
vtrn.8 q9, q10
;store op2, op1, op0, oq0, oq1, oq2
vst1.8 {d6}, [r0], r1
vst1.8 {d7}, [r3], r1
vst1.8 {d8}, [r0], r1
vst1.8 {d9}, [r3], r1
vst1.8 {d10}, [r0], r1
vst1.8 {d11}, [r3], r1
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/mbloopfilter_neon.asm | BSD-3-Clause | a6aa389d2f2f3f341c533a1a8d49e12dd39614a4 | github | media | https://github.com/webmproject/libvpx/blob/a6aa389d2f2f3f341c533a1a8d49e12dd39614a4/vp8/common/arm/neon/mbloopfilter_neon.asm | 321 | 380 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.