Searched refs:halign (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djacosubdec.c99 int i, valign = 0, halign = 0; local
118 if (strstr(directives, "JC")) halign = ALIGN_JC;
119 else if (strstr(directives, "JL")) halign = ALIGN_JL;
120 else if (strstr(directives, "JR")) halign = ALIGN_JR;
121 if (valign || halign) {
123 if (!halign) halign = ALIGN_JC;
124 switch (valign | halign) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-common.c584 * 2^walign, the height will be a multiple of 2^halign, and the overall size
599 unsigned int halign, unsigned int salign)
602 *h = clamp_align(*h, hmin, hmax, halign);
610 halign = __ffs(*h);
612 if (walign + halign < salign) {
615 /* Max halign where there is still a valid height */
620 if (halign >= hmaxa ||
621 (walign <= halign && walign < wmaxa)) {
625 *h = clamp_align(*h, hmin, hmax, halign + 1);
626 halign
596 v4l_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, unsigned int walign, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int halign, unsigned int salign) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dstatic.cpp248 static const wxString halign[] = local
264 WXSIZEOF(halign), halign);
H A Dbutton.cpp223 static const wxString halign[] = local
239 WXSIZEOF(halign), halign);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-common.h232 unsigned int hmax, unsigned int halign,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex165 \halign{$#$\ \hfil&$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
231 \halign{$#$\ \hfil&$#$\ \hfil&\hbox to 10em{$#$\hss}&
281 \halign{$#$\ \hfil&$#$\ \hfil&\hbox to 10em{$#$\hss}&
377 \halign{$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
555 \halign{$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
598 \halign{$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
614 \halign{$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
770 \vbox{\halign{&$#$\hfil\cr
923 \halign{$#$\ \hfil&$/*$ \rm# $*/$\hfil\cr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dqp.c1488 unsigned halign = ALIGN(sizeof *wqe + wr->wr.ud.hlen, 16); local
1490 if (unlikely(halign > MLX4_IB_CACHE_LINE_SIZE))
1494 wr->num_sge > qp->sq.max_gs - (halign >> 4)))
1501 *lso_seg_len = halign;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3626 % Macros used to set up halign preamble:
3738 \halign\bgroup &%
3785 \egroup % end the \halign
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3393 % Macros used to set up halign preamble:
3498 \halign\bgroup &%
3545 \egroup % end the \halign
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex3423 % Macros used to set up halign preamble:
3528 \halign\bgroup &%
3575 \egroup % end the \halign
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex3423 % Macros used to set up halign preamble:
3528 \halign\bgroup &%
3575 \egroup % end the \halign

Completed in 316 milliseconds