id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | strh r7, [lr], #20
ldrb r9, [r0], #1
strh r8, [lr], #20
ldrb r10, [r0], #1
strh r9, [lr], #20
ldrb r11, [r0], #1
strh r10, [lr], #20
add r0, r0, r1 ; move to next input line
strh r11, [lr], #20
sub ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data address: filter_coeff, filter_coeff+4, filter_coeff+8 ...
filter8_coeff
DCD 0x00000000, 0x00000080, 0x00000000, 0x00000000
DCD 0xfffa0000, 0x... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 267 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:2 | add r2, r12, r2, lsl #4 ;calculate filter location
add r0, r0, #3 ;adjust src only for loading convinience
ldr r3, [r2] ; load up packed filter coefficients
ldr r4, [r2, #4]
ldr r5, [r2, #8]
mov r2, #0x9000... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:3 | sub r2, r2, #1
add r11, r11, #0x40 ; round_shift_and_clamp
tst r2, #0xff ; test loop counter
usat r11, #8, r11, asr #7
add r12, r12, #0x40
strh r11, [lr], #20 ; result is transposed and stored, which
usat ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:4 | ;second pass filter
secondpass_filter
ldr r3, [sp], #4 ; load back yoffset
ldr r0, [sp, #216] ; load dst address from stack 180+36
ldr r1, [sp, #220] ; load dst stride from stack 180+40
cmp r3, #0
beq skip_secondpass_f... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | strh r4, [lr], #20 ; store it to immediate buffer
ldrb r6, [r0], #1 ; load data
strh r5, [lr], #20
ldrb r7, [r0], #1
strh r6, [lr], #20
ldrb r8, [r0], #1
strh r7, [lr], #20
ldrb r9, [r0], #1
strh ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | add r0, r0, #1
bne skip_secondpass_hloop
add sp, sp, #16 ; 180 - (160 +4)
ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data address: filter_coeff, filter_coeff+4, filte... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 275 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:3 | add r11, r11, #0x40 ; round_shift_and_clamp
tst r2, #0xff ; test loop counter
usat r11, #8, r11, asr #7
add r12, r12, #0x40
strh r11, [lr], #20 ; result is transposed and stored, which
usat r12, #8, r12, asr #7
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:4 | cmp r3, #0
beq skip_secondpass_filter
ldr r12, _filter8_coeff_
add lr, r12, r3, lsl #4 ;calculate filter location
mov r2, #0x00080000
ldr r3, [lr] ; load up packed filter coefficients
ldr r4, [lr, #4]
ldr ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | strh r7, [lr], #20
ldrb r9, [r0], #1
strh r8, [lr], #20
ldrb r10, [r0], #1
strh r9, [lr], #20
ldrb r11, [r0], #1
strh r10, [lr], #20
add r0, r0, r1 ; move to next input line
strh r11, [lr], #20
sub ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data address: filter_coeff, filter_coeff+4, filter_coeff+8 ...
_filter8_coeff_
DCD filter8_coeff
filter8_coeff
DCD 0x00000000, 0x00000080, 0x00000000, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 269 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | strh r7, [lr], #20
ldrb r9, [r0], #1
strh r8, [lr], #20
ldrb r10, [r0], #1
strh r9, [lr], #20
ldrb r11, [r0], #1
strh r10, [lr], #20
add r0, r0, r1 ; move to next input line
strh r11, [lr], #20
sub ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | e2795e9978580a21e7399d3ccf919dc2f06f97ca | github | media | https://github.com/webmproject/libvpx/blob/e2795e9978580a21e7399d3ccf919dc2f06f97ca/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
AREA subpelfilters8_dat, DATA, READWRITE ;read/write by default
;Data section with name data_area is specified. DCD reserves space in memory for 48 data.
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data addr... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | e2795e9978580a21e7399d3ccf919dc2f06f97ca | github | media | https://github.com/webmproject/libvpx/blob/e2795e9978580a21e7399d3ccf919dc2f06f97ca/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 271 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:2 | ldr r3, [r2] ; load up packed filter coefficients
ldr r4, [r2, #4]
ldr r5, [r2, #8]
mov r2, #0x90000 ; height=9 is top part of counter
sub r1, r1, #8
mov lr, #20
|first_pass_hloop_v6|
ldrb r6, [r0, #-5] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:3 | add r11, r11, #0x40 ; round_shift_and_clamp
tst r2, #0xff ; test loop counter
usat r11, #8, r11, asr #7
add r12, r12, #0x40
strh r11, [sp], lr ; result is transposed and stored, which
usat r12, #8, r12, asr #7
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:4 | ldr r3, [sp, #-4] ; load back yoffset
ldr r0, [sp, #216] ; load dst address from stack 180+36
ldr r1, [sp, #220] ; load dst stride from stack 180+40
cmp r3, #0
beq skip_secondpass_filter
ldr r12, _filter8_coeff... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:5 | add sp, sp, #4
smlatb r10, r5, r9, r10
sub r2, r2, #1
add lr, lr, #0x40 ; round_shift_and_clamp
tst r2, #0xff
usat lr, #8, lr, asr #7
add r10, r10, #0x40
strb lr, [r0], r1 ; the result is transposed bac... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | strh r4, [sp], r3 ; store it to immediate buffer
ldrb r6, [r0], #1 ; load data
strh r5, [sp], r3
ldrb r7, [r0], #1
strh r6, [sp], r3
ldrb r8, [r0], #1
strh r7, [sp], r3
ldrb r9, [r0], #1
strh r8,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | sub r0, r0, r1, lsl #2
add r0, r0, #1
bne skip_secondpass_hloop
add sp, sp, #16 ; 180 - (160 +4)
ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
AREA subpelfilters8_dat, DATA, READWRITE ;read/write by default
;Data section w... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 278 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:2 | ldr r4, [r2, #4]
ldr r5, [r2, #8]
mov r2, #0x90000 ; height=9 is top part of counter
sub r1, r1, #8
mov lr, #20
|first_pass_hloop_v6|
ldrb r6, [r0, #-5] ; load source data
ldrb r7, [r0, #-4]
ldrb r8,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:3 | add r11, r11, #0x40 ; round_shift_and_clamp
tst r2, #0xff ; test loop counter
usat r11, #8, r11, asr #7
add r12, r12, #0x40
strh r11, [sp], lr ; result is transposed and stored, which
usat r12, #8, r12, asr #7
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:4 | ldr r3, [sp, #-4] ; load back yoffset
ldr r0, [sp, #216] ; load dst address from stack 180+36
ldr r1, [sp, #220] ; load dst stride from stack 180+40
cmp r3, #0
beq skip_secondpass_filter
ldr r12, _filter8_coeff... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:5 | smlatb r10, r5, r9, r10
sub r2, r2, #1
add lr, lr, #0x40 ; round_shift_and_clamp
tst r2, #0xff
usat lr, #8, lr, asr #7
add r10, r10, #0x40
strb lr, [r0], r1 ; the result is transposed back and stored
usat ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:6 | ldrb r6, [r0], #1 ; load data
strh r5, [sp], r3
ldrb r7, [r0], #1
strh r6, [sp], r3
ldrb r8, [r0], #1
strh r7, [sp], r3
ldrb r9, [r0], #1
strh r8, [sp], r3
ldrb r10, [r0], #1
strh r9, [sp], r3
ld... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/sixtappredict8x4_v6.asm:7 | add r0, r0, #1
bne skip_secondpass_hloop
add sp, sp, #16 ; 180 - (160 +4)
ldmia sp!, {r4 - r11, pc}
ENDP
;-----------------
AREA subpelfilters8_dat, DATA, READWRITE ;read/write by default
;Data section with name data_area is specified. DC... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/sixtappredict8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/sixtappredict8x4_v6.asm | 241 | 277 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance16x16_armv6.asm:1 | ;
; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance16x16_armv6.asm:2 | mov lr, #0 ; constant zero
usub8 r6, r4, r5 ; calculate difference
pld [r0, r1, lsl #1]
sel r7, r6, lr ; select bytes with positive difference
usub8 r9, r5, r4 ; calculate difference with reversed operands
pld [r2, r3, lsl #1]
sel ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance16x16_armv6.asm:3 | ; calculate sse
uxtb16 r5, r6 ; byte (two pixels) to halfwords
uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
; 3rd 4 pixels
ldr r4, [r0, #8] ; load 4 src pixels
ldr r5, [r2, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance16x16_armv6.asm:4 | sel r6, r9, lr ; select bytes with negative difference
; calculate partial sums
usad8 r4, r7, lr ; calculate sum of positive differences
usad8 r5, r6, lr ; calculate sum of negative differences
orr r6, r6, r7 ; differences of all 4 pixels
; calculate... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm | 121 | 153 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance8x8_armv6.asm:1 | ;
; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance8x8_armv6.asm:2 | usub8 r8, r6, r7 ; calculate difference
pld [r0, r1, lsl #1]
sel r10, r8, lr ; select bytes with positive difference
usub8 r9, r7, r6 ; calculate difference with reversed operands
pld [r2, r3, lsl #1]
sel r8, r9, lr ; select bytes with negative ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance8x8_armv6.asm:3 | ; calculate sse
uxtb16 r7, r8 ; byte (two pixels) to halfwords
uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
smlad r5, r7, r7, r5 ; dual signed multiply, add and accumulate (1)
subs r12, r12, #1 ; next row
smlad r5, r10, r10, r5 ; dual signed multi... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm | 81 | 101 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm:1 | ;
; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm:2 | ldr r5, [r2, #0] ; load 4 ref pixels
; bilinear interpolation
mvn r6, r6
uhsub8 r4, r4, r6
eor r4, r4, r10
usub8 r6, r4, r5 ; calculate difference
pld [r0, r1, lsl #1]
sel r7, r6, lr ; select bytes with positive difference
usub8 r6, r5,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm:3 | sel r7, r6, lr ; select bytes with positive difference
usub8 r6, r5, r4 ; calculate difference with reversed operands
sel r6, r6, lr ; select bytes with negative difference
; calculate partial sums
usad8 r4, r7, lr ; calculate sum of positive differences
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm:4 | ; calculate total sum
add r8, r8, r4 ; add positive differences to sum
sub r8, r8, r5 ; subtract negative differences from sum
; calculate sse
uxtb16 r5, r6 ; byte (two pixels) to halfwords
uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
sml... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm:5 | smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
subs r12, r12, #1
bne loop
; return stuff
ldr r6, [sp, #40] ; get address of sse
mul r0, r8, r8 ; sum * sum
s... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm | 161 | 181 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:1 | ;
; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:2 | ldr r6, [r0, #1] ; load source pixels b, row N
ldr r5, [r9, #0] ; load source pixels c, row N+1
ldr r7, [r9, #1] ; load source pixels d, row N+1
; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
mvn r6, r6
uhsub8 r4, r4, r6
eor r4, r4, r1... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:3 | ldr r6, [r0, #5] ; load source pixels b, row N
ldr r5, [r9, #4] ; load source pixels c, row N+1
smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
ldr r7, [r9, #5] ; load source pixels d, row N+1
; x = (a + b + 1) >> 1, interpolate pixels horiz... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:4 | ; 3rd 4 pixels
ldr r4, [r0, #8] ; load source pixels a, row N
ldr r6, [r0, #9] ; load source pixels b, row N
ldr r5, [r9, #8] ; load source pixels c, row N+1
smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
ldr r7, [r9, #9] ; lo... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:5 | smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
; 4th 4 pixels
ldr r4, [r0, #12] ; load source pixels a, row N
ldr r6, [r0, #13] ; load source pixels b, row N
ldr r5, [r9, #12] ; load source pixels c, row N+1
smlad r11, r7, r7, r11 ; dua... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm:6 | uxtb16 r5, r6 ; byte (two pixels) to halfwords
uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
subs r12, r12, #1
smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
bne ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm | 201 | 222 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm:1 | ;
; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm:2 | ldr r6, [r9, #0] ; load 4 src pixels from next row
ldr r5, [r2, #0] ; load 4 ref pixels
; bilinear interpolation
mvn r6, r6
uhsub8 r4, r4, r6
eor r4, r4, r10
usub8 r6, r4, r5 ; calculate difference
pld [r0, r1, lsl #1]
sel r7, r6, lr ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm:3 | usub8 r6, r4, r5 ; calculate difference
sel r7, r6, lr ; select bytes with positive difference
usub8 r6, r5, r4 ; calculate difference with reversed operands
sel r6, r6, lr ; select bytes with negative difference
; calculate partial sums
usad8 r4, r... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm:4 | ; calculate total sum
add r8, r8, r4 ; add positive differences to sum
sub r8, r8, r5 ; subtract negative differences from sum
; calculate sse
uxtb16 r5, r6 ; byte (two pixels) to halfwords
uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
sml... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm:5 | uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
subs r12, r12, #1
bne loop
; return stuff
ldr r6, [sp, #40] ; g... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | BSD-3-Clause | 549c31f8aee8a986a7da8e5fc9d7c4c53a842152 | github | media | https://github.com/webmproject/libvpx/blob/549c31f8aee8a986a7da8e5fc9d7c4c53a842152/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm | 161 | 183 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:2 | 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, d6, d7}, [r0], r1
mov r2, #3 ;loop c... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:3 | 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] * vp9_filter[1])
vmlal.u8 q10, d6, d1
vmlal.u8 q12, d9, d1
vmlal.u8 q14, d12, d1
sub... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:4 | 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] * vp9_filter[1])
vmlal.u8 q11, d5, d1
vmlal.u8 q13, d8, d1
vext.8 d3, d3, d4, #1
vext.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:5 | 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 {d18, d19}, [lr]!
;Second pass: 16x16
;secondpass_filter
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:6 | vmlal.u8 q4, d27, d1
vmlal.u8 q5, d28, d1
vmlal.u8 q6, d29, d1
vmlal.u8 q7, d30, d1
vmlal.u8 q8, d31, d1
subs r12, r12, #1
vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
vqrshrn.u16 d3, q2, #7
vqrshrn.u16 d4, q3, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:7 | vld1.u8 {d11, d12, d13}, [r0], r1
pld [r0]
pld [r0, r1]
pld [r0, r1, lsl #1]
vmull.u8 q7, d2, d0 ;(src_ptr[0] * vp9_filter[0])
vmull.u8 q8, d3, d0
vmull.u8 q9, d5, d0
vmull.u8 q10, d6, d0
vmull.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:8 | vqrshrn.u16 d17, q10, #7
vqrshrn.u16 d18, q11, #7
vqrshrn.u16 d19, q12, #7
vqrshrn.u16 d20, q13, #7
vst1.u8 {d14, d15}, [r4], r5 ;store result
vqrshrn.u16 d21, q14, #7
vst1.u8 {d16, d17}, [r4], r5
vst1.u8 {d18, d19}, [r4], r5
vst1.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:9 | vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * vp9_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 q8, d31, d1
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 321 | 357 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:2 | 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, d6, d7}, [r0], r1
mov r2, #3 ;loop c... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:3 | 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] * vp8_filter[1])
vmlal.u8 q10, d6, d1
vmlal.u8 q12, d9, d1
vmlal.u8 q14, d12, d1
sub... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:4 | 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] * vp8_filter[1])
vmlal.u8 q11, d5, d1
vmlal.u8 q13, d8, d1
vext.8 d3, d3, d4, #1
vext.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:5 | 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 {d18, d19}, [lr]!
;Second pass: 16x16
;secondpass_filter
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:6 | vmlal.u8 q4, d27, d1
vmlal.u8 q5, d28, d1
vmlal.u8 q6, d29, d1
vmlal.u8 q7, d30, d1
vmlal.u8 q8, d31, d1
subs r12, r12, #1
vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
vqrshrn.u16 d3, q2, #7
vqrshrn.u16 d4, q3, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:7 | vld1.u8 {d11, d12, d13}, [r0], r1
pld [r0]
pld [r0, r1]
pld [r0, r1, lsl #1]
vmull.u8 q7, d2, d0 ;(src_ptr[0] * vp8_filter[0])
vmull.u8 q8, d3, d0
vmull.u8 q9, d5, d0
vmull.u8 q10, d6, d0
vmull.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:8 | vqrshrn.u16 d17, q10, #7
vqrshrn.u16 d18, q11, #7
vqrshrn.u16 d19, q12, #7
vqrshrn.u16 d20, q13, #7
vst1.u8 {d14, d15}, [r4], r5 ;store result
vqrshrn.u16 d21, q14, #7
vst1.u8 {d16, d17}, [r4], r5
vst1.u8 {d18, d19}, [r4], r5
vst1.u8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:9 | vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * vp8_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 q8, d31, d1
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 321 | 357 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:9 | vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * vp8_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 q8, d31, d1
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 321 | 359 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:9 | vmlal.u8 q1, d24, d1 ;(src_ptr[pixel_step] * vp8_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 q8, d31, d1
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 321 | 362 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:2 | 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, d6, d7}, [r0], r1
mov r2, #3 ;loop counter
vld1.u8 {d8, d9, d10}, [r0], r... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:3 | 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] * vp8_filter[1])
vmlal.u8 q10, d6, d1
vmlal.u8 q12, d9, d1
vmlal.u8 q14, d12, d1
subs r2, r2, #1
vqrshr... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:4 | 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] * vp8_filter[1])
vmlal.u8 q11, d5, d1
vmlal.u8 q13, d8, d1
vext.8 d3, d3, d4, #1
vext.8 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:5 | 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 {d18, d19}, [lr]!
;Second pass: 16x16
;secondpass_filter
add r3, r12, r3, l... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:6 | vmlal.u8 q5, d28, d1
vmlal.u8 q6, d29, d1
vmlal.u8 q7, d30, d1
vmlal.u8 q8, d31, d1
subs r12, r12, #1
vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
vqrshrn.u16 d3, q2, #7
vqrshrn.u16 d4, q3, #7
vqrshrn.u16 d5, q4, #7... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:7 | pld [r0]
pld [r0, r1]
pld [r0, r1, lsl #1]
vmull.u8 q7, d2, d0 ;(src_ptr[0] * vp8_filter[0])
vmull.u8 q8, d3, d0
vmull.u8 q9, d5, d0
vmull.u8 q10, d6, d0
vmull.u8 q11, d8, d0
vmull.u8 q12, d9, d0
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict16x16_neon.asm:8 | vqrshrn.u16 d18, q11, #7
vqrshrn.u16 d19, q12, #7
vqrshrn.u16 d20, q13, #7
vst1.u8 {d14, d15}, [r4], r5 ;store result
vqrshrn.u16 d21, q14, #7
vst1.u8 {d16, d17}, [r4], r5
vst1.u8 {d18, d19}, [r4], r5
vst1.u8 {d20, d21}, [r4], r5
bne ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict16x16_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict16x16_neon.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:2 | vld1.u8 {d4}, [r0], r1
vdup.8 d0, d31[0] ;first_pass filter (d0-d1)
vld1.u8 {d5}, [r0], r1
vdup.8 d1, d31[4]
vld1.u8 {d6}, [r0], r1
vshr.u64 q4, q1, #8 ;construct src_ptr[1]
vshr.u64 q5, q2, #8
vshr.u64 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:3 | vmull.u8 q2, d29, d0
vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
vext.8 d27, d29, d30, #4
vmlal.u8 q1, d26, d1
vmlal.u8 q2, d27, d1
add r0, r4, lr
add r1, r0, lr
add r2, r1, lr
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 81 | 130 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:4 | pop {r4, pc}
ENDP
;-----------------
bifilter4_coeff
DCD 128, 0, 112, 16, 96, 32, 80, 48, 64, 64, 48, 80, 32, 96, 16, 112
END | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 121 | 130 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:2 | vld1.u8 {d4}, [r0], r1
vdup.8 d0, d31[0] ;first_pass filter (d0-d1)
vld1.u8 {d5}, [r0], r1
vdup.8 d1, d31[4]
vld1.u8 {d6}, [r0], r1
vshr.u64 q4, q1, #8 ;construct src_ptr[1]
vshr.u64 q5, q2, #8
vshr.u64 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | e3f850ee055a9238d17d6c503af27e287e6db28d | github | media | https://github.com/webmproject/libvpx/blob/e3f850ee055a9238d17d6c503af27e287e6db28d/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:3 | vmull.u8 q2, d29, d0
vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
vext.8 d27, d29, d30, #4
vmlal.u8 q1, d26, d1
vmlal.u8 q2, d27, d1
add r0, r4, lr
add r1, r0, lr
add r2, r1, lr
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 81 | 132 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:4 | pop {r4, pc}
ENDP
;-----------------
_bifilter4_coeff_
DCD bifilter4_coeff
bifilter4_coeff
DCD 128, 0, 112, 16, 96, 32, 80, 48, 64, 64, 48, 80, 32, 96, 16, 112
END | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 | github | media | https://github.com/webmproject/libvpx/blob/11a222f5d963097fb72cec7bf6e06ff8c3d96fa4/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 121 | 132 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:3 | vmull.u8 q2, d29, d0
vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
vext.8 d27, d29, d30, #4
vmlal.u8 q1, d26, d1
vmlal.u8 q2, d27, d1
add r0, r4, lr
add r1, r0, lr
add r2, r1, lr
vqrshrn.u16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 81 | 135 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:4 | pop {r4, pc}
ENDP
;-----------------
AREA bilinearfilters4_dat, DATA, READWRITE ;read/write by default
;Data section with name data_area is specified. DCD reserves space in memory for 48 data.
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data address... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 121 | 135 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:2 | vld1.u8 {d4}, [r0], r1
vdup.8 d0, d31[0] ;first_pass filter (d0-d1)
vld1.u8 {d5}, [r0], r1
vdup.8 d1, d31[4]
vld1.u8 {d6}, [r0], r1
vshr.u64 q4, q1, #8 ;construct src_ptr[1]
vshr.u64 q5, q2, #8
vshr.u64 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:3 | vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
vext.8 d27, d29, d30, #4
vmlal.u8 q1, d26, d1
vmlal.u8 q2, d27, d1
add r0, r4, lr
add r1, r0, lr
add r2, r1, lr
vqrshrn.u16 d2, q1, #7 ;shift/... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 81 | 134 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict4x4_neon.asm:4 | ENDP
;-----------------
AREA bilinearfilters4_dat, DATA, READWRITE ;read/write by default
;Data section with name data_area is specified. DCD reserves space in memory for 48 data.
;One word each is reserved. Label filter_coeff can be used to access the data.
;Data address: filter_coeff, filter_coeff+4... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict4x4_neon.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/neon/bilinearpredict4x4_neon.asm | 121 | 134 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict8x4_neon.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict8x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict8x4_neon.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/neon/bilinearpredict8x4_neon.asm:2 | vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
vld1.u8 {q3}, [r0], r1
vdup.8 d1, d31[4]
vld1.u8 {q4}, [r0], r1
vmull.u8 q6, d2, d0 ;(src_ptr[0] * vp9_filter[0])
vld1.u8 {q5}, [r0], r1
vmull.u8 q7, d4, d0
vmull.u... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/neon/bilinearpredict8x4_neon.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/neon/bilinearpredict8x4_neon.asm | 41 | 100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.