Searched refs:C7 (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfdct.c163 C4, C4, C5, C7, C2, C6, C3, -C7, \
164 -C4, C4, C7, C3, C6, -C2, C7, -C5, \
173 #define C7 4520 macro
182 #undef C7 macro
189 #define C7 6270 macro
198 #undef C7 macro
205 #define C7 5906 macro
214 #undef C7 macro
221 #define C7 macro
230 #undef C7 macro
237 #define C7 macro
246 #undef C7 macro
253 #define C7 macro
262 #undef C7 macro
269 #define C7 macro
278 #undef C7 macro
285 #define C7 macro
[all...]
H A Dsimple_idct.c46 #define C7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
70 C5, C7, C5, C7,
72 C3, -C7, C3, -C7,
76 C7, C3, C7, C3,
78 C7, -C5, C7, -C5,
109 "movq 56(%2), %%mm5 \n\t" /* C7 C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfdct_mmx.c161 C4, C4, C5, C7, C2, C6, C3, -C7, \
162 -C4, C4, C7, C3, C6, -C2, C7, -C5, \
171 #define C7 4520 macro
180 #undef C7 macro
187 #define C7 6270 macro
196 #undef C7 macro
203 #define C7 5906 macro
212 #undef C7 macro
219 #define C7 macro
228 #undef C7 macro
235 #define C7 macro
244 #undef C7 macro
251 #define C7 macro
260 #undef C7 macro
267 #define C7 macro
276 #undef C7 macro
283 #define C7 macro
[all...]
H A Dsimple_idct_mmx.c43 #define C7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
67 C5, C7, C5, C7,
69 C3, -C7, C3, -C7,
73 C7, C3, C7, C3,
75 C7, -C5, C7, -C5,
106 "movq 56(%2), %%mm5 \n\t" /* C7 C
[all...]
H A Didct_mmx.c40 int C1, C2, C3, C4, C5, C6, C7;
51 C7 = table[7];
58 b0 = C1*row[1] + C3*row[3] + C5*row[5] + C7*row[7];
59 b1 = C3*row[1] - C7*row[3] - C1*row[5] - C5*row[7];
60 b2 = C5*row[1] - C1*row[3] + C7*row[5] + C3*row[7];
61 b3 = C7*row[1] - C5*row[3] + C3*row[5] - C1*row[7];
116 "movq 24(%0), %%mm7 \n\t" /* mm7 = -C7 C3 C7 C5 */
120 "pmaddwd %%mm6, %%mm7 \n\t" /* mm7 = C3*x1-C7*x3 C5*x5+C7*x
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwp_block.c164 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
182 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
195 # define C7(K,i) (((u64*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
499 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
506 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
543 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
545 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
547 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
549 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
551 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwp_block.c164 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
182 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
195 # define C7(K,i) (((u64*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
499 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
506 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
543 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
545 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
547 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
549 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
551 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp3dsp_altivec.c43 vec_s16 C7 = vec_splat(constants, 7);\
56 // M15 is used if C fits in 15 bit unsigned (C6,C7)
68 A = vec_add(M16(b1, C1), M15(b7, C7));\
69 B = vec_sub(M15(b1, C7), M16(b7, C1));\
H A Dfdct_altivec.c42 #define C7 0.19509032368659973144531250 /* cos(7*PI/16) */ macro
50 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
51 #define W5 (SQRT_2 * ( C1 + C3 - C5 + C7))
52 #define W6 (SQRT_2 * ( C1 + C3 + C5 - C7))
53 #define W7 (SQRT_2 * ( C1 + C3 - C5 - C7))
54 #define W8 (SQRT_2 * ( C7 - C3))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvp3dsp_altivec.c50 vec_s16 C7 = vec_splat(constants, 7);\
63 // M15 is used if C fits in 15 bit unsigned (C6,C7)
75 A = vec_add(M16(b1, C1), M15(b7, C7));\
76 B = vec_sub(M15(b1, C7), M16(b7, C1));\
H A Dfdctdsp.c46 #define C7 0.19509032368659973144531250 /* cos(7 * PI / 16) */ macro
53 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
54 #define W5 (SQRT_2 * (C1 + C3 - C5 + C7))
55 #define W6 (SQRT_2 * (C1 + C3 + C5 - C7))
56 #define W7 (SQRT_2 * (C1 + C3 - C5 - C7))
57 #define W8 (SQRT_2 * (C7 - C3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dwp512.c676 static const u64 C7[256] = { variable
805 C7[(int)(K[1] ) & 0xff] ^
815 C7[(int)(K[2] ) & 0xff];
824 C7[(int)(K[3] ) & 0xff];
833 C7[(int)(K[4] ) & 0xff];
842 C7[(int)(K[5] ) & 0xff];
851 C7[(int)(K[6] ) & 0xff];
860 C7[(int)(K[7] ) & 0xff];
869 C7[(int)(K[0] ) & 0xff];
887 C7[(in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c1052 static const u64 C7[256] =
1221 C6[(key[2] >> 8) & 0xFF] ^ C7[(key[1] >> 0) & 0xFF] ^ rc[r]);
1225 C6[(key[3] >> 8) & 0xFF] ^ C7[(key[2] >> 0) & 0xFF]);
1229 C6[(key[4] >> 8) & 0xFF] ^ C7[(key[3] >> 0) & 0xFF]);
1233 C6[(key[5] >> 8) & 0xFF] ^ C7[(key[4] >> 0) & 0xFF]);
1237 C6[(key[6] >> 8) & 0xFF] ^ C7[(key[5] >> 0) & 0xFF]);
1241 C6[(key[7] >> 8) & 0xFF] ^ C7[(key[6] >> 0) & 0xFF]);
1245 C6[(key[0] >> 8) & 0xFF] ^ C7[(key[7] >> 0) & 0xFF]);
1249 C6[(key[1] >> 8) & 0xFF] ^ C7[(key[0] >> 0) & 0xFF]);
1257 C6[(state[2] >> 8) & 0xFF] ^ C7[(stat
1048 static const u64 C7[256] = variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c1052 static const u64 C7[256] =
1221 C6[(key[2] >> 8) & 0xFF] ^ C7[(key[1] >> 0) & 0xFF] ^ rc[r]);
1225 C6[(key[3] >> 8) & 0xFF] ^ C7[(key[2] >> 0) & 0xFF]);
1229 C6[(key[4] >> 8) & 0xFF] ^ C7[(key[3] >> 0) & 0xFF]);
1233 C6[(key[5] >> 8) & 0xFF] ^ C7[(key[4] >> 0) & 0xFF]);
1237 C6[(key[6] >> 8) & 0xFF] ^ C7[(key[5] >> 0) & 0xFF]);
1241 C6[(key[7] >> 8) & 0xFF] ^ C7[(key[6] >> 0) & 0xFF]);
1245 C6[(key[0] >> 8) & 0xFF] ^ C7[(key[7] >> 0) & 0xFF]);
1249 C6[(key[1] >> 8) & 0xFF] ^ C7[(key[0] >> 0) & 0xFF]);
1257 C6[(state[2] >> 8) & 0xFF] ^ C7[(stat
1048 static const u64 C7[256] = variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodsp_template.c273 #define C7 FIXHR(0.34202014332566873304/2) macro
335 t3 = MULH3(in1[2*5] - in1[2*7], -2*C7, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodsp_template.c273 #define C7 FIXHR(0.34202014332566873304/2) macro
335 t3 = MULH3(in1[2*5] - in1[2*7], -2*C7, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwidth/
H A Dtest-uc_width2.sh29 05C7 0
224 17C7..17C8 A
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_aes.c643 V(08,04,04,0C), V(95,C7,C7,52), V(46,23,23,65), V(9D,C3,C3,5E), \
669 V(8C,46,46,CA), V(C7,EE,EE,29), V(6B,B8,B8,D3), V(28,14,14,3C), \
680 V(38,1C,1C,24), V(57,A6,A6,F1), V(73,B4,B4,C7), V(97,C6,C6,51), \
790 V(0E,09,0D,0B), V(F2,8B,C7,AD), V(2D,B6,A8,B9), V(14,1E,A9,C8), \
795 V(85,4A,24,7D), V(D2,BB,3D,F8), V(AE,F9,32,11), V(C7,29,A1,6D), \
799 V(87,49,4E,C7), V(D9,38,D1,C1), V(8C,CA,A2,FE), V(98,D4,0B,36), \
817 V(9C,D2,DF,59), V(55,F2,73,3F), V(18,14,CE,79), V(73,C7,37,BF), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h531 int16_t C7; member in struct:vfe_cmd_color_correction_config
H A Dmsm_vfe8x_proc.c2635 cmd.c7 = in->C7;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_64.c1047 #define C7 135 macro
1062 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dgcm128.c1894 static const u8 K7[24], *P7 = NULL, *A7 = NULL, IV7[12], *C7 = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dgcm128.c1894 static const u8 K7[24], *P7 = NULL, *A7 = NULL, IV7[12], *C7 = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1745 <14> <02C7>
1831 <14> <02C7>
1916 <14> <02C7>
8472 \DeclareUnicodeCharacter{00C7}{\cedilla{C}}
8636 \DeclareUnicodeCharacter{01C7}{LJ}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1699 <14> <02C7>
1785 <14> <02C7>
1870 <14> <02C7>
8200 \DeclareUnicodeCharacter{00C7}{\cedilla{C}}
8360 \DeclareUnicodeCharacter{01C7}{LJ}

Completed in 306 milliseconds

12