Searched refs:b4 (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbUtil.java29 int b4;
32 // Get the component bytes; b4 is most significant, b1 least.
34 b4 = arr[pos++];
42 b4 = arr[pos];
55 if (b4 < 0) {
56 b4 += 256;
62 b4 <<= 24;
65 return (b1 + b2 + b3 + b4);
78 int b4;
84 b4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_dwt.h42 typedef void (*vertical_compose_5tap)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width);
92 #define COMPOSE_DD97iH0(b0, b1, b2, b3, b4)\
93 (b2 + ((-b0 + 9*b1 + 9*b3 - b4 + 8) >> 4))
95 #define COMPOSE_DD137iL0(b0, b1, b2, b3, b4)\
96 (b2 - ((-b0 + 9*b1 + 9*b3 - b4 + 16) >> 5))
104 #define COMPOSE_FIDELITYiL0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\
105 (b4 - ((-8*(b0+b8) + 21*(b1+b7) - 46*(b2+b6) + 161*(b3+b5) + 128) >> 8))
107 #define COMPOSE_FIDELITYiH0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\
108 (b4 + ((-2*(b0+b8) + 10*(b1+b7) - 25*(b2+b6) + 81*(b3+b5) + 128) >> 8))
H A Dsnow_dwt.h55 IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,
100 IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,
H A Dsnow_dwt.c300 DWTELEM *b4 = buffer + mirror(y + 3, height - 1) * stride; local
304 horizontal_decompose97i(b4, temp, width);
309 vertical_decompose97iH0(b3, b4, b5, width);
311 vertical_decompose97iL0(b2, b3, b4, width);
319 b2 = b4;
535 IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,
541 b4[i] -= (W_DM * (b3[i] + b5[i]) + W_DO) >> W_DS;
542 b3[i] -= (W_CM * (b2[i] + b4[i]) + W_CO) >> W_CS;
579 IDWTELEM *b4 = slice_buffer_get_line(sb, local
587 dsp->vertical_compose97i(b0, b1, b2, b3, b4, b
534 ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) argument
620 IDWTELEM *b4 = buffer + mirror(y + 3, height - 1) * stride; local
[all...]
H A Dbinkdsp.c49 const int b4 = ((A2*a7) >> 11) + b3 - b1; \
53 (dest)[d3] = munge(a0-a2 -b4); \
54 (dest)[d4] = munge(a0-a2 +b4); \
H A Dh264idct_template.c86 const int b4 = a2 - a4; local
103 block[i+2*8] = b4 + b3;
104 block[i+5*8] = b4 - b3;
117 const int b4 = a2 - a4; local
132 dst[i + 2*stride] = av_clip_pixel( dst[i + 2*stride] + ((b4 + b3) >> 6) );
135 dst[i + 5*stride] = av_clip_pixel( dst[i + 5*stride] + ((b4 - b3) >> 6) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp3dsp_altivec.c49 vec_s16 b4 = vec_ld(0x40, block);\
79 E = ADD(M16(vec_add(b0, b4), C4));\
80 F = ADD(M16(vec_sub(b0, b4), C4));\
101 b4 = SHIFT(vec_sub(Ed, Dd));\
115 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
122 vec_st(b4, 0x40, block);
138 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
150 PUT(b4) dst += stride;
166 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
181 ADD(b4) ds
[all...]
H A Dfdct_altivec.c80 #define FDCTROW(b0,b1,b2,b3,b4,b5,b6,b7) /* {{{ */ \
87 x3 = vec_add(b3, b4); /* x3 = b3 + b4; */ \
88 x4 = vec_sub(b3, b4); /* x4 = b3 - b4; */ \
93 b4 = vec_sub(b7, b1); /* b4 = b7 - b1; */ \
137 #define FDCTCOL(b0,b1,b2,b3,b4,b5,b6,b7) /* {{{ */ \
144 x3 = vec_add(b3, b4); /* x3 = b3 + b4; */ \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
57 register unsigned int b4 __asm__("lr");
78 register unsigned int b4 __asm__("lr");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddirac_dwt.c30 void ff_vertical_compose_dd137iL0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
31 void ff_vertical_compose_dd97iH0##ext(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, int width); \
57 IDWTELEM *b3, IDWTELEM *b4, int width) \
62 b2[i] = COMPOSE_DD137iL0(b0[i], b1[i], b2[i], b3[i], b4[i]); \
64 ff_vertical_compose_dd137iL0##ext(b0, b1, b2, b3, b4, width_align); \
68 IDWTELEM *b3, IDWTELEM *b4, int width) \
73 b2[i] = COMPOSE_DD97iH0(b0[i], b1[i], b2[i], b3[i], b4[i]); \
75 ff_vertical_compose_dd97iH0##ext(b0, b1, b2, b3, b4, width_align); \
H A Dsnowdsp.c441 static void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
447 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
448 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
511 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
539 static void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
544 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
545 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
605 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
H A Ddwt_yasm.asm98 ; IDWTELEM *b3, IDWTELEM *b4, int width)
99 cglobal vertical_compose_dd97iH0_%1, 6,6,5, b0, b1, b2, b3, b4, width
115 ; IDWTELEM *b3, IDWTELEM *b4, int width)
116 cglobal vertical_compose_dd137iL0_%1, 6,6,6, b0, b1, b2, b3, b4, width
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvp3dsp_altivec.c56 vec_s16 b4 = vec_ld(0x40, block);\
86 E = ADD(M16(vec_add(b0, b4), C4));\
87 F = ADD(M16(vec_sub(b0, b4), C4));\
108 b4 = SHIFT(vec_sub(Ed, Dd));\
127 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
139 PUT(b4) dst += stride;
156 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
171 ADD(b4) dst += stride;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1;
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbinkdsp.c48 const int b4 = ((A2*a7) >> 11) + b3 - b1; \
52 (dest)[d3] = munge(a0-a2 -b4); \
53 (dest)[d4] = munge(a0-a2 +b4); \
H A Ddwt.c374 DWTELEM *b4= buffer + mirror(y+3, height-1)*stride; local
377 if(y+3<(unsigned)height) horizontal_decompose97i(b4, width);
380 if(y+3<(unsigned)height) vertical_decompose97iH0(b3, b4, b5, width);
381 if(y+2<(unsigned)height) vertical_decompose97iL0(b2, b3, b4, width);
387 b2=b4;
582 void ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
586 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
587 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
620 IDWTELEM *b4= slice_buffer_get_line(sb, mirror(y + 3, height - 1) * stride_line); local
624 dsp->vertical_compose97i(b0, b1, b2, b3, b4, b
648 IDWTELEM *b4= buffer + mirror(y+3, height-1)*stride; local
[all...]
H A Ddwt.h49 void (*vertical_compose97i)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width);
138 void ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width);
H A Dh264idct_template.c100 const int b4 = a2 - a4; local
117 block[i+2*8] = b4 + b3;
118 block[i+5*8] = b4 - b3;
131 const int b4 = a2 - a4; local
146 dst[i + 2*stride] = av_clip_pixel( dst[i + 2*stride] + ((b4 + b3) >> 6) );
149 dst[i + 5*stride] = av_clip_pixel( dst[i + 5*stride] + ((b4 - b3) >> 6) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.h39 struct b4_startup_params b4; member in union:ray_dev_t::__anon13849
H A Dray_cs.c223 /* b4 - b5 differences start here */
258 /* b4 - b5 differences start here */
554 if (parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) {
555 p = local->sparm.b4.a_mac_addr;
557 memcpy(&local->sparm.b4.a_mac_addr,
559 p = local->sparm.b4.a_mac_addr;
585 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4,
640 memcpy((UCHAR *) &local->sparm.b4, b4_default_startup_parms,
645 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff;
646 local->sparm.b4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c725 char b1[20], b2[20], b3[20], b4[20]; local
914 store_size(b3, max_objects);store_size(b4, total_objects);
916 b1, b2, b3, b4);
919 store_size(b3, max_slabs);store_size(b4, total_slabs);
921 b1, b2, b3, b4);
924 store_size(b3, max_partial);store_size(b4, total_partial);
926 b1, b2, b3, b4);
929 store_size(b4, total_partial * 100 / total_slabs);
931 b1, b2, b3, b4);
935 store_size(b4, total_partob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsnowdsp_mmx.c441 static void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
447 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
448 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
511 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
539 static void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
544 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
545 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
605 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dht.c115 unsigned char b1, b2, b3, b4; local
120 b4 = (l>>24)&255;
122 return ((b1<<24) + (b2<<16) + (b3<<8) + b4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dbmp085.c232 u32 b4, b7; local
262 b4 = (cali->AC4 * (u32)(x3 + 32768)) >> 15;
266 p = ((b7 < 0x80000000) ? ((b7 << 1) / b4) : ((b7 / b4) * 2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_gred.c263 SPRINT_BUF(b4);
288 sprint_size(qopt->qave, b4),

Completed in 237 milliseconds

123