From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: Checked in latest from Tom Schouten's darcs repository, which was checked in 19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 --- system/mmx/pixel_add_s16.s | 2 +- system/mmx/pixel_biquad_dirI_s16.s | 2 +- system/mmx/pixel_biquad_s16.s | 2 +- system/mmx/pixel_ca_s1.s | 2 +- system/mmx/pixel_cascade_s16.s | 2 +- system/mmx/pixel_cheby_s16.s | 2 +- system/mmx/pixel_conv_hor_s16.s | 2 +- system/mmx/pixel_conv_ver_s16.s | 2 +- system/mmx/pixel_crot_s16.s | 2 +- system/mmx/pixel_gain.s | 2 +- system/mmx/pixel_gain_s16.s | 2 +- system/mmx/pixel_mix_s16.s | 2 +- system/mmx/pixel_mul_s16.s | 2 +- system/mmx/pixel_pack_s16u8.s | 2 +- system/mmx/pixel_rand_s16.s | 2 +- system/mmx/pixel_randmix_s16.s | 2 +- system/mmx/pixel_s1.s | 2 +- system/mmx/pixel_unpack_u8s16.s | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'system/mmx') diff --git a/system/mmx/pixel_add_s16.s b/system/mmx/pixel_add_s16.s index 8d4c7df..e19a2f7 100644 --- a/system/mmx/pixel_add_s16.s +++ b/system/mmx/pixel_add_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_biquad_dirI_s16.s b/system/mmx/pixel_biquad_dirI_s16.s index 1729502..12df4ad 100644 --- a/system/mmx/pixel_biquad_dirI_s16.s +++ b/system/mmx/pixel_biquad_dirI_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_biquad_s16.s b/system/mmx/pixel_biquad_s16.s index ef48c87..8b10a1c 100644 --- a/system/mmx/pixel_biquad_s16.s +++ b/system/mmx/pixel_biquad_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_ca_s1.s b/system/mmx/pixel_ca_s1.s index d9c730f..29db625 100644 --- a/system/mmx/pixel_ca_s1.s +++ b/system/mmx/pixel_ca_s1.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_cascade_s16.s b/system/mmx/pixel_cascade_s16.s index bf88d08..0c569d4 100644 --- a/system/mmx/pixel_cascade_s16.s +++ b/system/mmx/pixel_cascade_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_cheby_s16.s b/system/mmx/pixel_cheby_s16.s index 2afe9e2..44ad28d 100644 --- a/system/mmx/pixel_cheby_s16.s +++ b/system/mmx/pixel_cheby_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_conv_hor_s16.s b/system/mmx/pixel_conv_hor_s16.s index e90a692..dd945c0 100644 --- a/system/mmx/pixel_conv_hor_s16.s +++ b/system/mmx/pixel_conv_hor_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_conv_ver_s16.s b/system/mmx/pixel_conv_ver_s16.s index ae2456f..c92bb07 100644 --- a/system/mmx/pixel_conv_ver_s16.s +++ b/system/mmx/pixel_conv_ver_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_crot_s16.s b/system/mmx/pixel_crot_s16.s index 2427869..885d0e5 100644 --- a/system/mmx/pixel_crot_s16.s +++ b/system/mmx/pixel_crot_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_gain.s b/system/mmx/pixel_gain.s index 5cd5057..cd8eabb 100644 --- a/system/mmx/pixel_gain.s +++ b/system/mmx/pixel_gain.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_gain_s16.s b/system/mmx/pixel_gain_s16.s index adcfdf5..d730c9c 100644 --- a/system/mmx/pixel_gain_s16.s +++ b/system/mmx/pixel_gain_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_mix_s16.s b/system/mmx/pixel_mix_s16.s index 9bf41eb..cfe9d8f 100644 --- a/system/mmx/pixel_mix_s16.s +++ b/system/mmx/pixel_mix_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_mul_s16.s b/system/mmx/pixel_mul_s16.s index 240a024..652b2b5 100644 --- a/system/mmx/pixel_mul_s16.s +++ b/system/mmx/pixel_mul_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_pack_s16u8.s b/system/mmx/pixel_pack_s16u8.s index 57df702..0cfa800 100644 --- a/system/mmx/pixel_pack_s16u8.s +++ b/system/mmx/pixel_pack_s16u8.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_rand_s16.s b/system/mmx/pixel_rand_s16.s index 649400b..0f2f336 100644 --- a/system/mmx/pixel_rand_s16.s +++ b/system/mmx/pixel_rand_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_randmix_s16.s b/system/mmx/pixel_randmix_s16.s index 44e1702..447f201 100644 --- a/system/mmx/pixel_randmix_s16.s +++ b/system/mmx/pixel_randmix_s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_s1.s b/system/mmx/pixel_s1.s index d6bc5ca..0e9fc7d 100644 --- a/system/mmx/pixel_s1.s +++ b/system/mmx/pixel_s1.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/mmx/pixel_unpack_u8s16.s b/system/mmx/pixel_unpack_u8s16.s index 0fc14c2..55e404c 100644 --- a/system/mmx/pixel_unpack_u8s16.s +++ b/system/mmx/pixel_unpack_u8s16.s @@ -1,5 +1,5 @@ # Pure Data Packet mmx routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1