Home
last modified time | relevance | path

Searched refs:tempdata (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Delbg.c226 cell *tempdata; in shift_codebook() local
235 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()