/third_party/ffmpeg/libavcodec/ |
D | simple_idct_template.c | 41 #undef W7 56 #define W7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro 74 #define W7 4520 // 18081 macro 97 #define W7 9041 macro 172 MAC(b1, -W7, row[3]); 175 b3 = MUL(W7, row[1]); 189 MAC(b0, W7, row[7]); 194 MAC(b2, W7, row[5]); 225 b3 = MUL(W7, col[8*1]); \ 228 MAC(b1, -W7, col[8*3]); \ [all …]
|
D | wmv2dsp.c | 34 #define W7 565 /* 2048*sqrt (2)*cos (7*pi/16) */ macro 42 a1 = W1 * b[1] + W7 * b[7]; in wmv2_idct_row() 43 a7 = W7 * b[1] - W1 * b[7]; in wmv2_idct_row() 72 a1 = (W1 * b[8 * 1] + W7 * b[8 * 7] + 4) >> 3; in wmv2_idct_col() 73 a7 = (W7 * b[8 * 1] - W1 * b[8 * 7] + 4) >> 3; in wmv2_idct_col()
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | simple_idct_alpha.c | 41 #define W7 4520 macro 106 b3 = W7 * t; in idct_row() 118 b1 -= W7 * t; in idct_row() 129 b2 += W7 * t; in idct_row() 136 b0 += W7 * t; in idct_row() 190 b3 = W7 * col[8 * 1]; in idct_col() 200 b1 -= W7 * col[8 * 3]; in idct_col() 208 b2 += W7 * col[8 * 5]; in idct_col() 213 b0 += W7 * col[8 * 7]; in idct_col()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | simple_idct_arm.S | 35 #define W7 4520 macro 95 @@ MUL16(b3, W7, row[1]); 97 @@ MAC16(b1, -W7, row[3]); 106 ldr r11, =W7 @ R11=W7 108 …mul r7, r11, r7 @ R7=W7*ROWr16[1]=b3 (ROWr16[1] must be the second arg, to have the possi… 113 …mlane r1, r11, r2, r1 @ R1-=W7*ROWr16[3]=b1 (ROWr16[3] must be the second arg, to have the poss… 119 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7, 127 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7, 130 @@ MAC16(b2, W7, row[5]); 133 @@ MAC16(b0, W7, row[7]); [all …]
|
D | simple_idct_armv6.S | 32 #define W7 4520 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro 41 #define W57 (W5 | (W7 << 16))
|
D | simple_idct_neon.S | 34 #define W7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro 247 .short W1, W2, W3, W4, W5, W6, W7, W4c
|
D | simple_idct_armv5te.S | 32 #define W7 4520 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro 38 #define W57 (W5 | (W7 << 16))
|
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_mmi.c | 37 #define W7 4520 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro 45 W1, W3, W5, W7, 47 W3, -W7, -W1, -W5, 49 W5, -W1, W7, W3, 51 W7, -W5, W3, -W1,
|
D | wmv2dsp_mmi.c | 35 #define W7 565 /* 2048*sqrt (2)*cos (7*pi/16) */ macro 44 a1 = W1 * b[1] + W7 * b[7]; in wmv2_idct_row_mmi() 50 a7 = W7 * b[1] - W1 * b[7]; in wmv2_idct_row_mmi() 74 a1 = (W1 * b[ 8] + W7 * b[56] + 4) >> 3; in wmv2_idct_col_mmi() 80 a7 = (W7 * b[ 8] - W1 * b[56] + 4) >> 3; in wmv2_idct_col_mmi()
|
/third_party/node/deps/openssl/openssl/crypto/sm3/ |
D | sm3_local.h | 51 #define EXPAND(W0,W7,W13,W3,W10) \ argument 52 (P1(W0 ^ W7 ^ ROTATE(W13, 15)) ^ ROTATE(W3, 7) ^ W10)
|
/third_party/openssl/crypto/sm3/ |
D | sm3_local.h | 51 #define EXPAND(W0,W7,W13,W3,W10) \ argument 52 (P1(W0 ^ W7 ^ ROTATE(W13, 15)) ^ ROTATE(W3, 7) ^ W10)
|
/third_party/ffmpeg/libavcodec/x86/ |
D | simple_idct10_template.asm | 159 ; MAC(b1, -W7, row[3]); 162 ; b3 = MUL(W7, row[1]); 180 ; MAC(b0, W7, row[7]); 183 ; MAC(b2, W7, row[5]);
|
D | simple_idct10.asm | 56 %define W7sh2 4520 ; W7 = 18081 = 4520<<2 + 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCallingConv.td | 89 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>, 103 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>,
|
D | HexagonRegisterInfo.cpp | 74 W0, W1, W2, W3, W4, W5, W6, W7, W8, W9, W10, W11, W12, W13, W14, W15, 0 in getCallerSavedRegs()
|
D | HexagonRegisterInfo.td | 198 def W7 : Rd<14, "v15:14", [V14, V15]>, DwarfRegNum<[113]>; 214 def VQ3 : Rd<12, "v15:12", [W6, W7]>, DwarfRegNum<[255]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 92 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7], 102 [W0, W1, W2, W3, W4, W5, W6, W7]>>, 141 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7], 144 [W0, W1, W2, W3, W4, W5, W6, W7]>>, 209 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7], 219 [W0, W1, W2, W3, W4, W5, W6, W7]>>, 310 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7], 313 [W0, W1, W2, W3, W4, W5, W6, W7]>>,
|
/third_party/openssl/test/recipes/15-test_dsaparam_data/valid/ |
D | p3072_q160_t1862_gind1.pem | 4 W7/YlsATYd3rfsVdtQ1VLnDmoGmSWjsJ0Oh5+XNw/v+DUvl2zaTtaMDl6ST+tH2w
|
/third_party/node/test/fixtures/x509-escaping/ |
D | subj-5-cert.pem | 19 7W7/ucMTVyPS9tLiuIwyJ+0dta+ucQSjIZj2RtCzsOtxdbUqt/7iTJrl8EjZGGbH
|
/third_party/mbedtls/tests/data_files/ |
D | server4.key | 14 zwGc6H938wdsubpdTCLPhq0rhDCTqtwIEAuFjZIYJs4yZzfy6klaD3516iIgb+W7
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenCallingConv.inc | 216 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 258 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 460 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 502 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 1055 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 1071 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 1196 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7 1212 …ch64::W0, AArch64::W1, AArch64::W2, AArch64::W3, AArch64::W4, AArch64::W5, AArch64::W6, AArch64::W7
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 38 case AArch64::X7: return AArch64::W7; in getWRegFromXReg() 78 case AArch64::W7: return AArch64::X7; in getXRegFromWReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/ |
D | BPFDisassembler.cpp | 113 BPF::W6, BPF::W7, BPF::W8, BPF::W9, BPF::W10, BPF::W11};
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fdctdsp.c | 55 #define W7 (M_SQRT2 * (C1 + C3 - C5 - C7)) macro 63 { W4, W5, W6, W7 },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 72 {codeview::RegisterId::ARM64_W7, AArch64::W7}, in initLLVMToCVRegMapping()
|