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/x86/variance_impl_sse2.asm:4
add rdi, dword ptr arg(3) ;src_pixels_per_line %else lea rdi, [rdi + r9] %endif sub rcx, 1 ; jnz filter_block2d_bil_var_sse2_loop ; jmp filter_block2d_bil_variance ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
121
180
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:5
psraw xmm1, xmm_filter_shift ; movq xmm3, QWORD PTR [rdi] ; punpcklbw xmm3, xmm0 ; psubw xmm1, xmm3 ; paddw xmm6, xmm1 ; ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
161
220
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:6
lea rsi, [rsi + rax] ;ref_pixels_per_line lea rdi, [rdi + rbx] ;src_pixels_per_line sub rcx, 1 ; jnz filter_block2d_bil_full_pixel_loop ; jmp filter_bl...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
201
260
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:7
lea rdi, [rdi + rbx] ;src_pixels_per_line sub rcx, 1 ; jnz filter_block2d_bil_fp_only_loop ; jmp filter_block2d_bil_variance filter_block2d_bil_variance: movdq2q mm6, ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
241
300
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:8
movd [rsi], mm2 ; xsum movd [rdi], mm4 ; xxsum ; begin epilog pop rbx pop rdi pop rsi RESTORE_GOT RESTORE_XMM UNSHADOW_ARGS pop rbp ret ;void vp8_half_horiz_vert_variance8x_h_sse2 ;( ; unsigned char *ref_ptr, ; in...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
281
340
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:9
pxor xmm6, xmm6 ; error accumulator pxor xmm7, xmm7 ; sse eaccumulator mov rsi, arg(0) ;ref_ptr ; mov rdi, arg(2) ;src_ptr ; movsxd ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
321
380
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:10
%if ABI_IS_32BIT add esi, dword ptr arg(1) ;ref_pixels_per_line ; next source add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination %else add rsi, r8 add rdi, r9 %endif sub rcx,...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
361
420
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:11
mov rsi, arg(5) ; sum mov rdi, arg(6) ; sumsquared movd [rsi], mm2 ; movd [rdi], mm4 ; ; begin epilog pop rdi pop rsi RESTORE_GOT RESTORE_XMM UNSHADOW_...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
401
460
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:12
mov rsi, arg(0) ;ref_ptr ; mov rdi, arg(2) ;src_ptr ; movsxd rcx, dword ptr arg(4) ;Height ; movsxd rax, dword ptr arg(1) ;ref_pixels_per_line movsxd rdx...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
441
500
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:13
movdqa xmm5, xmm1 ; save xmm1 for use on the next row lea rsi, [rsi + rax] lea rdi, [rdi + rdx] sub rcx, 1 ; jnz vp8_half_horiz_vert_variance16x_h_1 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
481
540
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:14
movd [rsi], xmm0 movd [rdi], xmm6 ; begin epilog pop rdi pop rsi RESTORE_GOT RESTORE_XMM UNSHADOW_ARGS pop rbp ret ;void vp8_half_vert_variance8x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr,...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
521
580
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:15
pxor xmm7, xmm7 ; sse eaccumulator mov rsi, arg(0) ;ref_ptr ; mov rdi, arg(2) ;src_ptr ; movsxd rcx, dword ptr arg(4) ;Height ; movsxd r...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
561
620
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:16
movdq2q mm2, xmm6 movdq2q mm3, xmm7 paddw mm6, mm2 paddd mm7, mm3 pxor mm3, mm3 ; pxor mm2, mm2 ; punpcklwd ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
601
660
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:17
;void vp8_half_vert_variance16x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int *sum, ; unsigned int *sumsquared ;) global sym(vp8_half_vert_variance16x_h_sse2) PRIVATE sym(vp8_half_vert_variance16x_h_s...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
641
700
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:18
punpckhbw xmm4, xmm0 movq xmm2, QWORD PTR [rdi] punpcklbw xmm2, xmm0 psubw xmm5, xmm2 movq xmm2, QWORD PTR [rdi+8] punpcklbw xmm2, xmm0 psubw xmm4, ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
681
740
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:19
punpckhdq xmm1, xmm5 paddd xmm0, xmm1 movdqa xmm7, xmm6 movdqa xmm1, xmm0 psrldq xmm7, 8 psrldq xmm1, 8 paddd xmm6, xmm7 paddd xmm0, xmm1 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
721
780
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:20
push rbp mov rbp, rsp SHADOW_ARGS_TO_STACK 7 SAVE_XMM 7 GET_GOT rbx push rsi push rdi ; end prolog %if ABI_IS_32BIT=0 movsxd r8, dword ptr arg(1) ;ref_pixels_per_line movsxd r9, dword ptr arg(3) ;src_pixels_per_line %endif pxor ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
761
820
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:21
%else add rsi, r8 add rdi, r9 %endif sub rcx, 1 ; jnz vp8_half_horiz_variance8x_h_1 ; movdq2q mm6, xmm6 ; movdq2q mm7, xmm7 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
801
860
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:22
movd [rsi], mm2 ; movd [rdi], mm4 ; ; begin epilog pop rdi pop rsi RESTORE_GOT RESTORE_XMM UNSHADOW_ARGS pop rbp ret ;void vp8_half_horiz_variance16x_h_sse2 ;( ; unsigned char *ref_ptr, ; int...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
841
900
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:23
movsxd rax, dword ptr arg(1) ;ref_pixels_per_line movsxd rdx, dword ptr arg(3) ;src_pixels_per_line pxor xmm0, xmm0 ; vp8_half_horiz_variance16x_h_1: movdqu xmm5, XMMWORD PTR [rsi] ; xmm5 = s...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
881
940
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:24
psrad xmm1, 16 paddd xmm0, xmm1 movdqa xmm1, xmm0 movdqa xmm6, xmm7 punpckldq xmm6, xmm5 punpckhdq xmm7, xmm5 paddd xmm6, xmm7 punpckldq xmm0, xmm5 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
921
972
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:25
xmm_bi_rd: times 8 dw 64 align 16 vp8_bilinear_filters_sse2: dw 128, 128, 128, 128, 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0 dw 112, 112, 112, 112, 112, 112, 112, 112, 16, 16, 16, 16, 16, 16, 16, 16 dw 96, 96, 96, 96, 96, 96, 96, 96, 32, 32, 32, 32, 32, 32, 32, 32 dw 80, 80, 80, 80, 80, 80...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
c3bdffb0a508ad08d5dfa613c029f368d4293d4c
github
media
https://github.com/webmproject/libvpx/blob/c3bdffb0a508ad08d5dfa613c029f368d4293d4c/vp8/common/x86/variance_impl_sse2.asm
961
972
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.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...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1
60
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:2
pmaddwd xmm0, xmm0 pmaddwd xmm1, xmm1 pmaddwd xmm2, xmm2 pmaddwd xmm3, xmm3 paddd xmm0, xmm1 paddd xmm2, xmm3 paddd xmm4, xmm0 paddd xmm4, xmm2 add rax, 0x40 dec rcx ja .NEX...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
41
100
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:3
; int * Sum ;) global sym(vp8_get16x16var_sse2) PRIVATE sym(vp8_get16x16var_sse2): push rbp mov rbp, rsp SHADOW_ARGS_TO_STACK 6 SAVE_XMM 7 push rbx push rsi push rdi ; end prolog mov rsi, arg(0) ;[src_ptr] mov rdi...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
81
140
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:6
movd DWORD PTR [rax], xmm7 movd DWORD PTR [rdi], xmm1 ; begin epilog pop rdi pop rsi pop rbx RESTORE_XMM UNSHADOW_ARGS pop rbp ret ;unsigned int vp8_get8x8var_sse2 ;( ; unsigned char * src_ptr, ; int source_stride, ; unsigned char...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
201
260
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:10
movdqa xmm2, xmm1 paddw xmm6, xmm7 punpckldq xmm1, xmm0 punpckhdq xmm2, xmm0 movdqa xmm7, xmm6 paddd xmm1, xmm2 punpckldq xmm6, xmm0 punpckhdq xmm7, x...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
361
420
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:11
ret ;void vp8_filter_block2d_bil_var_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int xoffset, ; int yoffset, ; int *sum, ; unsigned int *sumsquared;; ; ;) global sym(vp8_filter_block2d_bil_var_ss...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
401
460
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:17
movdq2q mm2, xmm6 movdq2q mm3, xmm7 paddw mm6, mm2 paddd mm7, mm3 pxor mm3, mm3 ; pxor mm2, mm2 ; punpcklwd ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
641
700
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:18
;void vp8_half_horiz_vert_variance8x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int *sum, ; unsigned int *sumsquared ;) global sym(vp8_half_horiz_vert_variance8x_h_sse2) PRIVATE sym(vp8_half_horiz_vert...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
681
740
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:20
psrldq xmm6, 8 psrldq xmm7, 8 movdq2q mm2, xmm6 movdq2q mm3, xmm7 paddw mm6, mm2 paddd mm7, mm3 pxor mm3, mm3 ; ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
761
820
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:21
UNSHADOW_ARGS pop rbp ret ;void vp8_half_horiz_vert_variance16x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int *sum, ; unsigned int *sumsquared ;) global sym(vp8_half_horiz_vert_varian...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
801
860
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:23
punpckhwd xmm1, xmm6 psrad xmm0, 16 psrad xmm1, 16 paddd xmm0, xmm1 movdqa xmm1, xmm0 movdqa xmm6, xmm7 punpckldq xmm6, xmm5 punpckhdq xmm7, xmm5 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
881
940
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:24
;void vp8_half_vert_variance8x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int *sum, ; unsigned int *sumsquared ;) global sym(vp8_half_vert_variance8x_h_sse2) PRIVATE sym(vp8_half_vert_variance8x_h_sse2...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
921
980
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:26
movq mm6, mm2 ; psrlq mm6, 32 ; paddd mm2, mm6 ; psrad mm2, 16 ; movq mm4, mm7 ; psrlq ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1,001
1,060
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:29
mov rdi, arg(6) ;[SSE] movd [rsi], xmm0 movd [rdi], xmm6 ; begin epilog pop rdi pop rsi RESTORE_GOT RESTORE_XMM UNSHADOW_ARGS pop rbp ret ;void vp8_half_horiz_variance8x_h_sse2 ;( ; unsigned char *ref_ptr, ; i...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1,121
1,180
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:31
movdq2q mm2, xmm6 movdq2q mm3, xmm7 paddw mm6, mm2 paddd mm7, mm3 pxor mm3, mm3 ; pxor mm2, mm2 ; punpcklwd ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1,201
1,260
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:32
;void vp8_half_horiz_variance16x_h_sse2 ;( ; unsigned char *ref_ptr, ; int ref_pixels_per_line, ; unsigned char *src_ptr, ; int src_pixels_per_line, ; unsigned int Height, ; int *sum, ; unsigned int *sumsquared ;) global sym(vp8_half_horiz_variance16x_h_sse2) PRIVATE sym(vp8_half_horiz_variance16x_...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1,241
1,300
webmproject/libvpx:vp8/common/x86/variance_impl_sse2.asm:34
movdqa xmm7, xmm6 movdqa xmm1, xmm0 psrldq xmm7, 8 psrldq xmm1, 8 paddd xmm6, xmm7 paddd xmm0, xmm1 mov rsi, arg(5) ;[Sum] mov rdi, ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_sse2.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_sse2.asm
1,321
1,359
webmproject/libvpx:vp8/common/x86/variance_impl_ssse3.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...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_ssse3.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_ssse3.asm
1
60
webmproject/libvpx:vp8/common/x86/variance_impl_ssse3.asm:9
punpckldq xmm0, xmm5 punpckhdq xmm1, xmm5 paddd xmm0, xmm1 movdqa xmm7, xmm6 movdqa xmm1, xmm0 psrldq xmm7, 8 psrldq xmm1, 8 paddd xmm6, xmm7 ...
x86_64
nasm-like
handwritten
webmproject/libvpx
vp8/common/x86/variance_impl_ssse3.asm
BSD-3-Clause
0f7e4665ae6f3850c681b29e6318ed4e556d70fb
github
media
https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/variance_impl_ssse3.asm
321
364
webmproject/libvpx:vp8/decoder/arm/armv5/dequantize_v5.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/decoder/arm/armv5/dequantize_v5.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv5/dequantize_v5.asm
1
52
webmproject/libvpx:vp8/decoder/arm/armv5/dequantize_v5.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/decoder/arm/armv5/dequantize_v5.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv5/dequantize_v5.asm
1
52
webmproject/libvpx:vp8/decoder/arm/armv5/dequantize_v5.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/decoder/arm/armv5/dequantize_v5.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv5/dequantize_v5.asm
1
51
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_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/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dboolhuff_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:2
mov r6, #0 subs r5, r5, #1 bmi decode_value_exit decode_value_loop mov prob, #0x80 mov br, r4 bl vp8dx_decode_bool_v6_internal ; needed for conversion to s file orr r6, r6, r0, lsl r5 subs r5, r5, #1 bpl decode_value_loop decode_value_exit mo...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dboolhuff_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:3
orr r1, r1, r4, lsl #16 orr r1, r1, r5, lsl #24 str r1, [br, #bool_decoder_value] ldmia sp!, {r4 - r5, pc} ENDP ; |vp8dx_start_decode_v6| ;void vp8dx_stop_decode_v6 ( BOOL_DECODER *bc ); |vp8dx_stop_decode_v6| PROC mov pc, lr ENDP ; |vp8dx_stop_decode_v6| ; bigsplit...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dboolhuff_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:4
movhs lr, #1 movhs r3, r5 subhs r2, r2, r6 movlo r2, r6 cmp r2, #0x80 blt range_less_0x80 ;strd r2, r3, [br, #bool_decoder_range] str r2, [br, #bool_decoder_range] str r3, [br, #bool_decoder_value] mov r0, lr ldmia sp!, {r4 - r6, pc} range_less_0...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dboolhuff_v6.asm
121
163
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_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/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dboolhuff_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_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/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dboolhuff_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:2
subs r5, r5, #1 bmi decode_value_exit decode_value_loop mov prob, #0x80 mov br, r4 bl vp8dx_decode_bool_v6_internal ; needed for conversion to s file orr r6, r6, r0, lsl r5 subs r5, r5, #1 bpl decode_value_loop decode_value_exit mov r0, r6 ldm...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dboolhuff_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:3
orr r1, r1, r5, lsl #24 str r1, [br, #bool_decoder_value] ldmia sp!, {r4 - r5, pc} ENDP ; |vp8dx_start_decode_v6| ;void vp8dx_stop_decode_v6 ( BOOL_DECODER *bc ); |vp8dx_stop_decode_v6| PROC mov pc, lr ENDP ; |vp8dx_stop_decode_v6| ; bigsplit RN r1 ; buffer_v RN r1 ; co...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dboolhuff_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dboolhuff_v6.asm:4
movhs r3, r5 subhs r2, r2, r6 movlo r2, r6 cmp r2, #0x80 blt range_less_0x80 ;strd r2, r3, [br, #bool_decoder_range] str r2, [br, #bool_decoder_range] str r3, [br, #bool_decoder_value] mov r0, lr ldmia sp!, {r4 - r6, pc} range_less_0x80 ldr r5,...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dboolhuff_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dboolhuff_v6.asm
121
162
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_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/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:2
strh r7, [r0], #2 smulbb r6, r4, r5 smultt r7, r4, r5 ldr r4, [r0, #4] ;input ldr r5, [r1], #4 ;dq strh r6, [r0], #2 strh r7, [r0], #2 mov r12, #3 vp8_dequant_dc_add_loop smulbb r6, r4, r5 smultt r7, r4, r5 ldr r4, [r0, #4]...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:3
ldr r3, cospi8sqrt2minus1 ldr r4, sinpi8sqrt2 ldr r6, [r0, #8] mov r5, #2 vp8_dequant_dc_idct_loop1_v6 ldr r12, [r0, #24] ldr r14, [r0, #16] smulwt r9, r3, r6 smulwb r7, r3, r6 smulwt r10, r4, r6 smulwb r8, r4, r6 pkhbt r7, r7, r9, lsl #16 smulwt...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:4
vp8_dequant_dc_idct_loop2_v6 ldr r6, [r0], #4 ldr r7, [r0], #4 ldr r8, [r0], #4 ldr r9, [r0], #4 smulwt r1, r3, r6 smulwt r12, r4, r6 smulwt lr, r3, r8 smulwt r10, r4, r8 pkhbt r11, r8, r6, lsl #16 pkhbt r1, lr, r1, lsl #16 pkhbt r12, r10, r12, lsl #...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:5
pkhtb r9, r8, r10, asr #19 mov r8, r1, asr #3 pkhtb r8, r8, r6, asr #19 uxtb16 lr, r11, ror #8 qadd16 r9, r9, lr uxtb16 lr, r11 qadd16 r8, r8, lr usat16 r9, #8, r9 usat16 r8, #8, r8 orr r9, r8, r9, lsl #8 ldr r11, [r2, r12] ; load input from dst ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
161
213
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:6
str r12, [r0, #20] str r12, [r0, #24] str r12, [r0, #28] ldmia sp!, {r4 - r11, pc} ENDP ; |vp8_dequant_dc_idct_add_v6| ; Constant Pool cospi8sqrt2minus1 DCD 0x00004E7B sinpi8sqrt2 DCD 0x00008A8C c0x00040004 DCD 0x00040004 END
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
201
213
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_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/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:2
strh r6, [r0], #2 strh r7, [r0], #2 smulbb r6, r4, r5 smultt r7, r4, r5 ldr r4, [r0, #4] ;input ldr r5, [r1], #4 ;dq strh r6, [r0], #2 strh r7, [r0], #2 mov r12, #3 vp8_dequant_dc_add_loop smulbb r6, r4, r5 smultt r7, r4, r5 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:3
; short_idct4x4llm_v6_dual ldr r3, cospi8sqrt2minus1 ldr r4, sinpi8sqrt2 ldr r6, [r0, #8] mov r5, #2 vp8_dequant_dc_idct_loop1_v6 ldr r12, [r0, #24] ldr r14, [r0, #16] smulwt r9, r3, r6 smulwb r7, r3, r6 smulwt r10, r4, r6 smulwb r8, r4, r6 pkhbt ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:4
mov r5, #2 sub r0, r1, #8 vp8_dequant_dc_idct_loop2_v6 ldr r6, [r0], #4 ldr r7, [r0], #4 ldr r8, [r0], #4 ldr r9, [r0], #4 smulwt r1, r3, r6 smulwt r12, r4, r6 smulwt lr, r3, r8 smulwt r10, r4, r8 pkhbt r11, r8, r6, lsl #16 pkhbt r1, lr, r1, ls...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:5
ldr r11, [r2], r12 mov r8, r7, asr #3 pkhtb r9, r8, r10, asr #19 mov r8, r1, asr #3 pkhtb r8, r8, r6, asr #19 uxtb16 lr, r11, ror #8 qadd16 r9, r9, lr uxtb16 lr, r11 qadd16 r8, r8, lr usat16 r9, #8, r9 usat16 r8, #8, r8 orr r9, r8, r9, lsl #8 ldr...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
161
218
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm:6
str r12, [r0] str r12, [r0, #4] str r12, [r0, #8] str r12, [r0, #12] str r12, [r0, #16] str r12, [r0, #20] str r12, [r0, #24] str r12, [r0, #28] ldmia sp!, {r4 - r11, pc} ENDP ; |vp8_dequant_dc_idct_add_v6| ; Constant Pool cospi8sqrt2minus1 DCD ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
201
218
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_dc_idct_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/decoder/arm/armv6/dequant_dc_idct_v6.asm
BSD-3-Clause
56f5a9a060d4c89a71616a90207327e6c544f543
github
media
https://github.com/webmproject/libvpx/blob/56f5a9a060d4c89a71616a90207327e6c544f543/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/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/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_idct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/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 ; vpx_memset sub r0, r0, #32 add sp, sp, #4 mov r12, #0 str ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
ed9c66f5844cd6fd28c7f92e84a769170a56462e
github
media
https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/decoder/arm/armv6/dequant_idct_v6.asm
161
190
webmproject/libvpx:vp8/decoder/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/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_idct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_idct_v6.asm:2
strh r6, [r0], #2 strh r7, [r0], #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_v...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_idct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_idct_v6.asm:3
ldr r11, [r0], #4 pkhbt r10, r10, r7, lsl #16 uadd16 r7, r12, r9 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, #...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_idct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_idct_v6.asm:4
smulwb r7, r3, r8 smulwt r11, r4, r8 smulwb r9, r4, r8 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, #40] uadd16 r6, r10, r8 usub16 r7, r10, r8 uadd16 r7...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_idct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_idct_v6.asm:5
pkhtb r1, r1, r6, asr #19 uxtb16 r8, r11, ror #8 qadd16 r7, r7, r8 uxtb16 r8, r11 qadd16 r1, r1, r8 usat16 r7, #8, r7 usat16 r1, #8, r1 orr r1, r1, r7, lsl #8 str r9, [lr], r12 str r1, [lr], r12 str lr, [sp] bne vp8_dequant_idct_loop2_v6 ; vpx_mem...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequant_idct_v6.asm
161
196
webmproject/libvpx:vp8/decoder/arm/armv6/dequant_idct_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/decoder/arm/armv6/dequant_idct_v6.asm
BSD-3-Clause
56f5a9a060d4c89a71616a90207327e6c544f543
github
media
https://github.com/webmproject/libvpx/blob/56f5a9a060d4c89a71616a90207327e6c544f543/vp8/decoder/arm/armv6/dequant_idct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_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/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:2
ldr r4, [r0, #4] ;input ldr r5, [r1], #4 ;dq strh r6, [r0], #2 strh r7, [r0], #2 mov r12, #3 dequant_dc_idct_loop smulbb r6, r4, r5 smultt r7, r4, r5 ldr r4, [r0, #4] ;input ldr r5, [r1], #4 ;dq strh r6, ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:3
orr r4, r4, #0x0000008C ; sinpi8sqrt2 mov r5, #0x2 ; i=2 i loop1_dual_11 ldr r6, [r0, #(4*2)] ; i5 | i4 5|4 ldr r12, [r0, #(12*2)] ; i13 | i12 13|12 ldr r14, [r0, #(8*2)] ; i9 | i8 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:4
loop2_dual_22 ldr r6, [r0, r2] ; i5 | i4 5|4 ldr r1, [r0] ; i1 | i0 1|0 ldr r12, [r0, #0x4] ; i3 | i2 3|2 add r14, r2, #0x4 ; pitch + 2 p+2 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:5
mov r8, r10, asr #19 ; o1 >> 3 strh r8, [r0, #2] ; o1 mov r8, r1, asr #19 ; o2 >> 3 strh r8, [r0, #4] ; o2 mov r8, r6, asr #19 ; o3 >> 3 strh r8, [r0, #6] ; o3 mov r8, r7, asr #19 ; o0 >> 3 strh r8, [r0], r2 ; o0 +p sxth r10, r10 ; mov r8, r10,...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
161
203
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_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/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:2
ldr r5, [r1], #4 ;dq strh r6, [r0], #2 strh r7, [r0], #2 mov r12, #3 dequant_dc_idct_loop smulbb r6, r4, r5 smultt r7, r4, r5 ldr r4, [r0, #4] ;input ldr r5, [r1], #4 ;dq strh r6, [r0], #2 strh r7, [r0], #2 smul...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:3
mov r5, #0x2 ; i=2 i loop1_dual_11 ldr r6, [r0, #(4*2)] ; i5 | i4 5|4 ldr r12, [r0, #(12*2)] ; i13 | i12 13|12 ldr r14, [r0, #(8*2)] ; i9 | i8 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequantdcidct_v6.asm:5
strh r8, [r0, #2] ; o1 mov r8, r1, asr #19 ; o2 >> 3 strh r8, [r0, #4] ; o2 mov r8, r6, asr #19 ; o3 >> 3 strh r8, [r0, #6] ; o3 mov r8, r7, asr #19 ; o0 >> 3 strh r8, [r0], r2 ; o0 +p sxth r10, r10 ; mov r8, r10, asr #3 ; o5 >> 3 strh r8, [r0,...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantdcidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantdcidct_v6.asm
161
202
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_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/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantidct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:2
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 dequant_idct_loop sub r0, r0, #32 mov r1, r2 mov r2, r3 ; short_idct4x4llm_v6_dual mov r3, #0x00004E00 ; cos ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantidct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:3
pkhbt r9, r9, r11, lsl #16 ; 13c | 12c ldr r11, [r0], #0x4 ; i1 | i0 ++ 1|0 pkhbt r10, r10, r7, lsl #16 ; 13s | 12s uadd16 r7, r12, r9 ; 13c+13 | 12c+12 usub16 r7, r8, r7 ; c c uadd16 r6, r6, r10 ; d ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantidct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:4
subs r5, r5, #0x1 ; i-- -- smulwt r7, r3, r6 ; (ip[3] * cospi8sqrt2minus1) >> 16 3c smulwt r11, r4, r6 ; (ip[3] * sinpi8sqrt2) >> 16 3s smulwb r12, r3, r6 ; (ip[7] * cospi8sqrt2minus1) >> 16...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantidct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:5
strh r8, [r0], r2 ; o4 +p ;;;;; subs r5, r5, #0x1 ; i-- -- bne loop2_dual_2 ; ; ;vpx_memset ldr r0, [sp] add sp, sp, #4 mov r12, #0 str r12, [r0] str r12, [r0, #4] str r12, [r0, #8] str r12, [r0, ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantidct_v6.asm
161
184
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_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/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantidct_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:2
subs r12, r12, #1 ldrne r4, [r0, #4] ldrne r5, [r1], #4 strh r6, [r0], #2 strh r7, [r0], #2 bne dequant_idct_loop sub r0, r0, #32 mov r1, r2 mov r2, r3 ; short_idct4x4llm_v6_dual mov r3, #0x00004E00 ; cos orr r3, r3, #0x0000007...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantidct_v6.asm
41
100
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:3
ldr r11, [r0], #0x4 ; i1 | i0 ++ 1|0 pkhbt r10, r10, r7, lsl #16 ; 13s | 12s uadd16 r7, r12, r9 ; 13c+13 | 12c+12 usub16 r7, r8, r7 ; c c uadd16 r6, r6, r10 ; d d uadd16 r10, r11, r14 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantidct_v6.asm
81
140
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:4
smulwt r7, r3, r6 ; (ip[3] * cospi8sqrt2minus1) >> 16 3c smulwt r11, r4, r6 ; (ip[3] * sinpi8sqrt2) >> 16 3s smulwb r12, r3, r6 ; (ip[7] * cospi8sqrt2minus1) >> 16 7c smu...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantidct_v6.asm
121
180
webmproject/libvpx:vp8/decoder/arm/armv6/dequantidct_v6.asm:5
;;;;; subs r5, r5, #0x1 ; i-- -- bne loop2_dual_2 ; ; ;vpx_memset ldr r0, [sp] add sp, sp, #4 mov r12, #0 str r12, [r0] str r12, [r0, #4] str r12, [r0, #8] str r12, [r0, #12] str r12, [r0, #16] str...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantidct_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantidct_v6.asm
161
183
webmproject/libvpx:vp8/decoder/arm/armv6/dequantize_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/decoder/arm/armv6/dequantize_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequantize_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantize_v6.asm:2
strh r7, [r2], #2 ;store result smulbb r7, r3, r4 ;multiply strh r8, [r2], #2 smultt r8, r3, r4 strh r9, [r2], #2 smulbb r9, r5, r6 strh lr, [r2], #2 smultt lr, r5, r6 subs r12, r12, #1 add r0, r0, #16 add r1, r1, #16 ldrn...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantize_v6.asm
BSD-3-Clause
c2140b8af169a6d93a70efc403a5956f5ec84dba
github
media
https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/decoder/arm/armv6/dequantize_v6.asm
41
69
webmproject/libvpx:vp8/decoder/arm/armv6/dequantize_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/decoder/arm/armv6/dequantize_v6.asm
BSD-3-Clause
94c52e4da8a3532989c84f6b0da695dfaeb18449
github
media
https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/decoder/arm/armv6/dequantize_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantize_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/decoder/arm/armv6/dequantize_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantize_v6.asm
1
60
webmproject/libvpx:vp8/decoder/arm/armv6/dequantize_v6.asm:2
smulbb r7, r3, r4 ;multiply strh r8, [r2], #2 smultt r8, r3, r4 strh r9, [r2], #2 smulbb r9, r5, r6 strh lr, [r2], #2 smultt lr, r5, r6 subs r12, r12, #1 add r0, r0, #16 add r1, r1, #16 ldrne r3, [r0] strh r7, [r2], #2 ...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/armv6/dequantize_v6.asm
BSD-3-Clause
0ea50ce9cb4b65eee6afa1d041fe8beb5abda667
github
media
https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/decoder/arm/armv6/dequantize_v6.asm
41
68
webmproject/libvpx:vp8/decoder/arm/detokenize.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/decoder/arm/detokenize.asm
BSD-3-Clause
40dcae9c2e55185f94dd9d02810bb0756adcce57
github
media
https://github.com/webmproject/libvpx/blob/40dcae9c2e55185f94dd9d02810bb0756adcce57/vp8/decoder/arm/detokenize.asm
1
60
webmproject/libvpx:vp8/decoder/arm/detokenize.asm:2
ldr r1, [r9, #detok_current_bc] ldr r0, [r9, #detok_qcoeff_start_ptr] mov r11, #0 ; i mov r3, #16 ; stop cmp r7, #1 ; type ?= 1 addeq r11, r11, #24 ; i = 24 addeq r3, r...
arm
masm-like
handwritten
webmproject/libvpx
vp8/decoder/arm/detokenize.asm
BSD-3-Clause
40dcae9c2e55185f94dd9d02810bb0756adcce57
github
media
https://github.com/webmproject/libvpx/blob/40dcae9c2e55185f94dd9d02810bb0756adcce57/vp8/decoder/arm/detokenize.asm
41
100