Searched refs:tempdata (Results 1 – 1 of 1) sorted by relevance
226 cell *tempdata; in shift_codebook() local235 tempdata = elbg->cells[indexes[1]]; in shift_codebook()238 while(tempdata) { in shift_codebook()239 cell *tempcell2 = tempdata->next; in shift_codebook()240 int idx = distance_limited(elbg->points + tempdata->index*elbg->dim, in shift_codebook()242 distance_limited(elbg->points + tempdata->index*elbg->dim, in shift_codebook()245 tempdata->next = elbg->cells[indexes[idx]]; in shift_codebook()246 elbg->cells[indexes[idx]] = tempdata; in shift_codebook()247 tempdata = tempcell2; in shift_codebook()