Home | History | Annotate | Download | only in src

Lines Matching refs:src_pixel

82 static int icvMatchTest( double* src_pixel, int nChannels, int* match, 
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
94 static void icvUpdateFullWindow( double* src_pixel, int nChannels,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
104 static void icvUpdatePartialNoMatch( double* src_pixel, int nChannels,
376 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
388 double d = g_point->g_values[k].mean[m]- src_pixel[m];
404 static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
419 double d = g_point->g_values[k].mean[m]- src_pixel[m];
436 static void icvUpdateFullWindow( double* src_pixel, int nChannels, int* match,
449 const double tmpDiff = src_pixel[m] - g_point->g_values[k].mean[m];
460 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params )
480 const double tmpDiff = src_pixel[m] - g_point->g_values[k].mean[m];