Searched refs:b5 (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp3dsp_altivec.c50 vec_s16 b5 = vec_ld(0x50, block);\
70 C = vec_add(M16(b3, C3), M16(b5, C5));\
71 D = vec_sub(M16(b5, C3), M16(b3, C5));\
103 b5 = SHIFT(vec_add(Fd, Bdd));\
115 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
123 vec_st(b5, 0x50, block);
138 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
151 PUT(b5) dst += stride;
166 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
182 ADD(b5) ds
[all...]
H A Dfdct_altivec.c80 #define FDCTROW(b0,b1,b2,b3,b4,b5,b6,b7) /* {{{ */ \
85 x2 = vec_add(b2, b5); /* x2 = b2 + b5; */ \
86 x5 = vec_sub(b2, b5); /* x5 = b2 - b5; */ \
97 b5 = vec_add(b6, b2); /* b5 = b6 + b2; */ \
99 b5 = vec_madd(cnst, b5, mzero); /* b5
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_dwt.h104 #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.c301 DWTELEM *b5 = buffer + mirror(y + 4, height - 1) * stride; local
306 horizontal_decompose97i(b5, temp, width);
309 vertical_decompose97iH0(b3, b4, b5, width);
320 b3 = b5;
535 IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,
541 b4[i] -= (W_DM * (b3[i] + b5[i]) + W_DO) >> W_DS;
582 IDWTELEM *b5 = slice_buffer_get_line(sb, local
587 dsp->vertical_compose97i(b0, b1, b2, b3, b4, b5, width);
590 vertical_compose97iL1(b3, b4, b5, width);
607 cs->b3 = b5;
534 ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) argument
621 IDWTELEM *b5 = buffer + mirror(y + 4, height - 1) * stride; local
[all...]
H A Dh264idct_template.c96 const int b5 = (a3>>2) - a5; local
101 block[i+1*8] = b2 + b5;
102 block[i+6*8] = b2 - b5;
127 const int b5 = (a3>>2) - a5; local
131 dst[i + 1*stride] = av_clip_pixel( dst[i + 1*stride] + ((b2 + b5) >> 6) );
136 dst[i + 6*stride] = av_clip_pixel( dst[i + 6*stride] + ((b2 - b5) >> 6) );
H A Dcavsdsp.c202 const int b5 = ((a0 - a1 + a2)<<1) + a0; local
217 src[i][1] = (b1 + b5) >> 3;
222 src[i][6] = (b1 - b5) >> 3;
232 const int b5 = ((a0 - a1 + a2)<<1) + a0; local
247 dst[i + 1*stride] = cm[ dst[i + 1*stride] + ((b1 + b5) >> 7)];
252 dst[i + 6*stride] = cm[ dst[i + 6*stride] + ((b1 - b5) >> 7)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvp3dsp_altivec.c57 vec_s16 b5 = vec_ld(0x50, block);\
77 C = vec_add(M16(b3, C3), M16(b5, C5));\
78 D = vec_sub(M16(b5, C3), M16(b3, C5));\
110 b5 = SHIFT(vec_add(Fd, Bdd));\
127 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
140 PUT(b5) dst += stride;
156 TRANSPOSE8(b0, b1, b2, b3, b4, b5, b6, b7);
172 ADD(b5) dst += stride;
H A Dfdctdsp.c81 #define FDCTROW(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \
86 x2 = vec_add(b2, b5); /* x2 = b2 + b5; */ \
87 x5 = vec_sub(b2, b5); /* x5 = b2 - b5; */ \
98 b5 = vec_add(b6, b2); /* b5 = b6 + b2; */ \
100 b5 = vec_madd(cnst, b5, mzero); /* b5
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.h40 struct b5_startup_params b5; member in union:ray_dev_t::__anon13849
H A Dray_cs.c223 /* b4 - b5 differences start here */
258 /* b4 - b5 differences start here */
588 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5,
658 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms,
661 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff;
662 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff;
663 local->sparm.b5.a_beacon_period[0] =
665 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff;
667 local->sparm.b5.a_power_mgt_state = 1;
668 local->sparm.b5
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h73 #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;
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1;
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
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 Ddwt.c375 DWTELEM *b5= buffer + mirror(y+4, height-1)*stride; local
378 if(y+4<(unsigned)height) horizontal_decompose97i(b5, width);
380 if(y+3<(unsigned)height) vertical_decompose97iH0(b3, b4, b5, width);
388 b3=b5;
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;
621 IDWTELEM *b5= slice_buffer_get_line(sb, mirror(y + 4, height - 1) * stride_line); local
624 dsp->vertical_compose97i(b0, b1, b2, b3, b4, b5, width);
626 if(y+3<(unsigned)height) vertical_compose97iL1(b3, b4, b5, width);
638 cs->b3=b5;
649 IDWTELEM *b5= buffer + mirror(y+4, height-1)*stride; local
[all...]
H A Dh264idct_template.c110 const int b5 = (a3>>2) - a5; local
115 block[i+1*8] = b2 + b5;
116 block[i+6*8] = b2 - b5;
141 const int b5 = (a3>>2) - a5; local
145 dst[i + 1*stride] = av_clip_pixel( dst[i + 1*stride] + ((b2 + b5) >> 6) );
150 dst[i + 6*stride] = av_clip_pixel( dst[i + 6*stride] + ((b2 - b5) >> 6) );
H A Dcavsdsp.c199 const int b5 = ((a0 - a1 + a2)<<1) + a0; local
214 src[i][1] = (b1 + b5) >> 3;
219 src[i][6] = (b1 - b5) >> 3;
229 const int b5 = ((a0 - a1 + a2)<<1) + a0; local
244 dst[i + 1*stride] = cm[ dst[i + 1*stride] + ((b1 + b5) >> 7)];
249 dst[i + 6*stride] = cm[ dst[i + 6*stride] + ((b1 - b5) >> 7)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
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;
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;
605 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
/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;
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;
605 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_gred.c264 SPRINT_BUF(b5);
289 sprint_size(qopt->backlog, b5));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dptrace.h221 unsigned long b5; member in struct:switch_stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-taal.c347 int b5, b6, b7; local
358 b5 = 0;
363 b5 = 1;
368 b5 = 0;
373 b5 = 1;
381 mode |= (b7 << 7) | (b6 << 6) | (b5 << 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h35 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
36 GUID name = { l, { w1, w2 }, { b1, b2, b3, b4, b5, b6, b7, b8 } }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.h38 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
39 GUID name = { l, { w1, w2 }, { b1, b2, b3, b4, b5, b6, b7, b8 } }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dentry.h58 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
H A Drelocate_kernel.S233 mov r5=b5
236 st8 [loc1]=r5, 8 // b5

Completed in 270 milliseconds

12