Searched refs:startx (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.h92 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
H A Derror_resilience.c789 void ff_er_add_slice(ERContext *s, int startx, int starty, argument
792 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1);
H A Dh264_slice.c2345 static void er_add_slice(H264Context *h, int startx, int starty, argument
2351 ff_er_add_slice(er, startx, starty, endx, endy, status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h80 int startx,
H A Dnconf.gui.c149 int startx,
160 if (startx != 0)
161 x = startx;
169 x = startx + (int)temp;
147 print_in_middle(WINDOW *win, int starty, int startx, int width, const char *string, chtype color) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp1438 int startx, starty; local
1439 GetViewStart(&startx, &starty);
1478 startx = (startx * stepx + diff) / stepx;
1481 Scroll(startx, starty);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c508 const int startx = (plane == 0 ? 8 : 4); local
509 const int stopx = width - startx;
545 for (x = startx; x < stopx; x++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h722 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status);
H A Derror_resilience.c814 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, argument
817 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt.c357 int startx = xx; local
362 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
363 startx = xx;
372 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);

Completed in 261 milliseconds