7 #ifndef __LLIPS_FUNCTIONS_H
8 #define __LLIPS_FUNCTIONS_H
CPU_VOID freeTableINT08U(CPU_INT08U **tab)
Deallocate memory for a CPU_INT08U 2D table.
CPU_INT32S compare(const CPU_VOID *a, const CPU_VOID *b)
Compare function for qsort function.
CPU_INT32U mini(CPU_INT32U a, CPU_INT32U b)
Compare two CPU_INT32U to find the smallest.
CPU_INT32U maxi(CPU_INT32U a, CPU_INT32U b)
compare two CPU_INT32U to find the biggest
CPU_FP64 ** createTableFP64(CPU_INT16S nbLin, CPU_INT16S nbCol)
Allocate memory for a CPU_FP64 2D table.
CPU_INT08U ** createTableINT08U(CPU_INT16S nbLin, CPU_INT16S nbCol)
Allocate memory for a CPU_INT08U 2D table.
CPU_VOID freeTableFP64(CPU_FP64 **tab)
Deallocate memory for a CPU_FP64 2D table.