Searched refs:skipcount (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqtrleenc.c116 unsigned int skipcount; local
133 skipcount = 0;
138 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP);
140 skipcount = 0;
142 total_skip_cost = s->length_table[i + skipcount] + 2;
143 s->skip_table[i] = skipcount;
160 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) {
165 else if (skipcount > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.c2026 static int skipcount(int count, int fmt) function
2126 linesize = skipcount(cols, out_fmt);
2157 obuf += skipcount(*ibuf >> 1, out_fmt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c7316 static int skipcount; /* number of levels to skip */ variable
7505 if (evalskip == SKIPCONT && --skipcount <= 0) {
7509 if (evalskip == SKIPBREAK && --skipcount <= 0)
7551 if (evalskip == SKIPCONT && --skipcount <= 0) {
7555 if (evalskip == SKIPBREAK && --skipcount <= 0)
8433 * commands rather than executing them. The variable skipcount is
8450 skipcount = n;

Completed in 91 milliseconds