Searched refs:t6 (Results 26 - 50 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_dsp.c236 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\
240 IVI_HAAR_BFLY(t3, s4, t3, t4, t0); IVI_HAAR_BFLY(t5, s6, t5, t6, t0);\
247 d6 = COMPENSATE(t6);\
266 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
284 t0, t1, t2, t3, t4, t5, t6, t7, t8);
306 t0, t1, t2, t3, t4, t5, t6, t7, t8);
349 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\
352 IVI_SLANT_BFLY(s1, t5, t1, t5, t0); IVI_SLANT_BFLY(s2, s6, t2, t6, t0);\
356 IVI_SLANT_BFLY(t5, t6, t5, t6, t
384 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
474 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
512 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
[all...]
H A Dh264pred.c107 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3;
109 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3;
110 src[3+3*stride]=(t6 + t7 + 1 + l6 + l7 + 1)>>2;
130 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l3*4 + 2)>>3;
132 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l3*4 + 2)>>3;
133 src[3+3*stride]=(t6 + t7 + 1 + 2*l3 + 1)>>2;
156 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
190 src[3+2*stride]=(t4 + 2*t5 + t6 + 2)>>2;
191 src[3+3*stride]=(t5 + 2*t6 + t7 + 2)>>2;
205 src[1+1*stride]=(t4 + 2*t5 + t6
[all...]
H A Dh264pred_template.c126 const unsigned av_unused t6 = topright[2];\
192 src[1+3*stride]=(t4 + t6 + 2*t5 + 2)>>2;
194 src[2+3*stride]=(t5 + t7 + 2*t6 + 2)>>2;
195 src[3+3*stride]=(t6 + 3*t7 + 2)>>2;
245 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
840 const pixel4 dc = PIXEL_SPLAT_X4((t0+t1+t2+t3+t4+t5+t6+t7+4) >> 3);
851 +t0+t1+t2+t3+t4+t5+t6+t7+8) >> 4);
881 src[6] = t6;
900 SRC(0,4)=SRC(1,3)=SRC(2,2)=SRC(3,1)=SRC(4,0)= (t4 + 2*t5 + t6 + 2) >> 2;
901 SRC(0,5)=SRC(1,4)=SRC(2,3)=SRC(3,2)=SRC(4,1)=SRC(5,0)= (t5 + 2*t6
[all...]
H A Dvc1dsp.c253 register int t1,t2,t3,t4,t5,t6,t7,t8; local
265 t6 = t2 + t4;
275 dst[1] = (t6 + t2) >> 3;
280 dst[6] = (t6 - t2) >> 3;
296 t6 = t2 + t4;
306 dst[ 8] = (t6 + t2) >> 7;
311 dst[48] = (t6 - t2 + 1) >> 7;
343 register int t1,t2,t3,t4,t5,t6,t7,t8; local
355 t6 = t2 + t4;
365 dst[1] = (t6
414 register int t1,t2,t3,t4,t5,t6,t7,t8; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dmpegaudiodsp_mips_fixed.c356 int t4, t5, t6, t8, t7; local
386 "lw %[t6], 12*4(%[in]) \n\t"
389 "addu %[t5], %[t5], %[t6] \n\t"
395 "addu %[t6], %[t6], %[t7] \n\t"
397 "sw %[t6], 12*4(%[in]) \n\t"
414 "lw %[t6], 4*4(%[in]) \n\t"
417 "addu %[t5], %[t5], %[t6] \n\t"
423 "addu %[t6], %[t6],
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S39 mov zero, t6 # E : t6 is last match aligned addr
67 cmovne t3, v0, t6 # E : save previous comparisons match
93 cmovne t3, v0, t6 # E :
104 addq t6, t5, v0 # E : and add to quadword address
H A Dstrrchr.S22 mov zero, t6 # .. e1 : t6 is last match aligned addr
45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
62 cmovne t3, v0, t6 # e0 :
79 addq t6, t0, v0 # .. e1 : add our aligned base ptr to the mix
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dblockops.S25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
29 ldd [src + offset + 0x00], t6; \
33 std t6, [dst + offset + 0x00];
H A Dmemcpy.S45 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
49 ldd [%src + (offset) + 0x18], %t6; \
56 st %t6, [%dst + (offset) + 0x18]; \
59 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
63 ldd [%src + (offset) + 0x18], %t6; \
67 std %t6, [%dst + (offset) + 0x18];
90 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
94 ldd [%src - (offset) - 0x08], %t6; \
101 st %t6, [%dst - (offset) - 0x08]; \
104 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_dsp.c245 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\
249 IVI_HAAR_BFLY(t3, s4, t3, t4, t0); IVI_HAAR_BFLY(t5, s6, t5, t6, t0);\
256 d6 = COMPENSATE(t6);\
277 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
295 t0, t1, t2, t3, t4, t5, t6, t7, t8);
317 t0, t1, t2, t3, t4, t5, t6, t7, t8);
329 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
342 t0, t1, t2, t3, t4, t5, t6, t7, t8);
354 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
366 t0, t1, t2, t3, t4, t5, t6, t
542 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
632 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
670 int t0, t1, t2, t3, t4, t5, t6, t7, t8; local
[all...]
H A Dh264pred.c127 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3;
129 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3;
130 src[3+3*stride]=(t6 + t7 + 1 + l6 + l7 + 1)>>2;
153 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l3*4 + 2)>>3;
155 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l3*4 + 2)>>3;
156 src[3+3*stride]=(t6 + t7 + 1 + 2*l3 + 1)>>2;
182 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
223 src[3+2*stride]=(t4 + 2*t5 + t6 + 2)>>2;
224 src[3+3*stride]=(t5 + 2*t6 + t7 + 2)>>2;
240 src[1+1*stride]=(t4 + 2*t5 + t6
[all...]
H A Dfft_template.c390 BF(t4, t6, t2, t6);\
392 BF(a2.im, a0.im, a0.im, t6);\
403 BF(t4, t6, t2, t6);\
405 BF(a2.im, a0.im, i0, t6);\
410 CMUL(t5, t6, a3.re, a3.im, wre, wim);\
418 t6 = a3.im;\
426 FFTDouble t1, t2, t3, t4, t5, t6;\
460 FFTDouble t1, t2, t3, t4, t5, t6, t local
474 FFTDouble t1, t2, t3, t4, t5, t6; local
490 FFTDouble t1, t2, t3, t4, t5, t6; local
[all...]
H A Dvc1dsp.c266 register int t1, t2, t3, t4, t5, t6, t7, t8; local
278 t6 = t2 + t4;
288 dst[1] = (t6 + t2) >> 3;
293 dst[6] = (t6 - t2) >> 3;
309 t6 = t2 + t4;
319 dst[ 8] = (t6 + t2) >> 7;
324 dst[48] = (t6 - t2 + 1) >> 7;
357 register int t1, t2, t3, t4, t5, t6, t7, t8; local
370 t6 = t2 + t4;
380 dst[1] = (t6
430 register int t1, t2, t3, t4, t5, t6, t7, t8; local
[all...]
H A Dfic.c90 const int t6 = t2 - t0; local
97 blk[1 * step] = ( t6 + t7 + t8 + tA) >> shift;
98 blk[2 * step] = ( t6 - t7 - t8 + tA) >> shift;
101 blk[5 * step] = (-(t6 - t7) - t8 + tA) >> shift;
102 blk[6 * step] = (-(t6 + t7) + t8 + tA) >> shift;
H A Dh264pred_template.c144 const unsigned av_unused t6 = topright[2];\
214 src[1+3*stride]=(t4 + t6 + 2*t5 + 2)>>2;
216 src[2+3*stride]=(t5 + t7 + 2*t6 + 2)>>2;
217 src[3+3*stride]=(t6 + 3*t7 + 2)>>2;
273 src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
910 const pixel4 dc = PIXEL_SPLAT_X4((t0+t1+t2+t3+t4+t5+t6+t7+4) >> 3);
922 +t0+t1+t2+t3+t4+t5+t6+t7+8) >> 4);
954 src[6] = t6;
974 SRC(0,4)=SRC(1,3)=SRC(2,2)=SRC(3,1)=SRC(4,0)= (t4 + 2*t5 + t6 + 2) >> 2;
975 SRC(0,5)=SRC(1,4)=SRC(2,3)=SRC(3,2)=SRC(4,1)=SRC(5,0)= (t5 + 2*t6
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dregdef.h34 #define t6 $14 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneon.S83 .macro transpose_4x16B r0, r1, r2, r3, t4, t5, t6, t7
86 trn1 \t6\().16B, \r2\().16B, \r3\().16B
89 trn1 \r0\().8H, \t4\().8H, \t6\().8H
90 trn2 \r2\().8H, \t4\().8H, \t6\().8H
95 .macro transpose_4x8B r0, r1, r2, r3, t4, t5, t6, t7
98 trn1 \t6\().8B, \r2\().8B, \r3\().8B
101 trn1 \r0\().4H, \t4\().4H, \t6\().4H
102 trn2 \r2\().4H, \t4\().4H, \t6\().4H
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dcopy_page_mck.S51 * | t6 | t7 | | 128 bytes
80 #define t6 t2 // alias! define
85 #define t12 t6 // alias!
156 (p[D]) ld8 t6 = [src0], 3*8
163 (p[D]) st8 [dst0] = t6, 3*8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-mips.pl118 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
161 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
182 rotr $t6,$t6,16
189 xor $t2,$t6
190 lwxs $t6,$i2($Tbl) # Te0[s2>>24]
210 xor $t2,$t6
279 lw $t6,0($i2) # Te2[s0>>8]
305 lw $t6,0($i2) # Te2[s0>>8]
330 rotr $t6,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-mips.pl118 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
161 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
182 rotr $t6,$t6,16
189 xor $t2,$t6
190 lwxs $t6,$i2($Tbl) # Te0[s2>>24]
210 xor $t2,$t6
279 lw $t6,0($i2) # Te2[s0>>8]
305 lw $t6,0($i2) # Te2[s0>>8]
330 rotr $t6,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-smc91x.c64 const int t6 = 15; /* Figure 12.2 read */ local
78 t.adv_rd_off = t.oe_off + max(t4_r, t6);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c79 u32 t2, t4, t6, t8; local
91 t6 = t4*x/32768*x/32768/5/6;
92 t8 = t6*x/32768*x/32768/7/8;
93 ret = 32768-t2+t4-t6+t8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Didct_altivec.c60 t6 = vec_adds (t8, t3); \
80 vy3 = vec_adds (t2, t6); \
81 vy4 = vec_subs (t2, t6);
88 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Didctdsp.c60 t6 = vec_adds(t8, t3); \
80 vy3 = vec_adds(t2, t6); \
81 vy4 = vec_subs(t2, t6)
85 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9itxfm.asm360 SUMSUB_BA w, 1, 2, 4 ; m1=t1+t6, m2=t1-t6
378 SUMSUB_BA w, 1, 11, 4 ; m1=t6a+t5a (t6), m11=t6a-t5a (t5)
379 pmulhrsw m1, m12 ; m1=t6
398 SUMSUB_BA w, 1, 11, 4 ; m1=t6a+t5a (t6), m11=t6a-t5a (t5)
399 pmulhrsw m1, m12 ; m1=t6
415 mova m9, m3 ; t6 = t7a ...
417 paddw m9, m1 ; t6 = t7a + t4a
419 pmulhrsw m9, m12 ; m9=t6
542 VP9_UNPACK_MULSUB_2D_4X 1, 10, 6, 13, 4756, 15679 ; m1/6=t7[d], m10/13=t6[
[all...]

Completed in 158 milliseconds

1234