mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
yadif.asm: Typo fixes in comments
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1823>
This commit is contained in:
parent
b8cbcf44d7
commit
60160a21c6
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ SECTION .text
|
|||
mova m4, m2
|
||||
; m5 = t0[x+1+j]
|
||||
mova m5, m2
|
||||
; m4 = xor(t0[x+1+j], b0[x+1-j]
|
||||
; m4 = xor(t0[x+1+j], b0[x+1-j])
|
||||
pxor m4, m3
|
||||
pavgb m5, m3
|
||||
; round down to 0
|
||||
|
@ -82,7 +82,7 @@ SECTION .text
|
|||
pmaxub m2, m3
|
||||
; m3 = FFABS(t0[x+1+j] - b0[x+1-j]);
|
||||
mova m3, m2
|
||||
; m4 = FFABS(FFABS(t0[x+1+j] - b0[x+1-j]);
|
||||
; m4 = FFABS(t0[x+1+j] - b0[x+1-j]);
|
||||
mova m4, m2
|
||||
; m3 = FFABS(t0[x+j] - b0[x-j])
|
||||
psrldq m3, 1
|
||||
|
|
Loading…
Reference in a new issue