Lines Matching refs:cell
36 * In the ELBG jargon, a cell is the set of points that are closest to a
37 * codebook entry. Not to be confused with a RoQ Video cell. */
41 } cell;
51 cell **cells;
60 cell *cell_buffer;
97 static int eval_error_cell(ELBGContext *elbg, int *centroid, cell *cells)
151 cell *cells)
159 cell *tempcell;
190 cell *tempcell;
215 * Add the points in the low utility cell to its closest cell. Split the high
216 * utility cell, putting the separated points in the (now empty) low utility
217 * cell.
226 cell *tempdata;
227 cell **pp = &elbg->cells[indexes[2]];
239 cell *tempcell2 = tempdata->next;
265 cell *tempcell;
277 * @param idx {luc (low utility cell, huc (high utility cell), cluc (closest cell to low utility cell)}
289 cell *tempcell;
361 cell *free_cells = elbg->cell_buffer;