Home
last modified time | relevance | path

Searched refs:S_Weights (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.h57 CML_int * S_Weights,
93 CML_int * S_Weights,
128 CML_int * S_Weights,
H A DCAIR.cpp1181 void Init_CML_Image(CML_color * Source, CML_int * S_Weights, CML_image * Image, CML_image_ptr * Ima… in Init_CML_Image() argument
1194 (*Image)(i,j).weight = (*S_Weights)(i,j); in Init_CML_Image()
1255 bool CAIR( CML_color * Source, CML_int * S_Weights, int goal_x, int goal_y, CAIR_convolution conv, … in CAIR() argument
1261 (*D_Weights) = (*S_Weights); in CAIR()
1275 Init_CML_Image(Source, S_Weights, &Image, &Image_Ptr); in CAIR()
1486 bool CAIR_Removal( CML_color * Source, CML_int * S_Weights, CAIR_direction choice, int max_attempts… in CAIR_Removal() argument
1492 (*D_Weights) = (*S_Weights); in CAIR_Removal()
1664 bool CAIR_HD( CML_color * Source, CML_int * S_Weights, int goal_x, int goal_y, CAIR_convolution con… in CAIR_HD() argument
1672 (*D_Weights) = (*S_Weights); in CAIR_HD()
1684 Init_CML_Image( Source, S_Weights, &Temp, &Temp_ptr ); in CAIR_HD()