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/copymem16x16_v6.asm:4 | ldrne r6, [r0, #8]
ldrne r7, [r0, #12]
pld [r0, #31] ; preload for next 16x16 block
bne copy_mem16x16_4_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov pc, lr
;copy 8 bytes each time
copy_mem16x16_8
sub r1, r1, #16
sub r3, r3, #16
mo... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem16x16_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:5 | copy_mem16x16_fast
;sub r1, r1, #16
;sub r3, r3, #16
mov r12, #16
copy_mem16x16_fast_loop
ldmia r0, {r4-r7}
;ldm r0, {r4-r7}
add r0, r0, r1
subs r12, r12, #1
stmia r2, {r4-r7}
;stm r2, {r4-r7}
add r2, r2, r3
pld [r0, #31]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem16x16_v6.asm | 161 | 186 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_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/copymem16x16_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/copymem16x16_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:5 | copy_mem16x16_fast
;sub r1, r1, #16
;sub r3, r3, #16
mov r12, #16
copy_mem16x16_fast_loop
ldmia r0, {r4-r7}
;ldm r0, {r4-r7}
add r0, r0, r1
subs r12, r12, #1
stmia r2, {r4-r7}
;stm r2, {r4-r7}
add r2, r2, r3
pld [r0, #31]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/copymem16x16_v6.asm | 161 | 186 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_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/copymem16x16_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem16x16_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:2 | ldrb r6, [r0, #2]
ldrb r7, [r0, #3]
mov r12, #16
copy_mem16x16_1_loop
strb r4, [r2]
strb r5, [r2, #1]
strb r6, [r2, #2]
strb r7, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
ldrb r6, [r0, #6]
ldrb r7, [r0, #7]
subs r12, r12, #1
st... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem16x16_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:3 | strb r4, [r2, #12]
strb r5, [r2, #13]
strb r6, [r2, #14]
strb r7, [r2, #15]
add r2, r2, r3
ldrneb r4, [r0]
ldrneb r5, [r0, #1]
ldrneb r6, [r0, #2]
ldrneb r7, [r0, #3]
bne copy_mem16x16_1_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem16x16_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:4 | ldrne r6, [r0, #8]
ldrne r7, [r0, #12]
bne copy_mem16x16_4_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov pc, lr
;copy 8 bytes each time
copy_mem16x16_8
sub r1, r1, #16
sub r3, r3, #16
mov r12, #16
copy_mem16x16_8_loop
ldmia r0!, {r4-r5}
;l... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem16x16_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:5 | mov r12, #16
copy_mem16x16_fast_loop
ldmia r0, {r4-r7}
;ldm r0, {r4-r7}
add r0, r0, r1
subs r12, r12, #1
stmia r2, {r4-r7}
;stm r2, {r4-r7}
add r2, r2, r3
bne copy_mem16x16_fast_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem16x16_v6.asm | 161 | 182 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_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/copymem16x16_v6.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/armv6/copymem16x16_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_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/copymem16x16_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem16x16_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:2 | ldrb r7, [r0, #3]
mov r12, #16
copy_mem16x16_1_loop
strb r4, [r2]
strb r5, [r2, #1]
strb r6, [r2, #2]
strb r7, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
ldrb r6, [r0, #6]
ldrb r7, [r0, #7]
subs r12, r12, #1
strb r4, [r2, #4]
st... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem16x16_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:3 | strb r5, [r2, #13]
strb r6, [r2, #14]
strb r7, [r2, #15]
add r2, r2, r3
ldrneb r4, [r0]
ldrneb r5, [r0, #1]
ldrneb r6, [r0, #2]
ldrneb r7, [r0, #3]
bne copy_mem16x16_1_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov pc, lr
;copy 4 bytes e... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem16x16_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/copymem16x16_v6.asm:4 | ldrne r7, [r0, #12]
bne copy_mem16x16_4_loop
ldmia sp!, {r4 - r7}
;pop {r4-r7}
mov pc, lr
;copy 8 bytes each time
copy_mem16x16_8
sub r1, r1, #16
sub r3, r3, #16
mov r12, #16
copy_mem16x16_8_loop
ldmia r0!, {r4-r5}
;ldm r0, {r4-r5}
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem16x16_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem16x16_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_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/copymem8x4_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_v6.asm:2 | copy_mem8x4_1_loop
strb r4, [r2]
strb r5, [r2, #1]
ldrb r4, [r0, #2]
ldrb r5, [r0, #3]
subs r12, r12, #1
strb r4, [r2, #2]
strb r5, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
strb r4, [r2, #4]
strb r5, [r2, #5]
ldrb r4, [r0, #6]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x4_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x4_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_v6.asm:3 | ldr r5, [r0, #4]
mov r12, #4
copy_mem8x4_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x4_4_loop
ldmia sp!, {r4-r5}
;pop {r4-r5}
mov ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x4_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x4_v6.asm | 81 | 128 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_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/copymem8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_v6.asm:3 | ldr r5, [r0, #4]
mov r12, #4
copy_mem8x4_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x4_4_loop
ldmia sp!, {r4-r5}
;pop {r4-r5}
mov ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x4_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem8x4_v6.asm | 81 | 128 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_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/copymem8x4_v6.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/armv6/copymem8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_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/copymem8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x4_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_v6.asm:2 | strb r4, [r2]
strb r5, [r2, #1]
ldrb r4, [r0, #2]
ldrb r5, [r0, #3]
subs r12, r12, #1
strb r4, [r2, #2]
strb r5, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
strb r4, [r2, #4]
strb r5, [r2, #5]
ldrb r4, [r0, #6]
ldrb r5, [r0, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x4_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x4_v6.asm:3 | mov r12, #4
copy_mem8x4_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x4_4_loop
ldmia sp!, {r4-r5}
;pop {r4-r5}
mov pc, lr
;copy 8 bytes eac... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x4_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x4_v6.asm | 81 | 127 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_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/copymem8x8_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x8_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_v6.asm:2 | copy_mem8x8_1_loop
strb r4, [r2]
strb r5, [r2, #1]
ldrb r4, [r0, #2]
ldrb r5, [r0, #3]
subs r12, r12, #1
strb r4, [r2, #2]
strb r5, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
strb r4, [r2, #4]
strb r5, [r2, #5]
ldrb r4, [r0, #6]... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x8_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x8_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_v6.asm:3 | ldr r5, [r0, #4]
mov r12, #8
copy_mem8x8_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x8_4_loop
ldmia sp!, {r4 - r5}
;pop {r4-r5}
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x8_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/copymem8x8_v6.asm | 81 | 128 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_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/copymem8x8_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem8x8_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_v6.asm:3 | ldr r5, [r0, #4]
mov r12, #8
copy_mem8x8_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x8_4_loop
ldmia sp!, {r4 - r5}
;pop {r4-r5}
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x8_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/copymem8x8_v6.asm | 81 | 128 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_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/copymem8x8_v6.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/armv6/copymem8x8_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_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/copymem8x8_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x8_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_v6.asm:2 | strb r4, [r2]
strb r5, [r2, #1]
ldrb r4, [r0, #2]
ldrb r5, [r0, #3]
subs r12, r12, #1
strb r4, [r2, #2]
strb r5, [r2, #3]
ldrb r4, [r0, #4]
ldrb r5, [r0, #5]
strb r4, [r2, #4]
strb r5, [r2, #5]
ldrb r4, [r0, #6]
ldrb r5, [r0, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x8_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x8_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/copymem8x8_v6.asm:3 | mov r12, #8
copy_mem8x8_4_loop
subs r12, r12, #1
add r0, r0, r1
str r4, [r2]
str r5, [r2, #4]
add r2, r2, r3
ldrne r4, [r0]
ldrne r5, [r0, #4]
bne copy_mem8x8_4_loop
ldmia sp!, {r4 - r5}
;pop {r4-r5}
mov pc, lr
;copy 8 by... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/copymem8x8_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/copymem8x8_v6.asm | 81 | 127 |
webmproject/libvpx:vp8/common/arm/armv6/dc_only_idct_add_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 and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sour... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dc_only_idct_add_v6.asm | BSD-3-Clause | ed9c66f5844cd6fd28c7f92e84a769170a56462e | github | media | https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/common/arm/armv6/dc_only_idct_add_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/dc_only_idct_add_v6.asm:2 | usat16 r7, #8, r7
usat16 r6, #8, r6
orr r5, r5, r4, lsl #8
orr r7, r7, r6, lsl #8
ldr r4, [r1], r2
str r5, [r3], r12
ldr r6, [r1]
str r7, [r3], r12
uxtab16 r5, r0, r4
uxtab16 r4, r0, r4, ror #8
uxtab16 r7, r0,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dc_only_idct_add_v6.asm | BSD-3-Clause | ed9c66f5844cd6fd28c7f92e84a769170a56462e | github | media | https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/common/arm/armv6/dc_only_idct_add_v6.asm | 41 | 70 |
webmproject/libvpx:vp8/common/arm/armv6/dc_only_idct_add_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 and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sour... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dc_only_idct_add_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/dc_only_idct_add_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/dc_only_idct_add_v6.asm:2 | orr r5, r5, r4, lsl #8
orr r7, r7, r6, lsl #8
ldr r4, [r1], r3
ldr r6, [r1]
str r5, [r2], lr
str r7, [r2], lr
uxtab16 r5, r0, r4
uxtab16 r4, r0, r4, ror #8
uxtab16 r7, r0, r6
uxtab16 r6, r0, r6, ror #8
usat16 r... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dc_only_idct_add_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/dc_only_idct_add_v6.asm | 41 | 67 |
webmproject/libvpx:vp8/common/arm/armv6/dc_only_idct_add_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/dc_only_idct_add_v6.asm | BSD-3-Clause | 56f5a9a060d4c89a71616a90207327e6c544f543 | github | media | https://github.com/webmproject/libvpx/blob/56f5a9a060d4c89a71616a90207327e6c544f543/vp8/common/arm/armv6/dc_only_idct_add_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/dequant_idct_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 and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sour... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dequant_idct_v6.asm | BSD-3-Clause | f58011ada5e3d28d9acf078657f8117f0960d240 | github | media | https://github.com/webmproject/libvpx/blob/f58011ada5e3d28d9acf078657f8117f0960d240/vp8/common/arm/armv6/dequant_idct_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/dequant_idct_v6.asm:2 | smulbb r6, r4, r5
smultt r7, r4, r5
subs r12, r12, #1
ldrne r4, [r0, #4]
ldrne r5, [r1], #4
strh r6, [r0], #2
strh r7, [r0], #2
bne vp8_dequant_add_loop
sub r0, r0, #32
mov r1, r0
; short_idct4x4llm_v6_dual
ldr r3, cospi8sqrt2minus1
ldr ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dequant_idct_v6.asm | BSD-3-Clause | f58011ada5e3d28d9acf078657f8117f0960d240 | github | media | https://github.com/webmproject/libvpx/blob/f58011ada5e3d28d9acf078657f8117f0960d240/vp8/common/arm/armv6/dequant_idct_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/dequant_idct_v6.asm:3 | usub16 r7, r8, r7
uadd16 r6, r6, r10
uadd16 r10, r11, r14
usub16 r8, r11, r14
uadd16 r9, r10, r6
usub16 r10, r10, r6
uadd16 r6, r8, r7
usub16 r7, r8, r7
str r6, [r1, #8]
ldrne r6, [r0, #8]
str r7, [r1, #16]
str r10, [r1, #24]
str r9, [r1], #4
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dequant_idct_v6.asm | BSD-3-Clause | f58011ada5e3d28d9acf078657f8117f0960d240 | github | media | https://github.com/webmproject/libvpx/blob/f58011ada5e3d28d9acf078657f8117f0960d240/vp8/common/arm/armv6/dequant_idct_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/dequant_idct_v6.asm:4 | pkhbt r1, r7, r1, lsl #16
uadd16 r8, r1, r8
pkhbt r11, r9, r11, lsl #16
usub16 r1, r12, r8
uadd16 r8, r11, r6
ldr r9, c0x00040004
ldr r12, [sp] ; get stride from stack
uadd16 r6, r10, r8
usub16 r7, r10, r8
uadd16 r7, r7, r9
uadd16 r6, r6, r9
u... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dequant_idct_v6.asm | BSD-3-Clause | f58011ada5e3d28d9acf078657f8117f0960d240 | github | media | https://github.com/webmproject/libvpx/blob/f58011ada5e3d28d9acf078657f8117f0960d240/vp8/common/arm/armv6/dequant_idct_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/dequant_idct_v6.asm:5 | usat16 r7, #8, r7
usat16 r1, #8, r1
orr r1, r1, r7, lsl #8
str r9, [r2], r12 ; store output to dst
str r1, [r2], r12 ; store output to dst
bne vp8_dequant_idct_loop2_v6
; memset
sub r0, r0, #32
add sp, sp, #4
mov r12, #0
str r12... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/dequant_idct_v6.asm | BSD-3-Clause | f58011ada5e3d28d9acf078657f8117f0960d240 | github | media | https://github.com/webmproject/libvpx/blob/f58011ada5e3d28d9acf078657f8117f0960d240/vp8/common/arm/armv6/dequant_idct_v6.asm | 161 | 190 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:2 | mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
add r12, r3, #16 ; square off the output
sub sp, sp, #4
ldr r4, [r11] ; load up packed filter coefficients
ldr r5, [r11, #4]
ldr r6, [r11, #8]
str ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:3 | smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #0xff ; test loop counter
add lr, lr, #0x40 ; round_shift_and_clamp
ldrneb r8, [r0, #-2] ; load data for next loop
usat lr, #8, lr, asr #7
add r11, r11, #0x40
l... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:4 | ldr r11, [sp, #40] ; vp8_filter address
ldr r7, [sp, #36] ; output height
add r4, r2, #18 ; preload next low
pld [r0, r4]
sub r2, r2, r3 ; inside loop increments input array,
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:5 | smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
sub r7, r7, #1
pkhbt r9, r9, r10, lsl #16 ; r10 | r9
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:6 | bne height_loop_1st_16_6
add sp, sp, #4
ldmia sp!, {r4 - r11, pc}
ENDP
; --------------------------
; 8x8 version
; -----------------------------
|vp8_filter_block2d_first_pass_8x8_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r11, [sp, #40] ; vp8_filter address
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:7 | |width_loop_1st_8_6|
ldrb r11, [r0, #-1]
pkhbt lr, r8, r9, lsl #16 ; r9 | r8
pkhbt r8, r9, r10, lsl #16 ; r10 | r9
ldrb r9, [r0]
smuad lr, lr, r4 ; apply the filter
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smuad r8, r8, ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:8 | bne width_loop_1st_8_6
ldr r1, [sp] ; load and update dst address
subs r7, r7, #0x10000
add r0, r0, r2 ; move to next input line
add r11, r2, #18 ; adding back block width(=8)
pld [r0, r11] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:9 | pkhbt r11, r6, r5
sub r0, r0, #4 ; offset input buffer
|height_loop_2nd|
ldr r8, [r0] ; load the data
ldr r9, [r0, #4]
orr r7, r7, r3, lsr #1 ; loop counter
|width_loop_2nd|
smuad lr, r4, r8 ; apply ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:10 | ldr r1, [sp] ; update dst for next loop
subs r7, r7, #0x10000
add r0, r0, #16 ; updata src for next loop
add r1, r1, #1
str r1, [sp]
bne height_loop_2nd
add sp, sp, #4
ldmia sp!, {r4 - r11, pc}
ENDP
;------------... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:11 | ldr r10, [r0, #4]!
smladx r6, r9, r12, r4 ; apply filter
pkhbt r8, r9, r8
smlad r5, r8, r12, r4
pkhbt r8, r10, r9
smladx r6, r10, r11, r6
sub r7, r7, #1
smlad r5, r8, r11, r5
mov r8, r9 ; shift the data for the next loop
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 401 | 460 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:12 | stmdb sp!, {r4 - r11, lr}
add r7, r2, r3 ; preload next low
add r7, r7, #2
pld [r0, r7]
ldr r4, [sp, #36] ; output pitch
ldr r11, [sp, #40] ; HFilter address
sub sp, sp, #8
mov r7, r3
sub r2, r2,... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 441 | 500 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:13 | ;; smuad lr, lr, r4
smlad lr, lr, r4, r2
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
;; smuad r8, r8, r4
smlad r8, r8, r4, r2
pkhbt r11, r11, r9, lsl #16 ; r9 | r11
smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 481 | 540 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:14 | add r11, r11, #2
pld [r0, r11]
add r1, r1, lr ; update dst for next loop
bne height_loop_1st_only_6
add sp, sp, #8
ldmia sp!, {r4 - r11, pc}
ENDP ; |vp8_filter_block2d_first_pass_only_armv6|
;------------------------------------
; r0 unsigned c... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 521 | 580 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:15 | ldrb r8, [r0], r2 ; load data
orr r7, r7, r3 ; loop counter
ldrb r9, [r0], r2
ldrb r10, [r0], r2
|height_loop_2nd_only_6|
; filter first column in this inner loop, than, move to next colum.
ldrb r11, [r0], r2
pkhbt lr, r8, r9, lsl #16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 561 | 620 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:16 | usat r10, #8, r10, asr #7
ldrneb r9, [r0], r2
strb r10, [r1], r12
ldrneb r10, [r0], r2
bne height_loop_2nd_only_6
ldr r0, [sp]
ldr r1, [sp, #4]
subs r7, r7, #0x10000
add r0, r0, #1 ; move to filter next column
str r0, [sp]
ad... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | b9ed185659435483205bdf70943f96d132840c84 | github | media | https://github.com/webmproject/libvpx/blob/b9ed185659435483205bdf70943f96d132840c84/vp8/common/arm/armv6/filter_v6.asm | 601 | 624 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:3 | smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #0xff ; test loop counter
add lr, lr, #0x40 ; round_shift_and_clamp
ldrneb r8, [r0, #-2] ; load data for next loop
usat lr, #8, lr, asr #7
add r11, r11, #0x40
l... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:4 | ldr r11, [sp, #40] ; vp9_filter address
ldr r7, [sp, #36] ; output height
add r4, r2, #18 ; preload next low
pld [r0, r4]
sub r2, r2, r3 ; inside loop increments input array,
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:5 | smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
sub r7, r7, #1
pkhbt r9, r9, r10, lsl #16 ; r10 | r9
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:6 | bne height_loop_1st_16_6
add sp, sp, #4
ldmia sp!, {r4 - r11, pc}
ENDP
; --------------------------
; 8x8 version
; -----------------------------
|vp9_filter_block2d_first_pass_8x8_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r11, [sp, #40] ; vp9_filter address
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:8 | bne width_loop_1st_8_6
ldr r1, [sp] ; load and update dst address
subs r7, r7, #0x10000
add r0, r0, r2 ; move to next input line
add r11, r2, #18 ; adding back block width(=8)
pld [r0, r11] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:9 | pkhbt r11, r6, r5
sub r0, r0, #4 ; offset input buffer
|height_loop_2nd|
ldr r8, [r0] ; load the data
ldr r9, [r0, #4]
orr r7, r7, r3, lsr #1 ; loop counter
|width_loop_2nd|
smuad lr, r4, r8 ; apply ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:10 | ldr r1, [sp] ; update dst for next loop
subs r7, r7, #0x10000
add r0, r0, #16 ; updata src for next loop
add r1, r1, #1
str r1, [sp]
bne height_loop_2nd
add sp, sp, #4
ldmia sp!, {r4 - r11, pc}
ENDP
;------------... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:11 | ldr r10, [r0, #4]!
smladx r6, r9, r12, r4 ; apply filter
pkhbt r8, r9, r8
smlad r5, r8, r12, r4
pkhbt r8, r10, r9
smladx r6, r10, r11, r6
sub r7, r7, #1
smlad r5, r8, r11, r5
mov r8, r9 ; shift the data for the next loop
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 401 | 460 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:13 | ;; smuad lr, lr, r4
smlad lr, lr, r4, r2
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
;; smuad r8, r8, r4
smlad r8, r8, r4, r2
pkhbt r11, r11, r9, lsl #16 ; r9 | r11
smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 481 | 540 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:14 | add r11, r11, #2
pld [r0, r11]
add r1, r1, lr ; update dst for next loop
bne height_loop_1st_only_6
add sp, sp, #8
ldmia sp!, {r4 - r11, pc}
ENDP ; |vp9_filter_block2d_first_pass_only_armv6|
;------------------------------------
; r0 unsigned c... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 521 | 580 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:16 | usat r10, #8, r10, asr #7
ldrneb r9, [r0], r2
strb r10, [r1], r12
ldrneb r10, [r0], r2
bne height_loop_2nd_only_6
ldr r0, [sp]
ldr r1, [sp, #4]
subs r7, r7, #0x10000
add r0, r0, #1 ; move to filter next column
str r0, [sp]
ad... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 6a4b1e59588fa40fec301a5c14680ae66b4afba2 | github | media | https://github.com/webmproject/libvpx/blob/6a4b1e59588fa40fec301a5c14680ae66b4afba2/vp8/common/arm/armv6/filter_v6.asm | 601 | 624 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:10 | ldr r1, [sp] ; update dst for next loop
subs r7, r7, #0x10000
add r0, r0, #16 ; updata src for next loop
add r1, r1, #1
str r1, [sp]
bne height_loop_2nd
add sp, sp, #4
ldmia sp!, {r4 - r11, pc}
ENDP
;------------... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 458fb8f4911a3f53f0601b883069f844c2e40fa5 | github | media | https://github.com/webmproject/libvpx/blob/458fb8f4911a3f53f0601b883069f844c2e40fa5/vp8/common/arm/armv6/filter_v6.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:2 | sub sp, sp, #4
;;IF ARCHITECTURE=6
;pld [r0, #-2]
;;pld [r0, #30]
;;ENDIF
ldr r4, [r11] ; load up packed filter coefficients
ldr r5, [r11, #4]
ldr r6, [r11, #8]
str r1, [sp] ; push destination to stack
m... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:3 | pkhbt r9, r9, r10, lsl #16 ; r10 | r9
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #0xff ; test loop counter
add lr, lr, #0x40 ; round_shift_and_clamp
ldrneb r8, [r0, #... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:4 | ENDP
;---------------------------------
; r0 short *src_ptr,
; r1 unsigned char *output_ptr,
; r2 unsigned int output_pitch,
; r3 unsigned int cnt,
; stack const short *vp8_filter
;---------------------------------
|vp8_filter_block2d_second_pass_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:5 | ldrh r9, [r0, #12]
smlad lr, r6, r10, lr
smladx r8, r11, r10, r8
add r0, r0, #4
smlatb r10, r6, r9, r8
add lr, lr, #0x40 ; round_shift_and_clamp
ands r8, r7, #0xff
usat lr, #8, lr, asr #7
add r10, r10, #0x40
strb lr, [r1], r2 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:6 | ; stack const short *vp8_filter
;---------------------------------
|vp8_filter4_block2d_second_pass_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r11, [sp, #36] ; vp8_filter address
mov r7, r3, lsl #16 ; height is top part of counter
ldr r4, [r11] ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:7 | bne width_loop_2nd_4
subs r7, r7, #0x10000
add r0, r0, #16 ; update src for next loop
sub r1, lr, r7, lsr #16 ; update dst for next loop
bne height_loop_2nd_4
ldmia sp!, {r4 - r11, pc}
ENDP
;------------------------------------
; r0 un... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:8 | ldr r5, [r11, #4]
ldr r6, [r11, #8]
; six tap filter
|height_loop_1st_only_6|
ldrb r8, [r0, #-2] ; load data
ldrb r9, [r0, #-1]
ldrb r10, [r0], #2
mov r12, r3, lsr #1 ; loop counter
|width_loop_1st_only_6|
ldrb r11, [r0, #-1]
pkhb... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:9 | ldrneb r8, [r0, #-2] ; load data for next loop
usat lr, #8, lr, asr #7
;; add r10, r10, #0x40
strb lr, [r1], #1 ; store the result
usat r10, #8, r10, asr #7
ldrneb r9, [r0, #-1]
strb r10, [r1], #1
ldrneb r10, [r0], #2
bne width_l... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:10 | stmdb sp!, {r4 - r11, lr}
ldr r11, [sp, #40] ; VFilter address
ldr r12, [sp, #36] ; output pitch
mov r7, r3, lsl #16 ; height is top part of counter
sub r0, r0, r2, lsl #1 ; need 6 elements for filtering, 2 before, 3 afte... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 361 | 420 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:11 | smlad r8, r11, r5, r8
ldrb r11, [r0]
sub r7, r7, #2
sub r0, r0, r2, lsl #2
pkhbt r9, r9, r10, lsl #16 ; r10 | r9
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smlad lr, r9, r6, lr
smlad r10, r10, r6, r8
ands r9, r7, #0xff
add lr, lr, #0... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 18dc92fd664357db31d7ef43337e2dee3a0f5062 | github | media | https://github.com/webmproject/libvpx/blob/18dc92fd664357db31d7ef43337e2dee3a0f5062/vp8/common/arm/armv6/filter_v6.asm | 401 | 443 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:2 | ;;IF ARCHITECTURE=6
;pld [r0, #-2]
;;pld [r0, #30]
;;ENDIF
ldr r4, [r11] ; load up packed filter coefficients
ldr r5, [r11, #4]
ldr r6, [r11, #8]
str r1, [sp] ; push destination to stack
mov r7, r7, lsl #16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:4 | ;---------------------------------
; r0 short *src_ptr,
; r1 unsigned char *output_ptr,
; r2 unsigned int output_pitch,
; r3 unsigned int cnt,
; stack const short *vp8_filter
;---------------------------------
|vp8_filter_block2d_second_pass_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 121 | 180 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:5 | ldrh r9, [r0, #12]
smlad lr, r6, r10, lr
smladx r8, r11, r10, r8
add r0, r0, #4
smlatb r10, r6, r9, r8
add lr, lr, #0x40 ; round_shift_and_clamp
ands r8, r7, #0xff
usat lr, #8, lr, asr #7
add r10, r10, #0x40
strb lr, [r1], r2 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:6 | ; stack const short *vp8_filter
;------------------------------------
|vp8_filter_block2d_first_pass_only_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r4, [sp, #36] ; output pitch
ldr r11, [sp, #40] ; HFilter address
sub sp, sp, #8
mov r7, r3
s... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:7 | ;; smuad lr, lr, r4
smlad lr, lr, r4, r2
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
;; smuad r8, r8, r4
smlad r8, r8, r4, r2
pkhbt r11, r11, r9, lsl #16 ; r9 | r11
smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:8 | ldr r12, [sp, #4] ; load back output pitch
subs r7, r7, #1
add r0, r0, r12 ; updata src for next loop
add r1, r1, lr ; update dst for next loop
bne height_loop_1st_only_6
add sp, sp, #8
ldmia sp!, {r4 - r11, pc... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/arm/armv6/filter_v6.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_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/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 1 | 60 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:2 | ;;IF ARCHITECTURE=6
;pld [r0, #-2]
;;pld [r0, #30]
;;ENDIF
ldr r4, [r11] ; load up packed filter coefficients
ldr r5, [r11, #4]
ldr r6, [r11, #8]
str r1, [sp] ; push destination to stack
mov r7, r7, lsl #16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 41 | 100 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:3 | pkhbt r10, r10, r11, lsl #16 ; r11 | r10
smlad lr, r9, r6, lr
smlad r11, r10, r6, r8
ands r10, r7, #0xff ; test loop counter
add lr, lr, #0x40 ; round_shift_and_clamp
ldrneb r8, [r0, #-2] ; load data for next loop
usa... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 81 | 140 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:5 | smlad lr, r6, r10, lr
smladx r8, r11, r10, r8
add r0, r0, #4
smlatb r10, r6, r9, r8
add lr, lr, #0x40 ; round_shift_and_clamp
ands r8, r7, #0xff
usat lr, #8, lr, asr #7
add r10, r10, #0x40
strb lr, [r1], r2 ; the result is t... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 161 | 220 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:6 | ;------------------------------------
|vp8_filter_block2d_first_pass_only_armv6| PROC
stmdb sp!, {r4 - r11, lr}
ldr r4, [sp, #36] ; output pitch
ldr r11, [sp, #40] ; HFilter address
sub sp, sp, #8
mov r7, r3
sub r2, r2, r3 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 201 | 260 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:7 | smlad lr, lr, r4, r2
pkhbt r10, r10, r11, lsl #16 ; r11 | r10
;; smuad r8, r8, r4
smlad r8, r8, r4, r2
pkhbt r11, r11, r9, lsl #16 ; r9 | r11
smlad lr, r10, r5, lr
ldrb r10, [r0, #1]
smlad r8, r11, r5, r8
ldrb r11, [r0, #2]
subs r12, r12, #1
... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 241 | 300 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:8 | subs r7, r7, #1
add r0, r0, r12 ; updata src for next loop
add r1, r1, lr ; update dst for next loop
bne height_loop_1st_only_6
add sp, sp, #8
ldmia sp!, {r4 - r11, pc}
ENDP ; |vp8_filter_block2d_first_pass_only_armv6|
;---------... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 281 | 340 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:9 | orr r7, r7, r3 ; loop counter
ldrb r9, [r0], r2
ldrb r10, [r0], r2
|height_loop_2nd_only_6|
; filter first column in this inner loop, than, move to next colum.
ldrb r11, [r0], r2
pkhbt lr, r8, r9, lsl #16 ; r9 | r8
pkhbt r8, r9, r10, lsl #16 ... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 321 | 380 |
webmproject/libvpx:vp8/common/arm/armv6/filter_v6.asm:10 | ldrneb r9, [r0], r2
strb r10, [r1], r12
ldrneb r10, [r0], r2
bne height_loop_2nd_only_6
ldr r0, [sp]
ldr r1, [sp, #4]
subs r7, r7, #0x10000
add r0, r0, #1 ; move to filter next column
str r0, [sp]
add r1, r1, #1
str r1, [... | arm | masm-like | handwritten | webmproject/libvpx | vp8/common/arm/armv6/filter_v6.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/arm/armv6/filter_v6.asm | 361 | 383 |
webmproject/libvpx:vp8/common/arm/armv6/idct_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/idct_v6.asm | BSD-3-Clause | ed9c66f5844cd6fd28c7f92e84a769170a56462e | github | media | https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/common/arm/armv6/idct_v6.asm | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.