Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 25 of 44) sorted by relevance

12

/third_party/libsnd/src/GSM610/
Drpe.c56 #undef STEP in Weighting_filter()
57 #define STEP(i, H) (e [k + i] * (int32_t) H) in Weighting_filter() macro
65 L_result += STEP (0, -134) ; in Weighting_filter()
66 L_result += STEP (1, -374) ; in Weighting_filter()
68 L_result += STEP (3, 2054) ; in Weighting_filter()
69 L_result += STEP (4, 5741) ; in Weighting_filter()
70 L_result += STEP (5, 8192) ; in Weighting_filter()
71 L_result += STEP (6, 5741) ; in Weighting_filter()
72 L_result += STEP (7, 2054) ; in Weighting_filter()
74 L_result += STEP (9, -374) ; in Weighting_filter()
[all …]
Dlpc.c92 # define STEP(k) L_ACF [k] += (int32_t) (sl * sp [- (k)]) ; in Autocorrelation() macro
97 # define STEP(k) L_ACF [k] += ((int32_t) sl * sp [- (k)]) ; in Autocorrelation()
105 STEP (0) ; in Autocorrelation()
107 STEP (0) ; STEP (1) ; in Autocorrelation()
109 STEP (0) ; STEP (1) ; STEP (2) ; in Autocorrelation()
111 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; in Autocorrelation()
113 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; in Autocorrelation()
115 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; in Autocorrelation()
117 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; STEP (6) ; in Autocorrelation()
119 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; STEP (6) ; STEP (7) ; in Autocorrelation()
[all …]
Dlong_term.c197 # undef STEP in Calculation_of_the_LTP_parameters()
198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda] in Calculation_of_the_LTP_parameters() macro
202 L_result = STEP (0) ; L_result += STEP (1) ; in Calculation_of_the_LTP_parameters()
203 L_result += STEP (2) ; L_result += STEP (3) ; in Calculation_of_the_LTP_parameters()
204 L_result += STEP (4) ; L_result += STEP (5) ; in Calculation_of_the_LTP_parameters()
205 L_result += STEP (6) ; L_result += STEP (7) ; in Calculation_of_the_LTP_parameters()
206 L_result += STEP (8) ; L_result += STEP (9) ; in Calculation_of_the_LTP_parameters()
207 L_result += STEP (10) ; L_result += STEP (11) ; in Calculation_of_the_LTP_parameters()
208 L_result += STEP (12) ; L_result += STEP (13) ; in Calculation_of_the_LTP_parameters()
209 L_result += STEP (14) ; L_result += STEP (15) ; in Calculation_of_the_LTP_parameters()
[all …]
Dshort_term.c47 #undef STEP in Decoding_of_the_coded_Log_Area_Ratios()
48 #define STEP(B, MIC, INVA) \ in Decoding_of_the_coded_Log_Area_Ratios() macro
54 STEP (0, -32, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios()
55 STEP (0, -32, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios()
56 STEP (2048, -16, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios()
57 STEP (-2560, -16, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios()
59 STEP (94, -8, 19223) ; in Decoding_of_the_coded_Log_Area_Ratios()
60 STEP (-1792, -8, 17476) ; in Decoding_of_the_coded_Log_Area_Ratios()
61 STEP (-341, -4, 31454) ; in Decoding_of_the_coded_Log_Area_Ratios()
62 STEP (-1144, -4, 29708) ; in Decoding_of_the_coded_Log_Area_Ratios()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMD5.cpp61 #define STEP(f, a, b, c, d, x, t, s) \ macro
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ macro
120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/third_party/curl/lib/
Dmd5.c316 #define STEP(f, a, b, c, d, x, t, s) \ macro
370 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
371 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
372 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
373 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
374 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
375 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
376 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
377 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
378 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
Dmd4.c285 #define STEP(f, a, b, c, d, x, s) \ macro
338 STEP(F, a, b, c, d, SET(0), 3) in body()
339 STEP(F, d, a, b, c, SET(1), 7) in body()
340 STEP(F, c, d, a, b, SET(2), 11) in body()
341 STEP(F, b, c, d, a, SET(3), 19) in body()
342 STEP(F, a, b, c, d, SET(4), 3) in body()
343 STEP(F, d, a, b, c, SET(5), 7) in body()
344 STEP(F, c, d, a, b, SET(6), 11) in body()
345 STEP(F, b, c, d, a, SET(7), 19) in body()
346 STEP(F, a, b, c, d, SET(8), 3) in body()
[all …]
/third_party/skia/third_party/harfbuzz/
Droll-harfbuzz.sh9 STEP="original revision" &&
14 STEP="next revision" &&
20 STEP="roll-deps" &&
35 STEP="Updating BUILD.gn" &&
76 STEP="commit" &&
92 true || { echo "Failed step ${STEP}"; exit 1; }
/third_party/skia/third_party/freetype2/
Droll-freetype.sh9 STEP="original revision" &&
14 STEP="next revision" &&
20 STEP="roll-deps" &&
27 STEP="merge ${SKIA_INCLUDE}: check for merge conflicts" &&
38 STEP="commit" &&
57 true || { echo "Failed step ${STEP}"; exit 1; }
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc55 #define STEP(T, n, pos, sh) \ macro
65 STEP(uint64, n, pos, 0x20); in Fls64()
67 STEP(uint32, n32, pos, 0x10); in Fls64()
68 STEP(uint32, n32, pos, 0x08); in Fls64()
69 STEP(uint32, n32, pos, 0x04); in Fls64()
72 #undef STEP
/third_party/ffmpeg/libavfilter/x86/
Dvf_bwdif.asm195 add dstq, STEP
196 add prevq, STEP
197 add curq, STEP
198 add nextq, STEP
239 %define STEP mmsize/2
259 %define STEP mmsize
/third_party/ffmpeg/libavcodec/x86/
Dsbrdsp.asm87 %define STEP 40*4*2
99 movlps m2, [r1 + 0*STEP]
100 movlps m3, [r1 + 2*STEP]
101 movhps m2, [r1 + 1*STEP]
102 movhps m3, [r1 + 3*STEP]
109 add r1, 4*STEP
122 add r1, STEP
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
Dchacha-c64xplus.pl30 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");
71 || [A0] MVK 128,$STEP ; 2 * input block size
91 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks?
95 [A1] MVK 64,$STEP ; input block size
525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0
570 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks?
584 [A1] MVK 64,$STEP
711 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left?
784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
/third_party/openssl/crypto/chacha/asm/
Dchacha-c64xplus.pl30 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");
71 || [A0] MVK 128,$STEP ; 2 * input block size
91 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks?
95 [A1] MVK 64,$STEP ; input block size
525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0
570 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks?
584 [A1] MVK 64,$STEP
711 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left?
784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DTypeBuilder_h.template143 template<int STEP> {{type.id}}Builder<STATE | STEP>& castState()
145 return *reinterpret_cast<{{type.id}}Builder<STATE | STEP>*>(this);
/third_party/ntfs-3g/ntfsprogs/
Dntfscp.c92 enum STEP { STEP_ERR, STEP_ZERO, STEP_ONE } ; enum
509 static enum STEP examine_buf(struct ALLOC_CONTEXT *alctx, s64 pos, s64 br, in examine_buf()
510 enum STEP step) in examine_buf()
710 enum STEP step; in find_best_runs()
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_h.template155 template<int STEP> {{type.id}}Builder<STATE | STEP>& castState()
157 return *reinterpret_cast<{{type.id}}Builder<STATE | STEP>*>(this);
/third_party/pcre2/pcre2/maint/Unicode.tables/
DScriptExtensions.txt66 1BCA0..1BCA3 ; Dupl # Cf [4] SHORTHAND FORMAT LETTER OVERLAP..SHORTHAND FORMAT UP STEP
DGraphemeBreakProperty.txt71 1BCA0..1BCA3 ; Control # Cf [4] SHORTHAND FORMAT LETTER OVERLAP..SHORTHAND FORMAT UP STEP
DDerivedBidiClass.txt1936 1BCA0..1BCA3 ; BN # Cf [4] SHORTHAND FORMAT LETTER OVERLAP..SHORTHAND FORMAT UP STEP
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m41012 # m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION)
1015 # increments of STEP. Both limits are included, and bounds are
1035 # _m4_for(COUNT, LAST, STEP, PRE, POST)
1038 # numbers. Expand PRE[COUNT]POST, then alter COUNT by STEP and
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js2586 console.debug("TEST STEP", this.name);
/third_party/openssl/doc/man7/
Dmigration_guide.pod213 KDF algorithms "SINGLE STEP" and "SSH"
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10253 STEP

12