mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
bfin: Match DEFUN_END macros to the right functions
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
a3cb865310
commit
c0dcf89887
@ -440,6 +440,7 @@ LE$8OT: DISALGNEXCPT || R2 =[I1++] || [I3++M2] = R5;
|
|||||||
(r7:4) = [sp++];
|
(r7:4) = [sp++];
|
||||||
unlink;
|
unlink;
|
||||||
rts;
|
rts;
|
||||||
|
DEFUN_END(put_pixels8_xy2_nornd)
|
||||||
|
|
||||||
DEFUN(diff_pixels,mL1,
|
DEFUN(diff_pixels,mL1,
|
||||||
(int16_t *block, uint8_t *s1, uint8_t *s2, int stride)):
|
(int16_t *block, uint8_t *s1, uint8_t *s2, int stride)):
|
||||||
@ -467,7 +468,7 @@ DEFUN(diff_pixels,mL1,
|
|||||||
(r7:4) = [sp++];
|
(r7:4) = [sp++];
|
||||||
unlink;
|
unlink;
|
||||||
rts;
|
rts;
|
||||||
DEFUN_END(put_pixels8_xy2_nornd)
|
DEFUN_END(diff_pixels)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
for (i = 0; i < 16; i++) {
|
for (i = 0; i < 16; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user