aboutsummaryrefslogtreecommitdiff
path: root/include/pdp_mmx.h
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
commit7da1d644ff98078ad2a78d940ec991abff440b00 (patch)
treecd5942bd3be84b57228d4d978ec4753dbdc56a89 /include/pdp_mmx.h
parent41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (diff)
pdp 0.8.3
svn path=/trunk/externals/pdp/; revision=382
Diffstat (limited to 'include/pdp_mmx.h')
-rw-r--r--include/pdp_mmx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/pdp_mmx.h b/include/pdp_mmx.h
index 8e70779..8181ff0 100644
--- a/include/pdp_mmx.h
+++ b/include/pdp_mmx.h
@@ -150,6 +150,19 @@ void pixel_crot2d_s16(short int *pixel_array,
short int *row_encoded_vector_matrix);
+/********************************** RESAMPLE OPERATIONS *******************************************/
+
+// affine transformation (called linear map, but that's flou terminology)
+void pixel_resample_linmap_s16(void *x);
+
+
+
+/********************************** POLYNOMIAL OPERATIONS *****************************************/
+// chebychev polynomial
+void pixel_cheby_s16_3plus(short int *buf, int nb_8pixel_vectors, int orderplusone, short int *coefs);
+
+
+
#ifdef __cplusplus
}
#endif