mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
yasm ALIGN uppercase
BUG=none TEST=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/4769005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@885 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
545a51c1d3
commit
04f40278df
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 884
|
Version: 885
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 884
|
#define LIBYUV_VERSION 885
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
@ -28,7 +28,7 @@ cglobal %1ToYRow%3, 3, 3, 3, src_yuy2, dst_y, pix
|
|||||||
psrlw m2, m2, 8
|
psrlw m2, m2, 8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
align 4
|
ALIGN 4
|
||||||
.convertloop:
|
.convertloop:
|
||||||
mov%2 m0, [src_yuy2q]
|
mov%2 m0, [src_yuy2q]
|
||||||
mov%2 m1, [src_yuy2q + mmsize]
|
mov%2 m1, [src_yuy2q + mmsize]
|
||||||
@ -74,7 +74,7 @@ cglobal SplitUVRow%2, 4, 4, 5, src_uv, dst_u, dst_v, pix
|
|||||||
psrlw m4, m4, 8
|
psrlw m4, m4, 8
|
||||||
sub dst_vq, dst_uq
|
sub dst_vq, dst_uq
|
||||||
|
|
||||||
align 4
|
ALIGN 4
|
||||||
.convertloop:
|
.convertloop:
|
||||||
mov%1 m0, [src_uvq]
|
mov%1 m0, [src_uvq]
|
||||||
mov%1 m1, [src_uvq + mmsize]
|
mov%1 m1, [src_uvq + mmsize]
|
||||||
@ -113,7 +113,7 @@ SplitUVRow a,
|
|||||||
cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
|
cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
|
||||||
sub src_vq, src_uq
|
sub src_vq, src_uq
|
||||||
|
|
||||||
align 4
|
ALIGN 4
|
||||||
.convertloop:
|
.convertloop:
|
||||||
mov%1 m0, [src_uq]
|
mov%1 m0, [src_uq]
|
||||||
mov%1 m1, [src_vq]
|
mov%1 m1, [src_vq]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user