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:vpx_dsp/arm/idct4x4_1_add_neon.asm:2 | asr r0, r0, #14 ; >> DCT_CONST_BITS
; a1 = ROUND_POWER_OF_TWO(out, 4)
add r0, r0, #8 ; + (1 <<((4) - 1))
asr r0, r0, #4 ; >> 4
vdup.s16 q0, r0 ; duplicate a1
vld1.32 {d2[0]}, [r1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_1_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_1_add_neon.asm | 41 | 68 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:2 | ; cospi_8_64 = 15137
movw r0, #0x3b21
; cospi_16_64 = 11585
movw r3, #0x2d41
; cospi_24_64 = 6270
movw r12, #0x187e
; transpose the input data
; 00 01 02 03 d16
; 10 11 12 13 d17
; 20 21 22 23 d18
; 30 31 32 33 d19
vtrn.16 d16... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct4x4_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:3 | vmull.s16 q14, d18, d21
vadd.s32 q13, q8, q14
vsub.s32 q14, q8, q14
; input[1] * cospi_24_64 - input[3] * cospi_8_64;
; input[1] * cospi_8_64 + input[3] * cospi_24_64;
vmlsl.s16 q15, d19, d20
vmlal.s16 q1, d19, d22
; dct_const_round_shift
vrshrn.s32 d26, q13, #14
vrshrn.s32 d... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct4x4_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[1] * cospi_8_64
; (input[0] + input[2]) * co... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:5 | ; ROUND_POWER_OF_TWO(temp_out[j], 4)
vrshr.s16 q8, q8, #4
vrshr.s16 q9, q9, #4
vld1.32 {d26[0]}, [r1], r2
vld1.32 {d26[1]}, [r1], r2
vld1.32 {d27[1]}, [r1], r2
vld1.32 {d27[0]}, [r1] ; no post-increment
; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * stride + i]
vaddw.u8 q8, q8, d26
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct4x4_add_neon.asm | 161 | 188 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[1] * cospi_8_64
; (input[0] + input[2]) * co... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:5 | ; ROUND_POWER_OF_TWO(temp_out[j], 4)
vrshr.s16 q8, q8, #4
vrshr.s16 q9, q9, #4
vld1.32 {d26[0]}, [r1], r2
vld1.32 {d26[1]}, [r1], r2
vld1.32 {d27[1]}, [r1], r2
vld1.32 {d27[0]}, [r1] ; no post-increment
; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
vaddw.u8 q8, q8, ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct4x4_add_neon.asm | 161 | 188 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:2 | ; cospi_8_64 = 15137
movw r0, #0x3b21
; cospi_16_64 = 11585
movw r3, #0x2d41
; cospi_24_64 = 6270
movw r12, #0x187e
; transpose the input data
; 00 01 02 03 d16
; 10 11 12 13 d17
; 20 21 22 23 d18
; 30 31 32 33 d19
vtrn.16 d16... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 6cc76ec73f02c4c6e78cd77f73b09ea385915f34 | github | media | https://github.com/webmproject/libvpx/blob/6cc76ec73f02c4c6e78cd77f73b09ea385915f34/vpx_dsp/arm/idct4x4_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:3 | vmull.s16 q14, d18, d21
vadd.s32 q13, q8, q14
vsub.s32 q14, q8, q14
; input[1] * cospi_24_64 - input[3] * cospi_8_64;
; input[1] * cospi_8_64 + input[3] * cospi_24_64;
vmlsl.s16 q15, d19, d20
vmlal.s16 q1, d19, d22
; dct_const_round_shift
vqrshrn.s32 d26, q13, #14
vqrshrn.s32... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 6cc76ec73f02c4c6e78cd77f73b09ea385915f34 | github | media | https://github.com/webmproject/libvpx/blob/6cc76ec73f02c4c6e78cd77f73b09ea385915f34/vpx_dsp/arm/idct4x4_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[1] * cospi_8_64
; (input[0] + input[2]) * co... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 6cc76ec73f02c4c6e78cd77f73b09ea385915f34 | github | media | https://github.com/webmproject/libvpx/blob/6cc76ec73f02c4c6e78cd77f73b09ea385915f34/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:2 | ; cospi_8_64 = 15137
movw r0, #0x3b21
; cospi_16_64 = 11585
movw r3, #0x2d41
; cospi_24_64 = 6270
movw r12, #0x187e
; transpose the input data
; 00 01 02 03 d16
; 10 11 12 13 d17
; 20 21 22 23 d18
; 30 31 32 33 d19
vtrn.16 d16... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct4x4_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:3 | ; (input[0] + input[2]) * cospi_16_64;
; (input[0] - input[2]) * cospi_16_64;
vmull.s16 q13, d23, d21
vmull.s16 q14, d24, d21
; input[1] * cospi_24_64 - input[3] * cospi_8_64;
; input[1] * cospi_8_64 + input[3] * cospi_24_64;
vmlsl.s16 q15, d19, d20
vmlal.s16 q1, d19, d22
; dct_const... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct4x4_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; 03 13 23 33 d19
; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[1] * cospi_8_64
; (... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 3ae25974fd4abfed344216a28d5af92fb62e3cc6 | github | media | https://github.com/webmproject/libvpx/blob/3ae25974fd4abfed344216a28d5af92fb62e3cc6/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:2 | ; cospi_16_64 = 11585
movw r3, #0x2d41
; cospi_24_64 = 6270
movw r12, #0x187e
; transpose the input data
; 00 01 02 03 d16
; 10 11 12 13 d17
; 20 21 22 23 d18
; 30 31 32 33 d19
vtrn.16 d16, d17
vtrn.16 d18, d19
; generate consta... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct4x4_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:3 | vmull.s16 q13, d23, d21
vmull.s16 q14, d24, d21
; input[1] * cospi_24_64 - input[3] * cospi_8_64;
; input[1] * cospi_8_64 + input[3] * cospi_24_64;
vmlsl.s16 q15, d19, d20
vmlal.s16 q1, d19, d22
; dct_const_round_shift
vqrshrn.s32 d26, q13, #14
vqrshrn.s32 d27, q14, #14
vqrshrn.s... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct4x4_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[1] * cospi_8_64
; (input[0] + input[2]) * co... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:5 | vrshr.s16 q8, q8, #4
vrshr.s16 q9, q9, #4
vld1.32 {d26[0]}, [r1], r2
vld1.32 {d26[1]}, [r1], r2
vld1.32 {d27[1]}, [r1], r2
vld1.32 {d27[0]}, [r1] ; no post-increment
; ROUND_POWER_OF_TWO(temp_out[j], 4) + dest[j * dest_stride + i]
vaddw.u8 q8, q8, d26
vaddw.u8 q9, q9, d27
; clip_... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct4x4_add_neon.asm | 161 | 187 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_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 | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:2 | add r0, #0x21
; cospi_16_64 = 11585 = 0x2d41
mov r3, #0x2d00
add r3, #0x41
; cospi_24_64 = 6270 = 0x 187e
mov r12, #0x1800
add r12, #0x7e
; transpose the input data
; 00 01 02 03 d16
; 10 11 12 13 d17
; 20 21 22 23 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:3 | ; (input[0] + input[2]) * cospi_16_64;
; (input[0] - input[2]) * cospi_16_64;
vmull.s16 q13, d23, d21
vmull.s16 q14, d24, d21
; input[1] * cospi_24_64 - input[3] * cospi_8_64;
; input[1] * cospi_8_64 + input[3] * cospi_24_64;
vmlsl.s16 q15, d19, d20
vmlal.s16 q1, d19, d22
; dct_const... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:4 | ; 02 12 22 32 d18
; 03 13 23 33 d19
; do the transform on columns
; stage 1
vadd.s16 d23, d16, d18 ; (input[0] + input[2])
vsub.s16 d24, d16, d18 ; (input[0] - input[2])
vmull.s16 q15, d17, d22 ; input[1] * cospi_24_64
vmull.s16 q1, d17, d20 ; input[... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct4x4_add_neon.asm:5 | ; temp_out[2, 3] = d19, d18 = q9 swapped
; ROUND_POWER_OF_TWO(temp_out[j], 4)
vrshr.s16 q8, q8, #4
vrshr.s16 q9, q9, #4
vld1.32 {d26[0]}, [r1], r2
vld1.32 {d26[1]}, [r1], r2
vld1.32 {d27[1]}, [r1], r2
vld1.32 {d27[0]}, [r1] ; no post-increment
; ROUND_POWER_OF_TWO(temp_out[j], 4) + d... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct4x4_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct4x4_add_neon.asm | 161 | 190 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_1_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_1_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_1_add_neon.asm:2 | ; a1 = ROUND_POWER_OF_TWO(out, 5)
add r0, r0, #16 ; + (1 <<((5) - 1))
asr r0, r0, #5 ; >> 5
vdup.s16 q0, r0 ; duplicate a1
; load destination data
vld1.64 {d2}, [r1], r2
vld1.64 {d3}, [r1], r2
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_1_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_1_add_neon.asm | 41 | 86 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_1_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_1_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_1_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_1_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_1_add_neon.asm:2 | asr r0, r0, #14 ; >> DCT_CONST_BITS
; a1 = ROUND_POWER_OF_TWO(out, 5)
add r0, r0, #16 ; + (1 <<((5) - 1))
asr r0, r0, #5 ; >> 5
vdup.s16 q0, r0 ; duplicate a1
; load destination data
v... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_1_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_1_add_neon.asm | 41 | 88 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:2 | ; input[1]*cospi_28_64-input[7]*cospi_4_64
vmlsl.s16 q2, d30, d1
vmlsl.s16 q3, d31, d1
; input[5] * cospi_12_64 - input[3] * cospi_20_64
vmlsl.s16 q5, d22, d3
vmlsl.s16 q6, d23, d3
; dct_const_round_shift(input_dc * cospi_16_64)
vrshrn.s32 d8, q2, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:3 | vrshrn.s32 d12, q9, #14 ; >> 14
vrshrn.s32 d13, q13, #14 ; >> 14
; input[0] * cospi_16_64
vmull.s16 q2, d16, d0
vmull.s16 q3, d17, d0
; input[0] * cospi_16_64
vmull.s16 q13, d16, d0
vmull.s16 q15, d17, d0
; (input[0] + input[2... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:4 | vmlsl.s16 q2, d28, d1
vmlsl.s16 q3, d29, d1
; input[1] * cospi_8_64 + input[3] * cospi_24_64
vmlal.s16 q8, d28, d0
vmlal.s16 q12, d29, d0
; dct_const_round_shift(input_dc * cospi_16_64)
vrshrn.s32 d26, q2, #14 ; >> 14
vrshrn.s32 d27, q3, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:5 | ; (step2[5] + step2[6]) * cospi_16_64
vmlal.s16 q11, d26, d16
vmlal.s16 q12, d27, d16
; dct_const_round_shift(input_dc * cospi_16_64)
vrshrn.s32 d10, q9, #14 ; >> 14
vrshrn.s32 d11, q10, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi_16_64)
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:6 | AREA Block, CODE, READONLY ; name this block of code
;void vpx_idct8x8_64_add_neon(int16_t *input, uint8_t *dest, int stride)
;
; r0 int16_t input
; r1 uint8_t *dest
; r2 int stride)
|vpx_idct8x8_64_add_neon| PROC
push {r4-r9}
vpush {d8-d15}
LOAD_TRAN_LOW_TO_S16 d16, d17, d18, d1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 201 | 260 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:7 | ; First transform rows
IDCT8x8_1D
; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 q11, q11, #5
vrshr.s16 q1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 241 | 300 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:8 | vaddw.u8 q15, q15, d7
; clip_pixel
vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q11
vqmovun.s16 d4, q12
vqmovun.s16 d5, q13
vqmovun.s16 d6, q14
vqmovun.s16 d7, q15
; store the data
vst1.64 {d0}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 281 | 340 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:9 | ; transpose the input data
TRANSPOSE8X8
; cospi_28_64 = 3196
movw r3, #0x0c7c
; cospi_4_64 = 16069
movw r4, #0x3ec5
; cospi_12_64 = 13623
movw r5, #0x3537
; cospi_20_64 = 9102
movw r6, #0x238e
; cospi_16_64 = 11585
movw ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 321 | 380 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:10 | rsb r12, #0
vdup.16 q0, r12 ; duplicate -cospi_20_64*2
; dct_const_round_shift(input[1] * cospi_4_64)
vqrdmulh.s16 q7, q9, q1
mov r12, r5, lsl #1
vdup.16 q1, r12 ; duplicate cospi_12_64*2
; dct_const_round_shift(- ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 361 | 420 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:11 | vsub.s16 q3, q9, q15 ; output[3] = step[0] - step[3]
; stage 2 - odd half
vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
vsub.s16 q14, q7, q6 ; step2[6] = -st... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 401 | 460 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:12 | vsub.s16 q15, q0, q7 ; output[7] = step1[0] - step1[7];
; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 441 | 500 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:13 | ; clip_pixel
vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q11
vqmovun.s16 d4, q12
vqmovun.s16 d5, q13
vqmovun.s16 d6, q14
vqmovun.s16 d7, q15
; store the data
vst1.64 {d0}, [r0], r2
vst1.64 {d1}, [r... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 5d4aa325a6be1be3688eb893aa64b0f91b4ff07a | github | media | https://github.com/webmproject/libvpx/blob/5d4aa325a6be1be3688eb893aa64b0f91b4ff07a/vpx_dsp/arm/idct8x8_add_neon.asm | 481 | 507 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:5 | ; (step2[5] + step2[6]) * cospi_16_64
vmlal.s16 q11, d26, d16
vmlal.s16 q12, d27, d16
; dct_const_round_shift(input_dc * cospi_16_64)
vrshrn.s32 d10, q9, #14 ; >> 14
vrshrn.s32 d11, q10, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi_16_64)
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct8x8_add_neon.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:6 | AREA Block, CODE, READONLY ; name this block of code
;void vpx_idct8x8_64_add_neon(int16_t *input, uint8_t *dest, int dest_stride)
;
; r0 int16_t input
; r1 uint8_t *dest
; r2 int dest_stride)
|vpx_idct8x8_64_add_neon| PROC
push {r4-r9}
vpush {d8-d15}
LOAD_TRAN_LOW_TO_S16 d16, d1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct8x8_add_neon.asm | 201 | 260 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:7 | ; First transform rows
IDCT8x8_1D
; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 q11, q11, #5
vrshr.s16 q1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct8x8_add_neon.asm | 241 | 300 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:8 | vaddw.u8 q15, q15, d7
; clip_pixel
vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q11
vqmovun.s16 d4, q12
vqmovun.s16 d5, q13
vqmovun.s16 d6, q14
vqmovun.s16 d7, q15
; store the data
vst1.64 {d0}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct8x8_add_neon.asm | 281 | 340 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:12 | vsub.s16 q15, q0, q7 ; output[7] = step1[0] - step1[7];
; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 018a2adcb1b14a8f12fae6342c627c41e8b28ef1 | github | media | https://github.com/webmproject/libvpx/blob/018a2adcb1b14a8f12fae6342c627c41e8b28ef1/vpx_dsp/arm/idct8x8_add_neon.asm | 441 | 500 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:2 | ; input[1]*cospi_28_64-input[7]*cospi_4_64
vmlsl.s16 q2, d30, d1
vmlsl.s16 q3, d31, d1
; input[5] * cospi_12_64 - input[3] * cospi_20_64
vmlsl.s16 q5, d22, d3
vmlsl.s16 q6, d23, d3
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d8, q2, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:3 | vqrshrn.s32 d12, q9, #14 ; >> 14
vqrshrn.s32 d13, q13, #14 ; >> 14
; input[0] * cospi_16_64
vmull.s16 q2, d16, d0
vmull.s16 q3, d17, d0
; input[0] * cospi_16_64
vmull.s16 q13, d16, d0
vmull.s16 q15, d17, d0
; (input[0] + input[... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:4 | vmlsl.s16 q2, d28, d1
vmlsl.s16 q3, d29, d1
; input[1] * cospi_8_64 + input[3] * cospi_24_64
vmlal.s16 q8, d28, d0
vmlal.s16 q12, d29, d0
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d26, q2, #14 ; >> 14
vqrshrn.s32 d27, q3, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:5 | ; (step2[5] + step2[6]) * cospi_16_64
vmlal.s16 q11, d26, d16
vmlal.s16 q12, d27, d16
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d10, q9, #14 ; >> 14
vqrshrn.s32 d11, q10, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi_16_64)
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:11 | vsub.s16 q3, q9, q15 ; output[3] = step[0] - step[3]
; stage 2 - odd half
vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
vsub.s16 q14, q7, q6 ; step2[6] = -st... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1ddb4c03622a654452a5e76b5a0e4db715dc350d | github | media | https://github.com/webmproject/libvpx/blob/1ddb4c03622a654452a5e76b5a0e4db715dc350d/vpx_dsp/arm/idct8x8_add_neon.asm | 401 | 460 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 3ae25974fd4abfed344216a28d5af92fb62e3cc6 | github | media | https://github.com/webmproject/libvpx/blob/3ae25974fd4abfed344216a28d5af92fb62e3cc6/vpx_dsp/arm/idct8x8_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_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 | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:2 | vmlsl.s16 q3, d31, d1
; input[5] * cospi_12_64 - input[3] * cospi_20_64
vmlsl.s16 q5, d22, d3
vmlsl.s16 q6, d23, d3
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d8, q2, #14 ; >> 14
vqrshrn.s32 d9, q3, #14 ; >> 14
; dct_c... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:3 | ; input[0] * cospi_16_64
vmull.s16 q2, d16, d0
vmull.s16 q3, d17, d0
; input[0] * cospi_16_64
vmull.s16 q13, d16, d0
vmull.s16 q15, d17, d0
; (input[0] + input[2]) * cospi_16_64
vmlal.s16 q2, d24, d0
vmlal.s16 q3, d25, d0
; (input[0] - input[2]... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:4 | ; input[1] * cospi_8_64 + input[3] * cospi_24_64
vmlal.s16 q8, d28, d0
vmlal.s16 q12, d29, d0
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d26, q2, #14 ; >> 14
vqrshrn.s32 d27, q3, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:5 | vmlal.s16 q11, d26, d16
vmlal.s16 q12, d27, d16
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d10, q9, #14 ; >> 14
vqrshrn.s32 d11, q10, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d12, q11, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:6 | ;void vpx_idct8x8_64_add_neon(int16_t *input, uint8_t *dest, int dest_stride)
;
; r0 int16_t input
; r1 uint8_t *dest
; r2 int dest_stride)
|vpx_idct8x8_64_add_neon| PROC
push {r4-r9}
vpush {d8-d15}
vld1.s16 {q8,q9}, [r0]!
vld1.s16 {q10,q11}, [r0]!
vld1.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 201 | 260 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:7 | ; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 q11, q11, #5
vrshr.s16 q12, q12, #5
vrshr.s16 q13, q13, #5... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 241 | 300 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:8 | ; clip_pixel
vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q11
vqmovun.s16 d4, q12
vqmovun.s16 d5, q13
vqmovun.s16 d6, q14
vqmovun.s16 d7, q15
; store the data
vst1.64 {d0}, [r0], r2
vst1.64 {d1}, [r... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 281 | 340 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:9 | TRANSPOSE8X8
; cospi_28_64 = 3196
movw r3, #0x0c7c
; cospi_4_64 = 16069
movw r4, #0x3ec5
; cospi_12_64 = 13623
movw r5, #0x3537
; cospi_20_64 = 9102
movw r6, #0x238e
; cospi_16_64 = 11585
movw r7, #0x2d41
; cospi_2... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 321 | 380 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:10 | ; dct_const_round_shift(input[1] * cospi_4_64)
vqrdmulh.s16 q7, q9, q1
mov r12, r5, lsl #1
vdup.16 q1, r12 ; duplicate cospi_12_64*2
; dct_const_round_shift(- input[3] * cospi_20_64)
vqrdmulh.s16 q5, q11, q0
mov r12, r7, lsl #1
vdup.... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 361 | 420 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:11 | ; stage 2 - odd half
vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]
vadd.s16 q7, q7, q6 ; step2[7] = st... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 401 | 460 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:12 | ; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9, q9, #5
vrshr.s16 q10, q10, #5
vrshr.s16 q11, q11, #5
vrshr.s16 q12, q12, #5
vrshr.s16 q13, q13, #5... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 441 | 500 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:13 | vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q11
vqmovun.s16 d4, q12
vqmovun.s16 d5, q13
vqmovun.s16 d6, q14
vqmovun.s16 d7, q15
; store the data
vst1.64 {d0}, [r0], r2
vst1.64 {d1}, [r0], r2
vst1.6... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 1e1caad16570a526b17c1d861cb8011f50ab6425 | github | media | https://github.com/webmproject/libvpx/blob/1e1caad16570a526b17c1d861cb8011f50ab6425/vpx_dsp/arm/idct8x8_add_neon.asm | 481 | 505 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:5 | vmlal.s16 q11, d26, d16
vmlal.s16 q12, d27, d16
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d10, q9, #14 ; >> 14
vqrshrn.s32 d11, q10, #14 ; >> 14
; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d12, q11, #14 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:6 | ;void vpx_idct8x8_64_add_neon(int16_t *input, uint8_t *dest, int dest_stride)
;
; r0 int16_t input
; r1 uint8_t *dest
; r2 int dest_stride)
|vpx_idct8x8_64_add_neon| PROC
push {r4-r9}
vpush {d8-d15}
vld1.s16 {q8,q9}, [r0]!
vld1.s16 {q10,q11}, [r0]!
vld1.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 201 | 260 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:7 | ; generate cospi_8_64 = 15137
mov r9, #0x3b00
add r9, #0x21
; First transform rows
IDCT8x8_1D
; Transpose the matrix
TRANSPOSE8X8
; Then transform columns
IDCT8x8_1D
; ROUND_POWER_OF_TWO(temp_out[j], 5)
vrshr.s16 q8, q8, #5
vrshr.s16 q9... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 241 | 300 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:8 | vaddw.u8 q10, q10, d2
vaddw.u8 q11, q11, d3
vaddw.u8 q12, q12, d4
vaddw.u8 q13, q13, d5
vaddw.u8 q14, q14, d6
vaddw.u8 q15, q15, d7
; clip_pixel
vqmovun.s16 d0, q8
vqmovun.s16 d1, q9
vqmovun.s16 d2, q10
vqmovun.s16 d3, q1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 281 | 340 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:9 | vpush {d8-d15}
vld1.s16 {q8,q9}, [r0]!
vld1.s16 {q10,q11}, [r0]!
vld1.s16 {q12,q13}, [r0]!
vld1.s16 {q14,q15}, [r0]!
; transpose the input data
TRANSPOSE8X8
; generate cospi_28_64 = 3196
mov r3, #0x0c00
add r3, #0x7c
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 321 | 380 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:10 | ; dct_const_round_shift(input[1] * cospi_28_64). vqrdmulh will do doubling
; multiply and shift the result by 16 bits instead of 14 bits. So we need
; to double the constants before multiplying to compensate this.
mov r12, r3, lsl #1
vdup.16 q0, r12 ; duplicate cosp... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 361 | 420 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:11 | ; dct_const_round_shift(input[1] * cospi_24_64)
vqrdmulh.s16 q13, q10, q1
; dct_const_round_shift(input[1] * cospi_8_64)
vqrdmulh.s16 q15, q10, q0
; stage 3 -odd half
vdup.16 d16, r7 ; duplicate cospi_16_64
vadd.s16 q0, q9, q15 ; output[0] ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 401 | 460 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:12 | ; dct_const_round_shift(input_dc * cospi_16_64)
vqrshrn.s32 d12, q11, #14 ; >> 14
vqrshrn.s32 d13, q12, #14 ; >> 14
; stage 4
vadd.s16 q8, q0, q7 ; output[0] = step1[0] + step1[7];
vadd.s16 q9, q1, q6 ; output[1] = step1[1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 441 | 500 |
webmproject/libvpx:vpx_dsp/arm/idct8x8_add_neon.asm:13 | vld1.64 {d6}, [r1], r2
vld1.64 {d7}, [r1]
; ROUND_POWER_OF_TWO(temp_out[j], 5) + dest[j * dest_stride + i]
vaddw.u8 q8, q8, d0
vaddw.u8 q9, q9, d1
vaddw.u8 q10, q10, d2
vaddw.u8 q11, q11, d3
vaddw.u8 q12, q12, d4
vaddw.u8 q13, q1... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct8x8_add_neon.asm | BSD-3-Clause | 08a453b9de37c796f52e439da98364923726d095 | github | media | https://github.com/webmproject/libvpx/blob/08a453b9de37c796f52e439da98364923726d095/vpx_dsp/arm/idct8x8_add_neon.asm | 481 | 519 |
webmproject/libvpx:vpx_dsp/arm/idct_neon.asm:1 | ;
; Copyright (c) 2016 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 | nasm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/idct_neon.asm | 1 | 46 |
webmproject/libvpx:vpx_dsp/arm/idct_neon.asm:1 | ;
; Copyright (c) 2016 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 | nasm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct_neon.asm | BSD-3-Clause | 34c35b6fb6417570fff4cb81f1ce45ebe0a1972f | github | media | https://github.com/webmproject/libvpx/blob/34c35b6fb6417570fff4cb81f1ce45ebe0a1972f/vpx_dsp/arm/idct_neon.asm | 1 | 30 |
webmproject/libvpx:vpx_dsp/arm/idct_neon.asm:1 | ;
; Copyright (c) 2016 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 | nasm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/idct_neon.asm | BSD-3-Clause | 3ae25974fd4abfed344216a28d5af92fb62e3cc6 | github | media | https://github.com/webmproject/libvpx/blob/3ae25974fd4abfed344216a28d5af92fb62e3cc6/vpx_dsp/arm/idct_neon.asm | 1 | 29 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/intrapred_neon_asm.asm:2 | vst1.32 {d0[0]}, [r0], r1
vst1.32 {d0[0]}, [r0], r1
bx lr
ENDP ; |vpx_v_predictor_4x4_neon|
;void vpx_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
; const uint... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 41 | 100 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 81 | 140 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 ; |vpx_v_predictor_32x32_neon|
;void vpx_h_predictor_4x4_neon(uint8_t *dst, p... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 121 | 180 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 161 | 220 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 201 | 260 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 241 | 300 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 ; |vpx_h_predictor_32x32_neon|
;void vpx_tm_predictor_4x4_... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 281 | 340 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 321 | 380 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 361 | 420 |
webmproject/libvpx:vpx_dsp/arm/intrapred_neon_asm.asm:11 | vst1.64 {d1}, [r0], r1
vst1.64 {d2}, [r0], r1
vst1.64 {d3}, [r0], r1
bx lr
ENDP ; |vpx_tm_predictor_8x8_neon|
;void vpx_tm_predictor_16x16_neon (uint8_t *dst, ptrdiff_t y_stride,
; const uint8_t *above,
... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 401 | 460 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 441 | 500 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 481 | 540 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 521 | 580 |
webmproject/libvpx:vpx_dsp/arm/intrapred_neon_asm.asm:15 | 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 q14, q2, q10
vadd.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 561 | 620 |
webmproject/libvpx:vpx_dsp/arm/intrapred_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 | vpx_dsp/arm/intrapred_neon_asm.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/intrapred_neon_asm.asm | 601 | 630 |
webmproject/libvpx:vpx_dsp/arm/loopfilter_16_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 | vpx_dsp/arm/loopfilter_16_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/loopfilter_16_neon.asm | 1 | 60 |
webmproject/libvpx:vpx_dsp/arm/loopfilter_16_neon.asm:2 | vld1.u8 {d0}, [r8@64], r1 ; p7
vld1.u8 {d1}, [r8@64], r1 ; p6
vld1.u8 {d2}, [r8@64], r1 ; p5
vld1.u8 {d3}, [r8@64], r1 ; p4
vld1.u8 {d4}, [r8@64], r1 ; p3
vld1.u8 {d5}, [r8@64], r1 ; p2
vld1.u8 {d6}, [r8@64], r1 ... | arm | masm-like | handwritten | webmproject/libvpx | vpx_dsp/arm/loopfilter_16_neon.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vpx_dsp/arm/loopfilter_16_neon.asm | 41 | 100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.