Lines Matching full:base_buf
1985 uchar* base_buf = (uchar*)inn_buf;
1986 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size;
1998 int* lc = (int*)base_buf;
2204 uchar* base_buf = (uchar*)inn_buf;
2205 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size;
2207 int* lc = (int*)base_buf;
2446 uchar* base_buf = (uchar*)inn_buf;
2447 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size;
2454 double* sum = (double*)cv::alignPtr(base_buf,sizeof(double)) + 1;
2661 uchar* base_buf = (uchar*)inn_buf;
2662 uchar* ext_buf = _ext_buf ? _ext_buf : base_buf + base_size;
2672 double* lc = (double*)cv::alignPtr(base_buf,sizeof(double)) + 1;
2761 uchar* base_buf = (uchar*)inn_buf;
2762 uchar* ext_buf = base_buf + base_size;
2781 int* cv_cls_count = (int*)base_buf;
2900 cv_sum = (double*)base_buf;