77 for(i = 0 ; i < nbLin ; i++){
78 tab1[i] = &tab2[i*nbCol];
97 for(i = 0 ; i < nbLin ; i++){
98 tab1[i] = &tab2[i*nbCol];
CPU_VOID freeTableINT08U(CPU_INT08U **tab)
Deallocate memory for a CPU_INT08U 2D table.
CPU_INT32U maxi(CPU_INT32U a, CPU_INT32U b)
compare two CPU_INT32U to find the biggest
CPU_INT32S compare(const CPU_VOID *a, const CPU_VOID *b)
Compare function for qsort function.
Global include file for LLIPS.
CPU_VOID freeTableFP64(CPU_FP64 **tab)
Deallocate memory for a CPU_FP64 2D table.
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_INT32U mini(CPU_INT32U a, CPU_INT32U b)
Compare two CPU_INT32U to find the smallest.