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:vp9/common/arm/neon/vp9_reconintra_neon.asm:6 | vdup.8 q0, d2[7]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[0]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[1]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[2]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[3... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10 | github | media | https://github.com/webmproject/libvpx/blob/56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10/vp9/common/arm/neon/vp9_reconintra_neon.asm | 201 | 260 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:7 | vdup.8 q0, d2[2]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[3]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[4]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10 | github | media | https://github.com/webmproject/libvpx/blob/56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10/vp9/common/arm/neon/vp9_reconintra_neon.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:8 | vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
subs r2, r2, #1
bgt loop_h
bx lr
ENDP ; |vp9_h_predictor_32x32_neon|
;void vp9_tm_predictor_4x4_neon (uint8_t *dst, ptrdiff_t y_stride,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10 | github | media | https://github.com/webmproject/libvpx/blob/56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10/vp9/common/arm/neon/vp9_reconintra_neon.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:9 | ; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb r2, [r3], #1
vdup.u16 q1, r12
vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10 | github | media | https://github.com/webmproject/libvpx/blob/56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10/vp9/common/arm/neon/vp9_reconintra_neon.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:10 | vaddw.s16 q1, q3, d0
vaddw.s16 q2, q3, d1
; 3rd row and 4th row
vdup.u8 d0, d6[2]
vdup.u8 d1, d6[3]
vaddw.s16 q8, q3, d0
vaddw.s16 q9, q3, d1
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vqshrun.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10 | github | media | https://github.com/webmproject/libvpx/blob/56a8a0b54bc7c5c85ba734672dbeee2eae7cdf10/vp9/common/arm/neon/vp9_reconintra_neon.asm | 361 | 405 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:9 | ; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb r2, [r3], #1
vdup.u16 q1, r12
vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4 | github | media | https://github.com/webmproject/libvpx/blob/3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4/vp9/common/arm/neon/vp9_reconintra_neon.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:10 | vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.64 {d0}, [r0], r1
vst1.64 {d1}, [r0], r1
; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4 | github | media | https://github.com/webmproject/libvpx/blob/3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4/vp9/common/arm/neon/vp9_reconintra_neon.asm | 361 | 420 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:11 | vqshrun.s16 d1, q2, #0
vst1.64 {d0}, [r0], r1
vst1.64 {d1}, [r0], r1
bx lr
ENDP ; |vp9_tm_predictor_8x8_neon|
;void vp9_tm_predictor_16x16_neon (uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4 | github | media | https://github.com/webmproject/libvpx/blob/3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4/vp9/common/arm/neon/vp9_reconintra_neon.asm | 401 | 460 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:12 | vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqshrun.s16 d2, q1, #0
vqshrun.s16 d3, q0, #0
vqshrun.s16 d22, q11, #0
vqshrun.s16 d23, q8, #0
vdup.16 q0, d20[2] ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4 | github | media | https://github.com/webmproject/libvpx/blob/3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4/vp9/common/arm/neon/vp9_reconintra_neon.asm | 441 | 500 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:13 | vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqshrun.s16 d2, q1, #0
vqshrun.s16 d3, q0, #0
vqshrun.s16 d22, q11, #0
vqshrun.s16 d23, q8, #0
vdup.16 q0, d20[2]
v... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4 | github | media | https://github.com/webmproject/libvpx/blob/3633ffcbf7b04b15e2dcb6b2834e1685fbbf6bf4/vp9/common/arm/neon/vp9_reconintra_neon.asm | 481 | 503 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:9 | ; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb r2, [r3], #1
vdup.u16 q1, r12
vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 97826df96b86176d8cd23d398922349950853300 | github | media | https://github.com/webmproject/libvpx/blob/97826df96b86176d8cd23d398922349950853300/vp9/common/arm/neon/vp9_reconintra_neon.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:10 | vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.64 {d0}, [r0], r1
vst1.64 {d1}, [r0], r1
; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb r2, [r3], #1
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 97826df96b86176d8cd23d398922349950853300 | github | media | https://github.com/webmproject/libvpx/blob/97826df96b86176d8cd23d398922349950853300/vp9/common/arm/neon/vp9_reconintra_neon.asm | 361 | 406 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:1 | ;
; Copyright (c) 2014 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 | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:2 | ENDP ; |vp9_v_predictor_4x4_neon|
;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint8_t *left)
; r0 uint8_t *dst
; r1 ptrdiff_t y_stride
; r2 const uint8_t *above
; r3 const uint8_t *left
|v... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:3 | vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 81 | 140 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:4 | subs r2, r2, #1
bgt loop_v
bx lr
ENDP ; |vp9_v_predictor_32x32_neon|
;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint8_t *left)
; r0 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 121 | 180 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:5 | vdup.8 d0, d1[2]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[3]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[4]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[5]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[6... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 161 | 220 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:6 | vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[0]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[1]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[2]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[3]
vst1.8 {q0}, [r... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 201 | 260 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:7 | vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[3]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[4]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:8 | vst1.8 {q0}, [r0], r1
subs r2, r2, #1
bgt loop_h
bx lr
ENDP ; |vp9_h_predictor_32x32_neon|
;void vp9_tm_predictor_4x4_neon (uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 281 | 335 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:9 | ldrb r12, [r3], #1
ldrb r2, [r3], #1
vdup.u16 q1, r12
vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqshrun.s16 d0, q1, #0
vqshrun.s16 d1, q2, #0
vst1.32 {d0[0]}, [r0], r1
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | f2ef3892564e8a2fd76a9ae1b9d19058572f713b | github | media | https://github.com/webmproject/libvpx/blob/f2ef3892564e8a2fd76a9ae1b9d19058572f713b/vp9/common/arm/neon/vp9_reconintra_neon.asm | 321 | 335 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:1 | ;
; Copyright (c) 2014 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 | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:2 | ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint8_t *left)
; r0 uint8_t *dst
; r1 ptrdiff_t y_stride
; r2 const uint8_t *above
; r3 const uint8_t *left
|vp9_v_predictor_8x8_neon| PROC
vld1.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:3 | vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
bx ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 81 | 140 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:4 | bgt loop_v
bx lr
ENDP ; |vp9_v_predictor_32x32_neon|
;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint8_t *left)
; r0 uint8_t *dst
; r1 ptrdiff_t y_str... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 121 | 180 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:5 | vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[3]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[4]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[5]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[6]
vst1.64 {d0}, [r... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 161 | 220 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:6 | vdup.8 q0, d3[0]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[1]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[2]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[3]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[4... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 201 | 260 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon.asm:7 | vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[3]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[4]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[5]
vst1.8 {q0}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon.asm | BSD-3-Clause | 691111aacf58b050ee7f40c9a6a9ac69bfc612a2 | github | media | https://github.com/webmproject/libvpx/blob/691111aacf58b050ee7f40c9a6a9ac69bfc612a2/vp9/common/arm/neon/vp9_reconintra_neon.asm | 241 | 286 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:1 | ;
; Copyright (c) 2014 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 | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:2 | vst1.32 {d0[0]}, [r0], r1
vst1.32 {d0[0]}, [r0], r1
bx lr
ENDP ; |vp9_v_predictor_4x4_neon|
;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:3 | vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 {q0}, [r0], r1
vst1.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 81 | 140 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:4 | vst1.8 {q0, q1}, [r0], r1
vst1.8 {q0, q1}, [r0], r1
vst1.8 {q0, q1}, [r0], r1
subs r2, r2, #1
bgt loop_v
bx lr
ENDP ; |vp9_v_predictor_32x32_neon|
;void vp9_h_predictor_4x4_neon(uint8_t *dst, p... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 121 | 180 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:5 | vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[1]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[2]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[3]
vst1.64 {d0}, [r0], r1
vdup.8 d0, d1[4]
vst1.64 {d0}, [r... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 161 | 220 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:6 | vdup.8 q0, d2[6]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[7]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[0]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[1]
vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[2... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 201 | 260 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:7 | vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[2]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[3]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
vdup.8 q0, d2[... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:8 | vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[7]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
subs r2, r2, #1
bgt loop_h
bx lr
ENDP ; |vp9_h_predictor_32x32_neon|
;void vp9_tm_predictor_4x4_... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:9 | ; 3rd row and 4th row
vld1.u8 {d2[]}, [r3]!
vld1.u8 {d4[]}, [r3]
vmovl.u8 q1, d2
vmovl.u8 q2, d4
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqmovun.s16 d0, q1
vqmovun.s16 d1, q2
vst1.32 {d0[0... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:10 | ; 1st row and 2nd row
vdup.16 q0, d20[0]
vdup.16 q1, d20[1]
vadd.s16 q0, q3, q0
vadd.s16 q1, q3, q1
; 3rd row and 4th row
vdup.16 q8, d20[2]
vdup.16 q9, d20[3]
vadd.s16 q8, q3, q8
vadd.s16 q9... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 361 | 420 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:11 | vst1.64 {d1}, [r0], r1
vst1.64 {d2}, [r0], r1
vst1.64 {d3}, [r0], r1
bx lr
ENDP ; |vp9_tm_predictor_8x8_neon|
;void vp9_tm_predictor_16x16_neon (uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 401 | 460 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:12 | vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqmovun.s16 d2, q1
vqmovun.s16 d3, q0
vqmovun.s16 d22, q11
vqmovun.s16 d23, q8
vdup.16 q0, d20[2] ; pr... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 441 | 500 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:13 | vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqmovun.s16 d2, q1
vqmovun.s16 d3, q0
vqmovun.s16 d22, q11
vqmovun.s16 d23, q8
vld1.8 {d18}, [r3]! ; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 481 | 540 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:16 | ; Process two rows.
vadd.s16 q12, q0, q8
vadd.s16 q13, q0, q9
vadd.s16 q14, q0, q10
vadd.s16 q15, q0, q11
vqmovun.s16 d0, q12
vqmovun.s16 d1, q13
vadd.s16 q12, q2, q8
vadd.s16 q13, q2, q9
vqmovun.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | 65d9599807330af74033b50f3063b2bafd539995 | github | media | https://github.com/webmproject/libvpx/blob/65d9599807330af74033b50f3063b2bafd539995/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 601 | 630 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:8 | vst1.8 {q0}, [r0], r1
vdup.8 q0, d3[7]
vst1.8 {q0}, [r0]!
vst1.8 {q0}, [r0], r1
subs r2, r2, #1
bgt loop_h
bx lr
ENDP ; |vp9_h_predictor_32x32_neon|
;void vp9_tm_predictor_4x4_... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:9 | vst1.32 {d1[0]}, [r0], r1
; 3rd row and 4th row
ldrb r12, [r3], #1
ldrb r2, [r3], #1
vdup.u16 q1, r12
vdup.u16 q2, r2
vadd.s16 q1, q1, q3
vadd.s16 q2, q2, q3
vqmovun.s16 d0, q1
vqmovun.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:10 | ; Load left row by row and compute left + (above - ytop_left)
; 1st row and 2nd row
vdup.16 q0, d20[0]
vdup.16 q1, d20[1]
vadd.s16 q0, q3, q0
vadd.s16 q1, q3, q1
; 3rd row and 4th row
vdup.16 q8, d20[2]
vdup.16 q9, d2... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 361 | 420 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:11 | vst1.64 {d0}, [r0], r1
vst1.64 {d1}, [r0], r1
vst1.64 {d2}, [r0], r1
vst1.64 {d3}, [r0], r1
bx lr
ENDP ; |vp9_tm_predictor_8x8_neon|
;void vp9_tm_predictor_16x16_neon (uint8_t *dst, ptrdiff_t y_stride,
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 401 | 460 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:12 | vdup.16 q8, d20[1]
vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqmovun.s16 d2, q1
vqmovun.s16 d3, q0
vqmovun.s16 d22, q11
vqmovun.s16 d23, q8
vdup.16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 441 | 500 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:13 | vadd.s16 q1, q0, q2
vadd.s16 q0, q0, q3
vadd.s16 q11, q8, q2
vadd.s16 q8, q8, q3
vqmovun.s16 d2, q1
vqmovun.s16 d3, q0
vqmovun.s16 d22, q11
vqmovun.s16 d23, q8
vld1.8 {d18}, [r3]! ; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 481 | 540 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:14 | ; Compute above - ytop_left
vsubl.u8 q8, d2, d0
vsubl.u8 q9, d3, d0
vsubl.u8 q10, d4, d0
vsubl.u8 q11, d5, d0
vmovl.u8 q3, d26
; Load left row by row and compute left + (above - ytop_left)
; Process 8 rows in each single loop and loop ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 521 | 580 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:15 | vadd.s16 q13, q1, q9
vadd.s16 q14, q1, q10
vadd.s16 q15, q1, q11
vqmovun.s16 d0, q12
vqmovun.s16 d1, q13
vadd.s16 q12, q2, q8
vadd.s16 q13, q2, q9
vqmovun.s16 d2, q14
vqmovun.s16 d3, q15
vadd.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 561 | 620 |
webmproject/libvpx:vp9/common/arm/neon/vp9_reconintra_neon_asm.asm:16 | vst1.64 {d24-d27}, [r0], r1
; Process two rows.
vadd.s16 q12, q0, q8
vadd.s16 q13, q0, q9
vadd.s16 q14, q0, q10
vadd.s16 q15, q0, q11
vqmovun.s16 d0, q12
vqmovun.s16 d1, q13
vadd.s16 q12, q2, q8
vadd.... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | BSD-3-Clause | b337c54cc41cc4ca8cb12f027c395089adddd0d5 | github | media | https://github.com/webmproject/libvpx/blob/b337c54cc41cc4ca8cb12f027c395089adddd0d5/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm | 601 | 631 |
webmproject/libvpx:vp9/common/arm/neon/vp9_save_reg_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 | vp9/common/arm/neon/vp9_save_reg_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_save_reg_neon.asm | 1 | 35 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm:1 | ;
; Copyright (c) 2013 The WebM 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 sour... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm:5 | vld1.64 {d3}, [r1], r2
vld1.64 {d4}, [r1], r0
vld1.64 {d5}, [r1], r2
vld1.64 {d6}, [r1], r0
vld1.64 {d7}, [r1], r2
vld1.64 {d16}, [r1], r0
vld1.64 {d17}, [r1], r2
vaddw.u8 q9, q0, d2 ; dest[x] + a1
vad... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | 161 | 198 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm:1 | ;
; Copyright (c) 2013 The WebM 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 sour... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | BSD-3-Clause | 3a679e56b2b0f290bbf37ad1e88fc6d7cae53608 | github | media | https://github.com/webmproject/libvpx/blob/3a679e56b2b0f290bbf37ad1e88fc6d7cae53608/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm:5 | vld1.64 {d3}, [r1], r2
vld1.64 {d4}, [r1], r0
vld1.64 {d5}, [r1], r2
vld1.64 {d6}, [r1], r0
vld1.64 {d7}, [r1], r2
vld1.64 {d16}, [r1], r0
vld1.64 {d17}, [r1], r2
vaddw.u8 q9, q0, d2 ; dest[x] + a1
vad... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | BSD-3-Clause | 3a679e56b2b0f290bbf37ad1e88fc6d7cae53608 | github | media | https://github.com/webmproject/libvpx/blob/3a679e56b2b0f290bbf37ad1e88fc6d7cae53608/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm | 161 | 198 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:1 | ;
; Copyright (c) 2013 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 | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:2 | ;
; r0 int16_t input
; r1 int16_t *output
; r2 int output_stride)
; idct16 stage1 - stage6 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 registers. This function will touch q0-q7
; registers and use them as buffer during calculation.
|vp9_idct16x16_256_add_neon_pass1| PROC
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:7 | vqrshrn.s32 d11, q13, #14 ; >> 14
; dct_const_round_shift(temp2)
vqrshrn.s32 d12, q9, #14 ; >> 14
vqrshrn.s32 d13, q10, #14 ; >> 14
; stage 6
vadd.s16 q8, q0, q15 ; step2[0] = step1[0] + step1[7];
vadd.s16 q9, q1, q6... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:8 | ; int16_t skip_adding,
; uint8_t *dest,
; int dest_stride)
;
; r0 int16_t *src
; r1 int16_t *output,
; r2 int16_t *pass1Output,
; r3 int16_t skip_adding,
; r4 uint8_t *dest,
; r5 int dest_stride)
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:20 | vsub.s16 q9, q10, q9 ; step2[6] - step2[9]
vst1.64 {d24}, [r1], r3 ; store output[6]
vst1.64 {d25}, [r1], r5
vst1.64 {d26}, [r1], r3 ; store output[7]
vst1.64 {d27}, [r1], r5
; store the data output 8,9,10,11,12,13,14,15
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 761 | 820 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:23 | vadd.s16 q10, q8, q5 ; step2[2] = step1[2] + step1[5];
vadd.s16 q11, q8, q4 ; step2[3] = step1[3] + step1[4];
vadd.s16 q9, q8, q6 ; step2[1] = step1[1] + step1[6];
vsub.s16 q12, q8, q4 ; step2[4] = step1[3] - step1[4];
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 881 | 940 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:24 | ; r4 uint8_t *dest,
; r5 int dest_stride)
; idct16 stage1 - stage7 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 registers. This function will touch q0-q7
; registers and use them as buffer during calculation.
|vp9_idct16x16_10_add_neon_pass2| PROC
push {r3-r9}
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 921 | 980 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:29 | vld1.s16 {q10}, [r2], r4 ; load data step2[2]
vld1.s16 {q11}, [r2], r4 ; load data step2[3]
vst1.64 {d24}, [r1], r3 ; store output[0]
vst1.64 {d25}, [r1], r5
vst1.64 {d26}, [r1], r3 ; store output[1]
vst1.64 {d27},... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1,121 | 1,179 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:30 | vst1.64 {d18}, [r1], r3
vst1.64 {d19}, [r1], r5
vst1.64 {d4}, [r1], r3
vst1.64 {d5}, [r1], r5
vst1.64 {d6}, [r1], r3
vst1.64 {d7}, [r1], r5
vst1.64 {d8}, [r1], r3
vst1.64 {d9}, [r1], r5
vst1.64 {d10}, [r1], r3
vs... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b096c5a336684ff7520571809a087bf6d5f60944 | github | media | https://github.com/webmproject/libvpx/blob/b096c5a336684ff7520571809a087bf6d5f60944/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1,161 | 1,179 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:1 | ;
; Copyright (c) 2013 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 | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:2 | ;
; r0 int16_t input
; r1 int16_t *output
; r2 int output_stride)
; idct16 stage1 - stage6 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 registers. This function will touch q0-q7
; registers and use them as buffer during calculation.
|vp9_short_idct16x16_add_neon_pass1| PROC
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:7 | vqrshrn.s32 d11, q13, #14 ; >> 14
; dct_const_round_shift(temp2)
vqrshrn.s32 d12, q9, #14 ; >> 14
vqrshrn.s32 d13, q10, #14 ; >> 14
; stage 6
vadd.s16 q8, q0, q15 ; step2[0] = step1[0] + step1[7];
vadd.s16 q9, q1, q6... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:8 | ; int16_t skip_adding,
; uint8_t *dest,
; int dest_stride)
;
; r0 int16_t *src
; r1 int16_t *output,
; r2 int16_t *pass1Output,
; r3 int16_t skip_adding,
; r4 uint8_t *dest,
; r5 int dest_stride)
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:20 | vsub.s16 q9, q10, q9 ; step2[6] - step2[9]
vst1.64 {d24}, [r1], r3 ; store output[6]
vst1.64 {d25}, [r1], r5
vst1.64 {d26}, [r1], r3 ; store output[7]
vst1.64 {d27}, [r1], r5
; store the data output 8,9,10,11,12,13,14,15
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 761 | 820 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:23 | vadd.s16 q10, q8, q5 ; step2[2] = step1[2] + step1[5];
vadd.s16 q11, q8, q4 ; step2[3] = step1[3] + step1[4];
vadd.s16 q9, q8, q6 ; step2[1] = step1[1] + step1[6];
vsub.s16 q12, q8, q4 ; step2[4] = step1[3] - step1[4];
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 881 | 940 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:24 | ; r4 uint8_t *dest,
; r5 int dest_stride)
; idct16 stage1 - stage7 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 registers. This function will touch q0-q7
; registers and use them as buffer during calculation.
|vp9_short_idct16x16_10_add_neon_pass2| PROC
push {r3-r... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 921 | 980 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:29 | vld1.s16 {q10}, [r2], r4 ; load data step2[2]
vld1.s16 {q11}, [r2], r4 ; load data step2[3]
vst1.64 {d24}, [r1], r3 ; store output[0]
vst1.64 {d25}, [r1], r5
vst1.64 {d26}, [r1], r3 ; store output[1]
vst1.64 {d27},... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1,121 | 1,179 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:30 | vst1.64 {d18}, [r1], r3
vst1.64 {d19}, [r1], r5
vst1.64 {d4}, [r1], r3
vst1.64 {d5}, [r1], r5
vst1.64 {d6}, [r1], r3
vst1.64 {d7}, [r1], r5
vst1.64 {d8}, [r1], r3
vst1.64 {d9}, [r1], r5
vst1.64 {d10}, [r1], r3
vs... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | b1b4ba1bddf7290ff3e054e545e2d47dd70688ad | github | media | https://github.com/webmproject/libvpx/blob/b1b4ba1bddf7290ff3e054e545e2d47dd70688ad/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1,161 | 1,179 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:1 | ;
; Copyright (c) 2013 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 | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1 | 60 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:2 | ;void |vp9_short_idct16x16_add_neon_pass1|(int16_t *input,
; int16_t *output, int output_stride)
;
; r0 int16_t input
; r1 int16_t *output
; r2 int output_stride)
; idct16 stage1 - stage6 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 reg... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 41 | 100 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:3 | ; generate cospi_12_64 = 13623
mov r3, #0x3500
add r3, #0x37
; generate cospi_20_64 = 9102
mov r12, #0x2300
add r12, #0x8e
; step2[4] * cospi_28_64
vmull.s16 q2, d18, d0
vmull.s16 q3, d19, d0
; step2[4] * cospi_4_64
v... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 81 | 140 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:4 | ; generate cospi_24_64 = 6270
mov r12, #0x1800
add r12, #0x7e
; step2[5] * cospi_12_64
vmull.s16 q2, d26, d2
vmull.s16 q3, d27, d2
; step2[5] * cospi_20_64
vmull.s16 q9, d26, d3
vmull.s16 q15, d27, d3
; temp1 = input[5] * cospi_12_64... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 121 | 180 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:5 | mov r3, #0x3b00
add r3, #0x21
vdup.16 d30, r12 ; duplicate cospi_24_64
vdup.16 d31, r3 ; duplicate cospi_8_64
; temp1 = (step1[0] + step1[1]) * cospi_16_64
vadd.s32 q3, q2, q0
vadd.s32 q12, q11, q1
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 161 | 220 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:6 | vqrshrn.s32 d22, q0, #14 ; >> 14
vqrshrn.s32 d23, q1, #14 ; >> 14
; dct_const_round_shift(temp1)
vqrshrn.s32 d20, q12, #14 ; >> 14
vqrshrn.s32 d21, q13, #14 ; >> 14
vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - s... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 201 | 260 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:7 | ; dct_const_round_shift(temp1)
vqrshrn.s32 d10, q6, #14 ; >> 14
vqrshrn.s32 d11, q13, #14 ; >> 14
; dct_const_round_shift(temp2)
vqrshrn.s32 d12, q9, #14 ; >> 14
vqrshrn.s32 d13, q10, #14 ; >> 14
; stage 6
vadd.s16 q8... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 241 | 300 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:8 | ; int16_t *output,
; int16_t *pass1Output,
; int16_t skip_adding,
; uint8_t *dest,
; int dest_stride)
;
; r0 int16_t *src
; ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 281 | 340 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:9 | TRANSPOSE8X8
; stage 3
vdup.16 d12, r3 ; duplicate cospi_30_64
vdup.16 d13, r12 ; duplicate cospi_2_64
; preloading to avoid stall
; generate cospi_14_64 = 12665
mov r3, #0x3100
add r3, #0x79
; generate cospi_1... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 321 | 380 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:10 | vqrshrn.s32 d15, q4, #14 ; >> 14
; preloading to avoid stall
; generate cospi_22_64 = 7723
mov r3, #0x1e00
add r3, #0x2b
; generate cospi_10_64 = 14449
mov r12, #0x3800
add r12, #0x71
; step1[9] * cospi_14_64
vmull.s... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 361 | 420 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:11 | vmull.s16 q12, d21, d30
; step1[10] * cospi_10_64
vmull.s16 q4, d20, d31
vmull.s16 q5, d21, d31
; temp1 = step1[10] * cospi_22_64 - step1[13] * cospi_10_64
vmlsl.s16 q11, d26, d31
vmlsl.s16 q12, d27, d31
; temp2 = step1[10] * cospi_10_64 + step1[13] * cospi_2... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 401 | 460 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:12 | vmull.s16 q13, d29, d31
; temp1 = step1[11] * cospi_6_64 - step1[12] * cospi_26_64
vmlsl.s16 q10, d18, d31
vmlsl.s16 q11, d19, d31
; temp2 = step1[11] * cospi_26_64 + step1[12] * cospi_6_64
vmlal.s16 q12, d18, d30
vmlal.s16 q13, d19, d30
vsub.s16 q9, q... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 441 | 500 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:13 | vdup.16 d31, r3 ; duplicate cospi_24_64
; step1[9] * cospi_24_64
vmull.s16 q2, d18, d31
vmull.s16 q3, d19, d31
; step1[14] * cospi_24_64
vmull.s16 q4, d28, d31
vmull.s16 q5, d29, d31
; temp2 = step1[9] * cospi_24_64 + step1[14] * cospi_8_6... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 481 | 540 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:14 | ; temp2 = -step1[10] * cospi_8_64 + step1[13] * cospi_24_64
vmlsl.s16 q11, d20, d31
vmlsl.s16 q12, d21, d31
; temp1 = -step1[10] * cospi_8_64 + step1[13] * cospi_24_64
vmlal.s16 q8, d26, d31
vmlal.s16 q9, d27, d31
; dct_const_round_shift(temp2)
vqrshrn.s32 d4, q... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 521 | 580 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:15 | ; temp1 = (-step1[10] + step1[13]) * cospi_16_64
vsub.s32 q5, q3, q0
vsub.s32 q6, q4, q1
; temp2 = (step1[10] + step1[13]) * cospi_16_64
vadd.s32 q10, q3, q0
vadd.s32 q4, q4, q1
; dct_const_round_shift(temp1)
vqrshrn.s32 d4, q5, #14 ; >> 14
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 561 | 620 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:16 | mov r4, #16 ; pass1Output stride
ldr r3, [sp] ; load skip_adding
cmp r3, #0 ; check if need adding dest data
beq skip_adding_dest
ldr r7, [sp, #28] ; dest used to save element ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 601 | 660 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:17 | vst1.64 {d12}, [r9], r8 ; store the data
vst1.64 {d13}, [r9], r8 ; store the data
vsub.s16 q4, q11, q4 ; step2[3] - step2[12]
vsub.s16 q5, q10, q5 ; step2[2] - step2[13]
vld1.s16 {q0}, [r2], r4 ; load data st... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 641 | 700 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:18 | vrshr.s16 q8, q8, #6 ; ROUND_POWER_OF_TWO
vaddw.u8 q8, q8, d12 ; + dest[j * dest_stride + i]
vqmovun.s16 d12, q8 ; clip pixel
vst1.64 {d12}, [r9], r8 ; store the data
vld1.64 {d12}, [r7], r8 ; load destin... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 681 | 740 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:19 | skip_adding_dest
; stage 7
; load the data in pass1
mov r5, #24
mov r3, #8
vld1.s16 {q0}, [r2], r4 ; load data step2[0]
vld1.s16 {q1}, [r2], r4 ; load data step2[1]
vadd.s16 q12, q0, q15 ; step2[0] + step2[15]... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 721 | 780 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:20 | vsub.s16 q3, q0, q3 ; step2[4] - step2[11]
vsub.s16 q8, q11, q8 ; step2[7] - step2[8]
vsub.s16 q9, q10, q9 ; step2[6] - step2[9]
vst1.64 {d24}, [r1], r3 ; store output[6]
vst1.64 {d25}, [r1], r5
vst1.64 ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 761 | 820 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:21 | |vp9_short_idct16x16_10_add_neon_pass1| PROC
; TODO(hkuang): Find a better way to load the elements.
; load elements of 0, 2, 4, 6, 8, 10, 12, 14 into q8 - q15
vld2.s16 {q8,q9}, [r0]!
vld2.s16 {q9,q10}, [r0]!
vld2.s16 {q10,q11}, [r0]!
vld2.s16 {q11,q12}, [r0]!
vl... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 801 | 860 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:22 | ; dct_const_round_shift(step2[4] * cospi_4_64);
vqrdmulh.s16 q7, q9, q1
; stage 4
vdup.16 q1, r3 ; cospi_16_64*2
; generate cospi_16_64 = 11585
mov r3, #0x2d00
add r3, #0x41
vdup.16 d4, r3; ; duplicate cospi_1... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 841 | 900 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:23 | ; stage 6
vadd.s16 q2, q8, q7 ; step2[0] = step1[0] + step1[7];
vadd.s16 q10, q8, q5 ; step2[2] = step1[2] + step1[5];
vadd.s16 q11, q8, q4 ; step2[3] = step1[3] + step1[4];
vadd.s16 q9, q8, q6 ; step2[1] = step1[1] + ... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 881 | 940 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:24 | ; r2 int16_t *pass1Output,
; r3 int16_t skip_adding,
; r4 uint8_t *dest,
; r5 int dest_stride)
; idct16 stage1 - stage7 on all the elements loaded in q8-q15. The output
; will be stored back into q8-q15 registers. This function will touch q0-q7
; registers and use them as buffer during calculation.
|vp9_short_idct... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 921 | 980 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:25 | vdup.16 q6, r12 ; duplicate 2*cospi_2_64
; dct_const_round_shift(step1[8] * cospi_2_64)
vqrdmulh.s16 q7, q8, q6
; preloading to avoid stall
; generate 2*cospi_26_64 = 9512
mov r12, #0x2500
add r12, #0x28
rsb r12, #0
vdup.... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 961 | 1,020 |
webmproject/libvpx:vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm:26 | vmull.s16 q11, d1, d31
; temp1 = -step1[9] * cospi_8_64 + step1[14] * cospi_24_64
vmlsl.s16 q12, d0, d30
vmlsl.s16 q5, d1, d30
; temp2 = step1[9] * cospi_24_64 + step1[14] * cospi_8_64
vmlal.s16 q2, d14, d30
vmlal.s16 q11, d15, d30
rsb r12, #0
... | arm | masm-like | handwritten | webmproject/libvpx | vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | BSD-3-Clause | 15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e | github | media | https://github.com/webmproject/libvpx/blob/15a36a0a0ddaa154c6ab3c3c32a86a71f07c640e/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm | 1,001 | 1,060 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.