Searched refs:xmax (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc.h30 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert) \
32 {.reg = xreg, .shift = xshift, .rshift = xshift, .max = xmax, \
33 .platform_max = xmax, .invert = xinvert})
34 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \
36 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
50 #define SOC_DOUBLE(xname, xreg, shift_left, shift_right, xmax, xinvert) \
56 .max = xmax, .platform_max = xmax, .invert = xinvert} }
57 #define SOC_DOUBLE_R(xname, reg_left, reg_right, xshift, xmax, xinver
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.cpp127 int xmax = wxGetApp().m_maxX; local
131 xmax += abs(xmin);
143 pt.x = (long) (((double)pt.x/(double)xmax) * cw);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion_est.c116 av_assert2(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1));
117 if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
416 if (mx > xmin && mx < xmax &&
532 c->xmax = - x + s->width;
538 c->xmax = (x < s->mb_width * 16 - 16) ? 15 : 0;
543 c->xmax = - x + s->mb_width *16 - 16;
550 c->xmax = FFMIN(c->xmax, range);
591 c->xmax = - 16*s->mb_x + s->width - 8*(block &1);
598 if(P_LEFT[0] > (c->xmax<<shif
1291 const int xmax= c->xmax<<shift; local
1429 int mx, my, xmin, xmax, ymin, ymax; local
[all...]
H A Dpcx.c71 int compressed, xmin, ymin, xmax, ymax; local
91 xmax = bytestream2_get_le16u(&gb);
96 if (xmax < xmin || ymax < ymin) {
101 w = xmax - xmin + 1;
H A Dmotion_est_template.c34 const int av_unused xmax= c->xmax;\
81 if (mx > xmin && mx < xmax &&
145 av_assert2(bx >= xmin*2 && bx <= xmax*2 && by >= ymin*2 && by <= ymax*2);
244 if (mx > xmin && mx < xmax &&
347 av_assert2(bx >= xmin*4 && bx <= xmax*4 && by >= ymin*4 && by <= ymax*4);
365 av_assert2((x) <= xmax);\
381 const int Lx2= FFMAX(xmin, FFMIN(Lx, xmax));\
406 if( (x)>(xmax<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d xmax" #
[all...]
H A Ddvdsubenc.c287 int xmin = h->rects[0]->x, xmax = xmin + h->rects[0]->w; local
292 xmax = FFMAX(xmax, h->rects[i]->x + h->rects[i]->w);
297 vrect.w = xmax - xmin;
H A Dexr.c95 uint32_t xmax, xmin; member in struct:EXRContext
842 int axmax = (avctx->width - (s->xmax + 1)) * 2 * s->desc->nb_components;
955 // Zero out the end if xmax+1 is not w
1159 s->xmax = bytestream2_get_le32(&s->gb);
1161 s->xdelta = (s->xmax - s->xmin) + 1;
1293 /* Verify the xmin, xmax, ymin, ymax and xdelta before setting
1295 if (s->xmin > s->xmax ||
1297 s->xdelta != s->xmax - s->xmin + 1 ||
1298 s->xmax >= s->w ||
1355 s->xmax
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dxsize.h88 xmax (size_t size1, size_t size2) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxsize.h87 xmax (size_t size1, size_t size2) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dmemory-ostream.oo.c52 xmax (xsum (stream->buflen, len),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpcx.c86 int compressed, xmin, ymin, xmax, ymax; local
102 xmax = AV_RL16(buf+ 8);
105 if (xmax < xmin || ymax < ymin) {
110 w = xmax - xmin + 1;
H A Dmotion_est_template.c32 const int av_unused xmax= c->xmax;\
79 if (mx > xmin && mx < xmax &&
144 assert(bx >= xmin*2 && bx <= xmax*2 && by >= ymin*2 && by <= ymax*2);
239 if (mx > xmin && mx < xmax &&
342 assert(bx >= xmin*4 && bx <= xmax*4 && by >= ymin*4 && by <= ymax*4);
360 assert((x) <= xmax);\
378 const int Lx2= FFMAX(xmin, FFMIN(Lx, xmax));\
405 if( (x)>(xmax<<(S)) ) printf("%d %d %d %d %d xmax" #
[all...]
H A Dmotion_est.c118 assert(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1));
119 if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
424 if (mx > xmin && mx < xmax &&
539 c->xmax = - x + s->mb_width *16;
545 c->xmax = (x < s->mb_width * 16 - 16) ? 15 : 0;
550 c->xmax = - x + s->mb_width *16 - 16;
555 c->xmax = FFMIN(c->xmax, range);
597 if(P_LEFT[0] > (c->xmax<<shift)) P_LEFT[0] = (c->xmax<<shif
1424 const int xmax= c->xmax<<shift; local
1563 int mx, my, xmin, xmax, ymin, ymax; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dxsize.h87 xmax (size_t size1, size_t size2) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxsize.h87 xmax (size_t size1, size_t size2) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.c67 return (ch_setup->xmax - ch_setup->xmin + 1);
113 dw->xmax_l = ch_setup->xmax & 0xFF;
114 dw->xmax_h = (ch_setup->xmax & BIT(8)) >> 8;
233 && (ch_setup->ymin == 0) && (ch_setup->xmax == 0)
349 k.xmax = xpos + (w - 1);
358 if (k.xmax > DISP_MAX_X_SIZE - 1)
359 k.xmax = DISP_MAX_X_SIZE - 1;
H A Ddum.h188 u32 xmax; member in struct:dum_ch_setup
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdrle.c115 width = source->header.xmax - source->header.xmin + 1;
118 source->header.xmax = width-1;
H A Dwrrle.c189 header.xmax = cinfo->output_width - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c160 int64_t xmin, xmax, xstep; local
163 &xmax,
166 info->value.integer64.max = xmax;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dswfenc.c83 int xmin, int xmax, int ymin, int ymax)
93 max_nbits(&nbits, xmax);
101 put_bits(&p, nbits, xmax & mask);
82 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dswfenc.c82 int xmin, int xmax, int ymin, int ymax)
92 max_nbits(&nbits, xmax);
100 put_bits(&p, nbits, xmax & mask);
81 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) argument

Completed in 397 milliseconds

12