FLGR_Ret flgr1d_arith_add | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Add element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 1322 of file flgrArith.c.
FLGR_Ret flgr1d_arith_addsat | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Addsat element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 1009 of file flgrArith.c.
FLGR_Ret flgr1d_arith_and | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute And element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 389 of file flgrArith.c.
FLGR_Ret flgr1d_arith_argument | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Argument element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 730 of file flgrArith.c.
FLGR_Ret flgr1d_arith_atan2 | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Atan2 element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 673 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_add_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Add with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 3312 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_add_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Add with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 3335 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_addsat_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Addsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2797 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_addsat_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Addsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2820 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_and_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute And with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 1739 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_and_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute And with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 1762 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_argument_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Argument with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2317 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_argument_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Argument with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2340 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_atan2_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Atan2 with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2219 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_atan2_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Atan2 with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2242 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_div_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Div with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2891 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_div_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Div with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2914 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_inf_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Inf with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 1424 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_inf_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Inf with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 1447 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_module_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Module with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2416 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_module_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Module with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2439 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_mult_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Mult with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2989 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_mult_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Mult with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 3012 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_multsat_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Multsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2512 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_multsat_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Multsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2535 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_or_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Or with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 1930 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_or_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Or with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 1953 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_sub_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Sub with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 3150 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_sub_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Sub with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 3173 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_subsat_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Subsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2654 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_subsat_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Subsat with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2677 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_sup_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Sup with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 1550 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_sup_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Sup with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 1573 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_xor_ptr | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Xor with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
vec_const | : pointer to a Vector |
Definition at line 2122 of file flgrArith.c.
FLGR_Ret flgr1d_arith_const_xor_str | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
char * | constant | |||
) |
Compute Xor with a constant every pixels
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
constant | : string representing a constant |
Definition at line 2145 of file flgrArith.c.
FLGR_Ret flgr1d_arith_div | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Div element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 1067 of file flgrArith.c.
FLGR_Ret flgr1d_arith_inf | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Inf element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 194 of file flgrArith.c.
FLGR_Ret flgr1d_arith_module | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Module element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 788 of file flgrArith.c.
FLGR_Ret flgr1d_arith_mult | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Mult element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 1126 of file flgrArith.c.
FLGR_Ret flgr1d_arith_multsat | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Multsat element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 845 of file flgrArith.c.
FLGR_Ret flgr1d_arith_or | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Or element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 503 of file flgrArith.c.
FLGR_Ret flgr1d_arith_sub | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Sub element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 1224 of file flgrArith.c.
FLGR_Ret flgr1d_arith_subsat | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Subsat element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 927 of file flgrArith.c.
FLGR_Ret flgr1d_arith_sup | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Sup element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 276 of file flgrArith.c.
FLGR_Ret flgr1d_arith_xor | ( | FLGR_Data1D * | datdest, | |
FLGR_Data1D * | data1, | |||
FLGR_Data1D * | data2 | |||
) |
Compute Xor element by element over two FLGR_Data1D
datdest | : pointer to FLGR_Data1D | |
data1 | : pointer to FLGR_Data1D | |
data2 | : pointer to FLGR_Data1D |
Definition at line 616 of file flgrArith.c.
FLGR_Ret flgr2d_arith_add | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Add element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 5096 of file flgrArith.c.
FLGR_Ret flgr2d_arith_addsat | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Addsat element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4862 of file flgrArith.c.
FLGR_Ret flgr2d_arith_and | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute And element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4395 of file flgrArith.c.
FLGR_Ret flgr2d_arith_argument | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Argument element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4627 of file flgrArith.c.
FLGR_Ret flgr2d_arith_atan2 | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Atan2 element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4569 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_add_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Add with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6493 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_add_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Add with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6516 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_addsat_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Addsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6111 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_addsat_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Addsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6134 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_and_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute And with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5352 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_and_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute And with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5375 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_argument_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Argument with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5730 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_argument_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Argument with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5753 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_atan2_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Atan2 with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5634 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_atan2_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Atan2 with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5657 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_div_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Div with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6205 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_div_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Div with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6228 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_inf_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Inf with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5166 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_inf_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Inf with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5189 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_module_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Module with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5828 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_module_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Module with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5851 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_mult_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Mult with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6301 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_mult_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Mult with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6324 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_multsat_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Multsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5922 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_multsat_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Multsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5945 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_or_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Or with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5445 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_or_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Or with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5468 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_sub_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Sub with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6396 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_sub_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Sub with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6419 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_subsat_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Subsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 6016 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_subsat_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Subsat with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 6039 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_sup_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Sup with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5259 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_sup_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Sup with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5282 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_xor_ptr | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Vector * | vec_const | |||
) |
Compute Xor with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
vec_const | : pointer to a Vector |
Definition at line 5539 of file flgrArith.c.
FLGR_Ret flgr2d_arith_const_xor_str | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
char * | constant | |||
) |
Compute Xor with a constant every pixels
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
constant | : string representing a constant |
Definition at line 5562 of file flgrArith.c.
FLGR_Ret flgr2d_arith_div | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Div element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4921 of file flgrArith.c.
FLGR_Ret flgr2d_arith_inf | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Inf element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4280 of file flgrArith.c.
FLGR_Ret flgr2d_arith_module | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Module element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4686 of file flgrArith.c.
FLGR_Ret flgr2d_arith_mult | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Mult element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4980 of file flgrArith.c.
FLGR_Ret flgr2d_arith_multsat | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Multsat element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4744 of file flgrArith.c.
FLGR_Ret flgr2d_arith_or | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Or element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4453 of file flgrArith.c.
FLGR_Ret flgr2d_arith_sub | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Sub element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 5038 of file flgrArith.c.
FLGR_Ret flgr2d_arith_subsat | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Subsat element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4803 of file flgrArith.c.
FLGR_Ret flgr2d_arith_sup | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Sup element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4338 of file flgrArith.c.
FLGR_Ret flgr2d_arith_xor | ( | FLGR_Data2D * | datdest, | |
FLGR_Data2D * | data1, | |||
FLGR_Data2D * | data2 | |||
) |
Compute Xor element by element over two FLGR_Data2D
datdest | : pointer to FLGR_Data2D | |
data1 | : pointer to FLGR_Data2D | |
data2 | : pointer to FLGR_Data2D |
Definition at line 4511 of file flgrArith.c.