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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Delbg.c201 cell *tempdata; local
210 tempdata = elbg->cells[indexes[1]];
213 while(tempdata) {
214 cell *tempcell2 = tempdata->next;
215 int idx = distance_limited(elbg->points + tempdata->index*elbg->dim,
217 distance_limited(elbg->points + tempdata->index*elbg->dim,
220 tempdata->next = elbg->cells[indexes[idx]];
221 elbg->cells[indexes[idx]] = tempdata;
222 tempdata = tempcell2;
H A Droqvideoenc.c792 static void generate_codebook(RoqContext *enc, RoqTempdata *tempdata, argument
805 closest_cb = tempdata->closest_cb2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Delbg.c212 cell *tempdata; local
221 tempdata = elbg->cells[indexes[1]];
224 while(tempdata) {
225 cell *tempcell2 = tempdata->next;
226 int idx = distance_limited(elbg->points + tempdata->index*elbg->dim,
228 distance_limited(elbg->points + tempdata->index*elbg->dim,
231 tempdata->next = elbg->cells[indexes[idx]];
232 elbg->cells[indexes[idx]] = tempdata;
233 tempdata = tempcell2;
H A Droqvideoenc.c795 static void generate_codebook(RoqContext *enc, RoqTempdata *tempdata, argument
808 closest_cb = tempdata->closest_cb2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ds626.c1015 unsigned int tempdata; local
1017 tempdata = (data >> 18);
1018 if (tempdata & 0x2000)
1019 tempdata &= 0x1fff;
1021 tempdata += (1 << 13);
1023 return tempdata;
1040 short tempdata; local
1085 tempdata = s626_ai_reg_to_uint((int)*readaddr);
1089 /* comedi_buf_put(s->async, tempdata); */
1090 if (cfc_write_to_buffer(s, tempdata)
[all...]

Completed in 61 milliseconds