Searched refs:w2 (Results 101 - 125 of 140) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4videodec.c165 int w2, h2, w3, h3; local
194 w2= 1<<alpha;
219 // so the distance between points is converted from w&h based to w2&h2 based which are of the 2^x form
220 virtual_ref[0][0]= 16*(vop_ref[0][0] + w2)
221 + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][0] - 16*vop_ref[0][0]) + w2*(r*sprite_ref[1][0] - 16*vop_ref[1][0])),w);
223 + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][1] - 16*vop_ref[0][1]) + w2*(r*sprite_ref[1][1] - 16*vop_ref[1][1])),w);
266 +2*w2*r*sprite_ref[0][0]
267 - 16*w2
[all...]
H A Drv40dsp.c281 static void rv40_weight_func_ ## size (uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, int stride)\
287 dst[i] = (((w2 * src1[i]) >> 9) + ((w1 * src2[i]) >> 9) + 0x10) >> 5;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4videodec.c174 int min_ab, i, w2, h2, w3, h3; local
212 w2 = 1 << alpha;
238 * from w&h based to w2&h2 based which are of the 2^x form. */
239 virtual_ref[0][0] = 16 * (vop_ref[0][0] + w2) +
240 ROUNDED_DIV(((w - w2) *
242 w2 * (r * sprite_ref[1][0] - 16 * vop_ref[1][0])), w);
244 ROUNDED_DIV(((w - w2) *
246 w2 * (r * sprite_ref[1][1] - 16 * vop_ref[1][1])), w);
295 (-2 * vop_ref[0][1] + 1) + 2 * w2 * r *
296 sprite_ref[0][0] - 16 * w2
[all...]
H A Don2avc.c142 int w, w2, b, scale, first = 1; local
156 for (w2 = w + 1; w2 < c->num_windows; w2++) {
157 if (c->grouping[w2])
159 if (c->band_type[w2 * c->num_bands + b]) {
H A Drv40dsp.c376 static void rv40_weight_func_rnd_ ## size (uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, ptrdiff_t stride)\
382 dst[i] = (((w2 * src1[i]) >> 9) + ((w1 * src2[i]) >> 9) + 0x10) >> 5;\
388 static void rv40_weight_func_nornd_ ## size (uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, ptrdiff_t stride)\
394 dst[i] = (w2 * src1[i] + w1 * src2[i] + 0x10) >> 5;\
H A Dvp9.c2601 int w1 = ref1->width, h1 = ref1->height, w2, h2; local
2607 w2 = ref2->width;
2625 row << 3, col << 3, &b->mv[0][1], 8, 4, w2, h2);
2629 (row << 3) + 4, col << 3, &b->mv[2][1], 8, 4, w2, h2);
2642 row << 3, col << 3, &b->mv[0][1], 4, 8, w2, h2);
2645 row << 3, (col << 3) + 4, &b->mv[1][1], 4, 8, w2, h2);
2670 row << 3, col << 3, &b->mv[0][1], 4, 4, w2, h2);
2673 row << 3, (col << 3) + 4, &b->mv[1][1], 4, 4, w2, h2);
2677 (row << 3) + 4, col << 3, &b->mv[2][1], 4, 4, w2, h2);
2681 (row << 3) + 4, (col << 3) + 4, &b->mv[3][1], 4, 4, w2, h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c995 register ushort w2; local
999 w2=word;
1000 w2>>=8;
1001 w2&=127;
1002 byte = dec[w2];
1004 w2 = word & 127;
1005 byte |= dec[w2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c922 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
963 w2 = BN_CTX_get(ctx);
975 if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx)) goto err;
976 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) goto err;
978 if (!BN_GF2m_add(w, w2, rho)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c1120 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
1162 w2 = BN_CTX_get(ctx);
1177 if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx))
1179 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx))
1183 if (!BN_GF2m_add(w, w2, rho))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c1120 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
1162 w2 = BN_CTX_get(ctx);
1177 if (!BN_GF2m_mod_sqr_arr(w2, w, p, ctx))
1179 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx))
1183 if (!BN_GF2m_add(w, w2, rho))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp3021 const double w1 = 1/d1, w2 = 1/d2, w3 = 1/d3, w4 = 1/d4; local
3026 ( (w1 * *(v1++) + w2 * *(v2++) +
3028 (w1 + w2 + w3 + w4) );
3030 ( (w1 * *(v1++) + w2 * *(v2++) +
3032 (w1 + w2 + w3 + w4) );
3034 ( (w1 * *v1 + w2 * *v2 +
3036 (w1 + w2 + w3 + w4) );
3046 ( (w1 * *v1 + w2 * *v2 +
3048 (w1 + w2 + w3 + w4) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.Watcom61 CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c2686 unsigned long w0,w1,w2; local
2689 asm volatile("tlbre %0,%1,2" : "=r" (w2) : "r" (i));
2690 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2);
2696 (w2 & PPC44x_TLB_W) ? 'W' : 'w',
2697 (w2 & PPC44x_TLB_I) ? 'I' : 'i',
2698 (w2 & PPC44x_TLB_M) ? 'M' : 'm',
2699 (w2 & PPC44x_TLB_G) ? 'G' : 'g',
2700 (w2 & PPC44x_TLB_E) ? 'E' : 'e');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_dma.c66 #define VIA_OUT_RING_QW(w1, w2) do { \
68 *vb++ = (w2); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h308 __be32 w1, __be32 w2,
312 addr->s6_addr32[1] = w2;
307 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dmanager.c676 int x2, int y2, int w2, int h2)
681 if (x1 + w1 > x2 + w2)
692 int x2, int y2, int w2, int h2)
694 if (x1 >= x2 + w2)
675 rectangle_subset(int x1, int y1, int w1, int h1, int x2, int y2, int w2, int h2) argument
691 rectangle_intersects(int x1, int y1, int w1, int h1, int x2, int y2, int w2, int h2) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c82 __u32 w1, w2; local
86 w2 = a2[words];
90 if ((w1 ^ w2) & mask)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dpxamci.c295 u32 w2 = readl(host->base + MMC_RES) & 0xffff; local
296 cmd->resp[i] = v << 24 | w1 << 8 | w2 >> 8;
297 v = w2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_diag.c339 __be32 w1, w2; local
343 w2 = a2[words];
347 if ((w1 ^ w2) & mask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264cmc_neon.S27 sxtw x2, w2
198 sxtw x2, w2
362 sxtw x2, w2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress.c550 struct both r1, r2, w1, w2; local
556 memset(&w2, 0, sizeof(w2));
559 w2.nread = 8192;
564 event_set(&w2.ev, pair[1], EV_WRITE, combined_write_cb, &w2);
568 tt_assert(!event_add(&w2.ev, NULL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp783 wxCoord w2 = m_comboMonth->GetBestSize().x + HORZ_MARGIN + GetCharWidth()*6; local
784 if (width < w2)
785 width = w2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/aarch64/
H A Dresample_neon.S32 sxtw x2, w2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dcharcnv.c1477 codepoint_t w2 = SVAL(buf,2) & ~0xDC00; local
1480 (w1 << 10) + w2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c536 int w1, w2, h1, h2; local
542 w2 = width - (x + w);
543 if (w2 < 0)
544 w2 = 0;
556 xleft + width - w2, ytop,
557 w2, height,
561 width - w1 - w2, h1,
565 width - w1 - w2, h2,

Completed in 393 milliseconds

123456