Home | History | Annotate | Download | only in src

Lines Matching defs:ddata

871     float* ddata;
986 ddata = dist_buf->data.fl;
1020 ddata[j] = _dx*_dx + _dy*_dy;
1025 icvHoughSortDescent32s( sort_buf, nz_count, (int*)ddata );
1027 dist_sum = start_dist = ddata[sort_buf[nz_count-1]];
1030 float d = ddata[sort_buf[j]];
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];