Searched refs:hinc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcdgraphics.c210 int hscmd, h_off, hinc, vscmd, v_off, vinc; local
224 hinc = h_off - cc->hscroll;
234 hinc -= 6;
236 hinc += 6;
238 if (!hinc && !vinc)
244 memcpy(out + FFMAX(0, hinc) + stride * y,
245 in + FFMAX(0, hinc) - hinc + (y - vinc) * stride,
246 FFMIN(stride + hinc, stride));
257 if (hinc >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcdgraphics.c203 int hscmd, h_off, hinc, vscmd, v_off, vinc; local
217 hinc = h_off - cc->hscroll;
227 hinc -= 6;
229 hinc += 6;
231 if (!hinc && !vinc)
237 memcpy(out + FFMAX(0, hinc) + stride * y,
238 in + FFMAX(0, hinc) - hinc + (y - vinc) * stride,
239 FFMIN(stride + hinc, stride));
250 if (hinc >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl61 $hinc{$1} = $2;
284 my $hfile = $hinc{$lib};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl133 $hinc{$1} = $2;
364 my $hfile = $hinc{$lib};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl133 $hinc{$1} = $2;
364 my $hfile = $hinc{$lib};
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1033 static void _dispc_set_fir(enum omap_plane plane, int hinc, int vinc) argument
1042 val = FLD_VAL(vinc, 27, 16) | FLD_VAL(hinc, 11, 0);
1044 val = FLD_VAL(vinc, 28, 16) | FLD_VAL(hinc, 12, 0);

Completed in 87 milliseconds