Lines Matching refs:newVal
103 uchar newVal[] = {0,0,0}; in icvFloodFill_8u_CnIR() local
113 newVal[0] = _newVal[0]; in icvFloodFill_8u_CnIR()
115 img[L] = newVal[0]; in icvFloodFill_8u_CnIR()
118 img[R] = newVal[0]; in icvFloodFill_8u_CnIR()
121 img[L] = newVal[0]; in icvFloodFill_8u_CnIR()
127 ICV_SET_C3( newVal, _newVal ); in icvFloodFill_8u_CnIR()
129 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_8u_CnIR()
132 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_8u_CnIR()
135 ICV_SET_C3( img + R*3, newVal ); in icvFloodFill_8u_CnIR()
180 img[i] = newVal[0]; in icvFloodFill_8u_CnIR()
182 img[j] = newVal[0]; in icvFloodFill_8u_CnIR()
185 img[i] = newVal[0]; in icvFloodFill_8u_CnIR()
196 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_8u_CnIR()
198 ICV_SET_C3( img + j*3, newVal ); in icvFloodFill_8u_CnIR()
201 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_8u_CnIR()
216 region->value = cvScalar(newVal[0], newVal[1], newVal[2], 0); in icvFloodFill_8u_CnIR()
235 int newVal[] = {0,0,0}; in icvFloodFill_32f_CnIR() local
245 newVal[0] = _newVal[0]; in icvFloodFill_32f_CnIR()
247 img[L] = newVal[0]; in icvFloodFill_32f_CnIR()
250 img[R] = newVal[0]; in icvFloodFill_32f_CnIR()
253 img[L] = newVal[0]; in icvFloodFill_32f_CnIR()
259 ICV_SET_C3( newVal, _newVal ); in icvFloodFill_32f_CnIR()
261 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_32f_CnIR()
264 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_32f_CnIR()
267 ICV_SET_C3( img + R*3, newVal ); in icvFloodFill_32f_CnIR()
312 img[i] = newVal[0]; in icvFloodFill_32f_CnIR()
314 img[j] = newVal[0]; in icvFloodFill_32f_CnIR()
317 img[i] = newVal[0]; in icvFloodFill_32f_CnIR()
328 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_32f_CnIR()
330 ICV_SET_C3( img + j*3, newVal ); in icvFloodFill_32f_CnIR()
333 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_32f_CnIR()
349 v0.i = newVal[0]; v1.i = newVal[1]; v2.i = newVal[2]; in icvFloodFill_32f_CnIR()
383 uchar newVal[] = {0,0,0}; in icvFloodFill_Grad_8u_CnIR() local
401 newVal[i] = _newVal[i]; in icvFloodFill_Grad_8u_CnIR()
558 img[i] = newVal[0]; in icvFloodFill_Grad_8u_CnIR()
646 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_Grad_8u_CnIR()
666 region->value = cvScalar(newVal[0], newVal[1], newVal[2]); in icvFloodFill_Grad_8u_CnIR()
689 float newVal[] = {0,0,0}; in icvFloodFill_Grad_32f_CnIR() local
707 newVal[i] = _newVal[i]; in icvFloodFill_Grad_32f_CnIR()
865 img[i] = newVal[0]; in icvFloodFill_Grad_32f_CnIR()
954 ICV_SET_C3( img + i*3, newVal ); in icvFloodFill_Grad_32f_CnIR()
974 region->value = cvScalar(newVal[0], newVal[1], newVal[2]); in icvFloodFill_Grad_32f_CnIR()
1012 CvScalar newVal, CvScalar lo_diff, CvScalar up_diff, in cvFloodFill() argument
1073 cvScalarToRawData( &newVal, &nv_buf, type, 0 ); in cvFloodFill()