id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:4 | ; loop start
token_loop
ldrb r4, [r9, lr, asr #1] ; pp [i>>1]
sub r7, r5, #1 ; range-1
; Decisions are made based on the bit value shifted
; off of v, so set a flag here based on this.
; This value is refered to as "bb"
lsrs r12, r12, #1 ; bb = v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:5 | token_zero_while_loop
mov r10, #0
strb r10, [r7, r4] ; w->buffer[x] =(unsigned char)0
sub r4, r4, #1 ; x--
token_zero_while_start
cmp r4, #0
ldrge r7, [r0, #vp8_writer_buffer]
ldrb r11, [r7, r4]
cmpge r11, #0xff
beq token_zero_whil... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:6 | ldr r7, [sp, #84] ; vp8_extra_bits
; Add t * sizeof (vp8_extra_bit_struct) to get the desired
; element. Here vp8_extra_bit_struct == 20
add r6, r6, r6, lsl #2 ; b = vp8_extra_bits + t
add r12, r7, r6, lsl #2 ; b = vp8_extra_bits + t
ldr r4, [r12, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:7 | subcs r4, r5, r4 ; if (bb) range = range-split
clz r6, r4
sub r6, r6, #24
adds r3, r3, r6 ; count += shift
lsl r5, r4, r6 ; range <<= shift
bmi extra_count_lt_zero ; if(count >= 0)
sub r6, r6, r3 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 241 | 300 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:8 | bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
str r11, [r0, #vp8_writer_pos]
sub r3, r3, #8 ; count -= 8
strb r7, [r10, r4] ; w->buffer[w->pos++]=(lowvalue >> (24-offset))
ldr r10, [sp, #4] ; b->tree
extra_count_lt_zero
lsl ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:9 | end_high_bit_not_set
adds r3, r3, #1 ; ++count
lsl r2, r2, #1 ; lowvalue <<= 1
bne end_count_zero
ldr r4, [r0, #vp8_writer_pos]
mvn r3, #7
ldr r7, [r0, #vp8_writer_buffer]
lsr r6, r2, #24 ; lowvalue >> 24
add ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:10 | add r4, r7, r4, lsr #8 ; 1 + (((range-1) * 128) >> 8)
; Counting the leading zeros is used to normalize range.
clz r6, r4
sub r6, r6, #24 ; shift
; Flag is set on the sum of count. This flag is used later
; to determine if count >= 0
adds r3, r3, r6 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm:11 | lsl r2, r2, r6 ; lowvalue <<= offset
mov r6, r3 ; shift = count
add r11, r4, #1 ; w->pos++
bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
str r11, [r0, #vp8_writer_pos]
sub r3, r3, #8 ; count -= 8
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_packtokens_partitions_armv7.asm | 401 | 460 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 2a4b2a000c9c506d972798884e10c14fb2efedc9 | github | media | https://github.com/webmproject/libvpx/blob/2a4b2a000c9c506d972798884e10c14fb2efedc9/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:2 | vadd.s16 d5, d1, d3 ; ip[1] + ip[3]
vsub.s16 d6, d1, d3 ; ip[1] - ip[3]
vsub.s16 d7, d0, d2 ; ip[0] - ip[2]
vshl.s16 d4, d4, #2 ; a1 = (ip[0] + ip[2]) << 2
vshl.s16 d5, d5, #2 ; d1 = (ip[1] + ip[3]) << 2
vshl.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 2a4b2a000c9c506d972798884e10c14fb2efedc9 | github | media | https://github.com/webmproject/libvpx/blob/2a4b2a000c9c506d972798884e10c14fb2efedc9/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:3 | vsub.s32 q0, q0, q8 ; a2 += a2 < 0
vsub.s32 q1, q1, q9 ; b2 += b2 < 0
vsub.s32 q2, q2, q10 ; c2 += c2 < 0
vsub.s32 q3, q3, q11 ; d2 += d2 < 0
vadd.s32 q8, q0, q15 ; a2 + 3
vadd.s32 q9, q1, q15 ; b2 + 3
v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 2a4b2a000c9c506d972798884e10c14fb2efedc9 | github | media | https://github.com/webmproject/libvpx/blob/2a4b2a000c9c506d972798884e10c14fb2efedc9/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 81 | 103 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:2 | vadd.s16 d3, d8, d9 ;op[1] = c1 + d1
vsub.s16 d5, d9, d8 ;op[3] = d1 - c1
;Second for-loop
;transpose d2, d3, d4, d5. Then, d2=ip[0], d3=ip[4], d4=ip[8], d5=ip[12]
vtrn.32 d2, d4
vtrn.32 d3, d5
vtrn.16 d2, d3
vtrn.16 d4, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 41 | 76 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm:2 | vsub.s16 d5, d9, d8 ;op[3] = d1 - c1
;Second for-loop
;transpose d2, d3, d4, d5. Then, d2=ip[0], d3=ip[4], d4=ip[8], d5=ip[12]
vtrn.32 d2, d4
vtrn.32 d3, d5
vtrn.16 d2, d3
vtrn.16 d4, d5
vadd.s16 d6, d2, d5 ;a1 = ip[0]+... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.asm | 41 | 75 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:2 | vld1.s32 {d31}, [r2] ;load first_pass filter
beq firstpass_bfilter16x16_only
sub sp, sp, #272 ;reserve space on stack for temporary storage
vld1.u8 {d2, d3, d4}, [r0], r1 ;load src data
mov lr, sp
vld1.u8 {d5, d... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:3 | vmlal.u8 q11, d8, d1
vmlal.u8 q13, d11, d1
vext.8 d3, d3, d4, #1
vext.8 d6, d6, d7, #1
vext.8 d9, d9, d10, #1
vext.8 d12, d12, d13, #1
vmlal.u8 q8, d3, d1 ;(src_ptr[0] * Filter[1])
vmlal.u8 q10, d6, d1
vmlal.u... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:4 | vmull.u8 q12, d6, d0
vmull.u8 q13, d8, d0
vmull.u8 q14, d9, d0
vext.8 d2, d2, d3, #1 ;construct src_ptr[1]
vext.8 d5, d5, d6, #1
vext.8 d8, d8, d9, #1
vmlal.u8 q9, d2, d1 ;(src_ptr[0] * Filter[1])
vmlal.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:5 | vqrshrn.u16 d13, q12, #7
vqrshrn.u16 d14, q13, #7
vqrshrn.u16 d15, q14, #7
vqrshrn.u16 d16, q1, #7
vqrshrn.u16 d17, q2, #7
vqrshrn.u16 d18, q3, #7
vqrshrn.u16 d19, q4, #7
vst1.u8 {d10, d11, d12, d13}, [lr]! ;store result
vst1.u8 {d14, d15, d1... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:6 | vmull.u8 q7, d28, d0
vmull.u8 q8, d29, d0
vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * Filter[1])
vmlal.u8 q2, d25, d1
vmlal.u8 q3, d26, d1
vmlal.u8 q4, d27, d1
vmlal.u8 q5, d28, d1
vmlal.u8 q6, d29, d1
vmlal.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:7 | ;First Pass: output_height lines x output_width columns (16x16)
vp8e_filt_blk2d_fpo16x16_loop_neon
vld1.u8 {d2, d3, d4}, [r0], r1 ;load src data
vld1.u8 {d5, d6, d7}, [r0], r1
vld1.u8 {d8, d9, d10}, [r0], r1
vld1.u8 {d11, d12, d13}, [r0], r1
pld [r0]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:8 | subs r2, r2, #1
vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
vqrshrn.u16 d15, q8, #7
vqrshrn.u16 d16, q9, #7
vqrshrn.u16 d17, q10, #7
vqrshrn.u16 d18, q11, #7
vqrshrn.u16 d19, q12, #7
vqrshrn.u16 d20, q13, #7
vst1.u8 {d14, d15}... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:9 | vld1.u8 {d28, d29}, [r0], r1
vmull.u8 q3, d24, d0
vld1.u8 {d30, d31}, [r0], r1
vmull.u8 q4, d25, d0
vmull.u8 q5, d26, d0
vmull.u8 q6, d27, d0
vmull.u8 q7, d28, d0
vmull.u8 q8, d29, d0
vmlal.u8 q1, d24, d1 ;(sr... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:10 | ;variance16x16
sub_pixel_variance16x16_neon
vmov.i8 q8, #0 ;q8 - sum
vmov.i8 q9, #0 ;q9, q10 - sse
vmov.i8 q10, #0
sub r3, r3, #256
mov r12, #8
sub_pixel_variance16x16_neon_loop
vld1.8 {q0}, [r3]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:11 | vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [r6] ;store sse
vshr.s32 d10, d10, #8
vsub.s32 d0, d1, d10
add sp, sp, #528
vmov.32 r0, d0[0] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 401 | 425 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:10 | ;variance16x16
sub_pixel_variance16x16_neon
vmov.i8 q8, #0 ;q8 - sum
vmov.i8 q9, #0 ;q9, q10 - sse
vmov.i8 q10, #0
sub r3, r3, #256
mov r12, #8
sub_pixel_variance16x16_neon_loop
vld1.8 {q0}, [r3]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:11 | vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [r6] ;store sse
vshr.u32 d10, d10, #8
vsub.u32 d0, d1, d10
add sp, sp, #528
vmov.32 r0, d0[0] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 401 | 425 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:10 | ;variance16x16
sub_pixel_variance16x16_neon
vmov.i8 q8, #0 ;q8 - sum
vmov.i8 q9, #0 ;q9, q10 - sse
vmov.i8 q10, #0
sub r3, r3, #256
mov r12, #8
sub_pixel_variance16x16_neon_loop
vld1.8 {q0}, [r3]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | ce6c954d2e643c74eb77ca36884c541b1d97fbdb | github | media | https://github.com/webmproject/libvpx/blob/ce6c954d2e643c74eb77ca36884c541b1d97fbdb/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:11 | vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [r6] ;store sse
vshr.s32 d10, d10, #8
vsub.s32 d0, d1, d10
add sp, sp, #528
vmov.32 r0, d0[0] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | ce6c954d2e643c74eb77ca36884c541b1d97fbdb | github | media | https://github.com/webmproject/libvpx/blob/ce6c954d2e643c74eb77ca36884c541b1d97fbdb/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 401 | 428 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:2 | vld1.s32 {d31}, [r2] ;load first_pass filter
beq firstpass_bfilter16x16_only
sub sp, sp, #272 ;reserve space on stack for temporary storage
vld1.u8 {d2, d3, d4}, [r0], r1 ;load src data
mov lr, sp
vld1.u8 {d5, d... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:3 | vmlal.u8 q13, d11, d1
vext.8 d3, d3, d4, #1
vext.8 d6, d6, d7, #1
vext.8 d9, d9, d10, #1
vext.8 d12, d12, d13, #1
vmlal.u8 q8, d3, d1 ;(src_ptr[0] * Filter[1])
vmlal.u8 q10, d6, d1
vmlal.u8 q12, d9, d1
vmlal.u... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:4 | vmull.u8 q13, d8, d0
vmull.u8 q14, d9, d0
vext.8 d2, d2, d3, #1 ;construct src_ptr[1]
vext.8 d5, d5, d6, #1
vext.8 d8, d8, d9, #1
vmlal.u8 q9, d2, d1 ;(src_ptr[0] * Filter[1])
vmlal.u8 q11, d5, d1
vmlal.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:5 | vqrshrn.u16 d14, q13, #7
vqrshrn.u16 d15, q14, #7
vqrshrn.u16 d16, q1, #7
vqrshrn.u16 d17, q2, #7
vqrshrn.u16 d18, q3, #7
vqrshrn.u16 d19, q4, #7
vst1.u8 {d10, d11, d12, d13}, [lr]! ;store result
vst1.u8 {d14, d15, d16, d17}, [lr]!
vst1.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:6 | vmull.u8 q8, d29, d0
vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * Filter[1])
vmlal.u8 q2, d25, d1
vmlal.u8 q3, d26, d1
vmlal.u8 q4, d27, d1
vmlal.u8 q5, d28, d1
vmlal.u8 q6, d29, d1
vmlal.u8 q7, d30, d1
vmlal.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:8 | subs r2, r2, #1
vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
vqrshrn.u16 d15, q8, #7
vqrshrn.u16 d16, q9, #7
vqrshrn.u16 d17, q10, #7
vqrshrn.u16 d18, q11, #7
vqrshrn.u16 d19, q12, #7
vqrshrn.u16 d20, q13, #7
vst1.u8 {d14, d15}... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:9 | vmull.u8 q3, d24, d0
vld1.u8 {d30, d31}, [r0], r1
vmull.u8 q4, d25, d0
vmull.u8 q5, d26, d0
vmull.u8 q6, d27, d0
vmull.u8 q7, d28, d0
vmull.u8 q8, d29, d0
vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * Filter[1])
vmlal.... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm:10 | sub_pixel_variance16x16_neon
vmov.i8 q8, #0 ;q8 - sum
vmov.i8 q9, #0 ;q9, q10 - sse
vmov.i8 q10, #0
sub r3, r3, #256
mov r12, #8
sub_pixel_variance16x16_neon_loop
vld1.8 {q0}, [r3]! ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:2 | ;First Pass: output_height lines x output_width columns (16x16)
vp8_filt_fpo16x16s_4_0_loop_neon
vld1.u8 {d0, d1, d2, d3}, [r0], r1 ;load src data
vld1.8 {q11}, [r2], r3
vld1.u8 {d4, d5, d6, d7}, [r0], r1
vld1.8 {q12}, [r2], r3
vld1.u8 {d8, d9, d10, d11... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:3 | vpadal.s16 q8, q5
vmlal.s16 q9, d10, d10
vmlal.s16 q10, d11, d11
vpadal.s16 q8, q6
vmlal.s16 q9, d12, d12
vmlal.s16 q10, d13, d13
vpadal.s16 q8, q7
vmlal.s16 q9, d14, d14
vmlal.s16 q10, d15, d15
vpadal.s16 q8, q0 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:4 | ;================================================
;unsigned int vp9_variance_halfpixvar16x16_v_neon
;(
; unsigned char *src_ptr, r0
; int src_pixels_per_line, r1
; unsigned char *dst_ptr, r2
; int dst_pixels_per_line, r3
; unsigned int *sse
;);
;================================================
|vp9... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:5 | vsubl.u8 q13, d4, d6
vsubl.u8 q14, d5, d7
vsubl.u8 q0, d8, d10
vsubl.u8 q1, d9, d11
vsubl.u8 q2, d12, d14
vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:6 | vadd.u32 q10, q9, q10 ;accumulate sse
vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:7 | vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
;First Pass: output_height lines x output_width columns (17x16)
vp8_filt16x16s_4_4_loop_neon
vld1.u8 {d4, d5, d6, d7}, [r0], r1
vld1.u8 {d8, d9, d10, d11}, [r0], r1
vld1.u8 {d12, d13, d14, d15}, [r0... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:8 | vsubl.u8 q6, d7, d17
vpadal.s16 q13, q9 ;sum
vmlal.s16 q14, d18, d18 ;sse
vmlal.s16 q15, d19, d19
vpadal.s16 q13, q10 ;sum
vmlal.s16 q14, d20, d20 ;sse
vmlal.s16 q15, d21, d21
vp... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:9 | vadd.u32 q15, q14, q15 ;accumulate sse
vpaddl.s32 q0, q13 ;accumulate sum
vpaddl.u32 q1, q15
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:10 | beq firstpass_bfilter16x16s_only
vld1.u8 {d0, d1, d2, d3}, [r0], r1 ;load src data
sub sp, sp, #256 ;reserve space on stack for temporary storage
vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
mov r3, sp
mov r2, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:11 | bne vp8e_filt_blk2d_fp16x16s_loop_neon
b sub_pixel_variance16x16s_neon
;--------------------
firstpass_bfilter16x16s_only
mov r2, #2 ;loop counter
sub sp, sp, #256 ;reserve space on stack for temporary storage
mov ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 401 | 460 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:12 | vrhadd.u8 q6, q12, q13
vrhadd.u8 q7, q14, q15
subs r2, r2, #1
vst1.u8 {d0, d1, d2, d3}, [r3]! ;store result
vst1.u8 {d4, d5, d6, d7}, [r3]!
vst1.u8 {d8, d9, d10, d11}, [r3]!
vst1.u8 {d12, d13, d14, d15}, [r3]!
bne ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 441 | 500 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:13 | subs r2, r2, #1
vst1.u8 {d0, d1, d2, d3}, [r3]! ;store result
vmov q0, q8
vst1.u8 {d4, d5, d6, d7}, [r3]!
vst1.u8 {d8, d9, d10, d11}, [r3]! ;store result
vst1.u8 {d12, d13, d14, d15}, [r3]!
bne vp8e_filt_blk2d_... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 481 | 540 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:14 | vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10, d23, d23
subs r2, r2, #1
vpadal.s16 q8, q12
vmlal.s16 q9, d24, d24
vmlal.s16 q10, d25, d25
vpadal.s16 q8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 521 | 572 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:15 | vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 d10, d10, #8
vsub.s32 d0, d1, d10
add sp, sp, #256
vmov.32 r0, d0[0] ;return
pop {r4, pc}
ENDP
END | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 561 | 572 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:3 | vpadal.s16 q8, q5
vmlal.s16 q9, d10, d10
vmlal.s16 q10, d11, d11
vpadal.s16 q8, q6
vmlal.s16 q9, d12, d12
vmlal.s16 q10, d13, d13
vpadal.s16 q8, q7
vmlal.s16 q9, d14, d14
vmlal.s16 q10, d15, d15
vpadal.s16 q8, q0 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:4 | ;================================================
;unsigned int vp8_variance_halfpixvar16x16_v_neon
;(
; unsigned char *src_ptr, r0
; int src_pixels_per_line, r1
; unsigned char *dst_ptr, r2
; int dst_pixels_per_line, r3
; unsigned int *sse
;);
;================================================
|vp8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:5 | vsubl.u8 q13, d4, d6
vsubl.u8 q14, d5, d7
vsubl.u8 q0, d8, d10
vsubl.u8 q1, d9, d11
vsubl.u8 q2, d12, d14
vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:6 | vadd.u32 q10, q9, q10 ;accumulate sse
vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.u32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:8 | vsubl.u8 q6, d7, d17
vpadal.s16 q13, q9 ;sum
vmlal.s16 q14, d18, d18 ;sse
vmlal.s16 q15, d19, d19
vpadal.s16 q13, q10 ;sum
vmlal.s16 q14, d20, d20 ;sse
vmlal.s16 q15, d21, d21
vp... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:9 | vadd.u32 q15, q14, q15 ;accumulate sse
vpaddl.s32 q0, q13 ;accumulate sum
vpaddl.u32 q1, q15
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.u32... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:14 | vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10, d23, d23
subs r2, r2, #1
vpadal.s16 q8, q12
vmlal.s16 q9, d24, d24
vmlal.s16 q10, d25, d25
vpadal.s16 q8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 521 | 572 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:15 | vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.u32 d10, d10, #8
vsub.u32 d0, d1, d10
add sp, sp, #256
vmov.32 r0, d0[0] ;return
pop {r4, pc}
ENDP
END | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 561 | 572 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:3 | vpadal.s16 q8, q5
vmlal.s16 q9, d10, d10
vmlal.s16 q10, d11, d11
vpadal.s16 q8, q6
vmlal.s16 q9, d12, d12
vmlal.s16 q10, d13, d13
vpadal.s16 q8, q7
vmlal.s16 q9, d14, d14
vmlal.s16 q10, d15, d15
vpadal.s16 q8, q0 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 209d82ad722bd9eb0de2d2cd1e73aec281f00e00 | github | media | https://github.com/webmproject/libvpx/blob/209d82ad722bd9eb0de2d2cd1e73aec281f00e00/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:5 | vsubl.u8 q13, d4, d6
vsubl.u8 q14, d5, d7
vsubl.u8 q0, d8, d10
vsubl.u8 q1, d9, d11
vsubl.u8 q2, d12, d14
vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 209d82ad722bd9eb0de2d2cd1e73aec281f00e00 | github | media | https://github.com/webmproject/libvpx/blob/209d82ad722bd9eb0de2d2cd1e73aec281f00e00/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:6 | vadd.u32 q10, q9, q10 ;accumulate sse
vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 209d82ad722bd9eb0de2d2cd1e73aec281f00e00 | github | media | https://github.com/webmproject/libvpx/blob/209d82ad722bd9eb0de2d2cd1e73aec281f00e00/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:9 | vadd.u32 q15, q14, q15 ;accumulate sse
vpaddl.s32 q0, q13 ;accumulate sum
vpaddl.u32 q1, q15
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 209d82ad722bd9eb0de2d2cd1e73aec281f00e00 | github | media | https://github.com/webmproject/libvpx/blob/209d82ad722bd9eb0de2d2cd1e73aec281f00e00/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:3 | vpadal.s16 q8, q5
vmlal.s16 q9, d10, d10
vmlal.s16 q10, d11, d11
vpadal.s16 q8, q6
vmlal.s16 q9, d12, d12
vmlal.s16 q10, d13, d13
vpadal.s16 q8, q7
vmlal.s16 q9, d14, d14
vmlal.s16 q10, d15, d15
vpadal.s16 q8, q0 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:4 | ;================================================
;unsigned int vp8_sub_pixel_variance16x16s_0_4_neon
;(
; unsigned char *src_ptr, r0
; int src_pixels_per_line, r1
; unsigned char *dst_ptr, r2
; int dst_pixels_per_line, r3
; unsigned int *sse
;);
;================================================
|v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:5 | vsubl.u8 q13, d4, d6
vsubl.u8 q14, d5, d7
vsubl.u8 q0, d8, d10
vsubl.u8 q1, d9, d11
vsubl.u8 q2, d12, d14
vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:6 | vadd.u32 q10, q9, q10 ;accumulate sse
vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:2 | vp8_filt_fpo16x16s_4_0_loop_neon
vld1.u8 {d0, d1, d2, d3}, [r0], r1 ;load src data
vld1.8 {q11}, [r2], r3
vld1.u8 {d4, d5, d6, d7}, [r0], r1
vld1.8 {q12}, [r2], r3
vld1.u8 {d8, d9, d10, d11}, [r0], r1
vld1.8 {q13}, [r2], r3
vld1.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:3 | vmlal.s16 q9, d10, d10
vmlal.s16 q10, d11, d11
vpadal.s16 q8, q6
vmlal.s16 q9, d12, d12
vmlal.s16 q10, d13, d13
vpadal.s16 q8, q7
vmlal.s16 q9, d14, d14
vmlal.s16 q10, d15, d15
vpadal.s16 q8, q0 ;sum
vmlal.s16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:4 | ;================================================
;unsigned int vp8_sub_pixel_variance16x16s_0_4_neon
;(
; unsigned char *src_ptr, r0
; int src_pixels_per_line, r1
; unsigned char *dst_ptr, r2
; int dst_pixels_per_line, r3
; unsigned int *sse
;);
;================================================
|v... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:5 | vsubl.u8 q14, d5, d7
vsubl.u8 q0, d8, d10
vsubl.u8 q1, d9, d11
vsubl.u8 q2, d12, d14
vsubl.u8 q3, d13, d15
vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10, d23, d23
subs ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:6 | vadd.u32 q10, q9, q10 ;accumulate sse
vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:7 | ;First Pass: output_height lines x output_width columns (17x16)
vp8_filt16x16s_4_4_loop_neon
vld1.u8 {d4, d5, d6, d7}, [r0], r1
vld1.u8 {d8, d9, d10, d11}, [r0], r1
vld1.u8 {d12, d13, d14, d15}, [r0], r1
vld1.u8 {d16, d17, d18, d19}, [r0], r1
;pld [r0]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:8 | vpadal.s16 q13, q9 ;sum
vmlal.s16 q14, d18, d18 ;sse
vmlal.s16 q15, d19, d19
vpadal.s16 q13, q10 ;sum
vmlal.s16 q14, d20, d20 ;sse
vmlal.s16 q15, d21, d21
vpadal.s16 q13, q11 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:9 | vpaddl.s32 q0, q13 ;accumulate sum
vpaddl.u32 q1, q15
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 d10, d10, #8
vsub.s32 d0, d1, d10
vmov.32... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 321 | 380 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:10 | vld1.u8 {d0, d1, d2, d3}, [r0], r1 ;load src data
sub sp, sp, #256 ;reserve space on stack for temporary storage
vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
mov r3, sp
mov r2, #4 ;loop counter
vrhadd.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 361 | 420 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:11 | b sub_pixel_variance16x16s_neon
;--------------------
firstpass_bfilter16x16s_only
mov r2, #2 ;loop counter
sub sp, sp, #256 ;reserve space on stack for temporary storage
mov r3, sp
;First Pass: output_height lines x output_widt... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 401 | 460 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:12 | vrhadd.u8 q7, q14, q15
subs r2, r2, #1
vst1.u8 {d0, d1, d2, d3}, [r3]! ;store result
vst1.u8 {d4, d5, d6, d7}, [r3]!
vst1.u8 {d8, d9, d10, d11}, [r3]!
vst1.u8 {d12, d13, d14, d15}, [r3]!
bne vp8e_filt_blk2d_fpo16x16s_loop_ne... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 441 | 500 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:13 | subs r2, r2, #1
vst1.u8 {d0, d1, d2, d3}, [r3]! ;store result
vmov q0, q8
vst1.u8 {d4, d5, d6, d7}, [r3]!
vst1.u8 {d8, d9, d10, d11}, [r3]! ;store result
vst1.u8 {d12, d13, d14, d15}, [r3]!
bne vp8e_filt_blk2d_... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 481 | 540 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:14 | vpadal.s16 q8, q11 ;sum
vmlal.s16 q9, d22, d22 ;sse
vmlal.s16 q10, d23, d23
subs r2, r2, #1
vpadal.s16 q8, q12
vmlal.s16 q9, d24, d24
vmlal.s16 q10, d25, d25
vpadal.s16 q8, q13
vmlal.s16 q9, d26,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 521 | 571 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm:15 | vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 d10, d10, #8
vsub.s32 d0, d1, d10
add sp, sp, #256
vmov.32 r0, d0[0] ;return
pop {r4, pc}
ENDP
END | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | 561 | 571 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:2 | vld1.u8 {q1}, [r0], r1 ;load src data
vld1.u32 {d31}, [r2] ;load first_pass filter
vld1.u8 {q2}, [r0], r1
vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
vld1.u8 {q3}, [r0], r1
vdup.8 d1, d31[4]
vld1.u8 {q4},... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:3 | vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
vext.8 d5, d4, d5, #1
vext.8 d7, d6, d7, #1
vext.8 d9, d8, d9, #1
vext.8 d11, d10, d11, #1
vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
vmlal.u8 q7, d5, d1
vmlal.u8... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:4 | vmlal.u8 q1, d23, d1 ;(src_ptr[pixel_step] * Filter[1])
vmlal.u8 q2, d24, d1
vmlal.u8 q3, d25, d1
vmlal.u8 q4, d26, d1
vmlal.u8 q5, d27, d1
vmlal.u8 q6, d28, d1
vmlal.u8 q7, d29, d1
vmlal.u8 q8, d30, d1
vqrshrn.u16 d... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:5 | vmov.i8 q10, #0
mov r12, #2
sub_pixel_variance8x8_neon_loop
vld1.8 {d0}, [r4], r5 ;load dst data
subs r12, r12, #1
vld1.8 {d1}, [r4], r5
vld1.8 {d2}, [r4], r5
vsubl.u8 q4, d22, d0 ;calculate diff
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:6 | vpaddl.s32 q0, q8 ;accumulate sum
vpaddl.u32 q1, q10
vadd.s64 d0, d0, d1
vadd.u64 d1, d2, d3
vmull.s32 q5, d0, d0
vst1.32 {d1[0]}, [lr] ;store sse
vshr.s32 d10, d10, #6
vsub.s32 d0, d1, d10
vmov.32 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 201 | 224 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm:5 | vmov.i8 q10, #0
mov r12, #2
sub_pixel_variance8x8_neon_loop
vld1.8 {d0}, [r4], r5 ;load dst data
subs r12, r12, #1
vld1.8 {d1}, [r4], r5
vld1.8 {d2}, [r4], r5
vsubl.u8 q4, d22, d0 ;calculate diff
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | BSD-3-Clause | fea3556e20f63ed1a03daa45804f724e70705aa0 | github | media | https://github.com/webmproject/libvpx/blob/fea3556e20f63ed1a03daa45804f724e70705aa0/vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm | 161 | 220 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.