Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 14 of 14) sorted by relevance

/third_party/libsnd/src/GSM610/
Dlpc.c92 # define STEP(k) L_ACF [k] += (int32_t) (sl * sp [- (k)]) ; in Autocorrelation() macro
296 # define STEP(A, B, MAC, MIC) \ in Quantization_and_coding() macro
Drpe.c57 #define STEP(i, H) (e [k + i] * (int32_t) H) in Weighting_filter() macro
150 #define STEP(m, i) L_temp = SASR_W (x [m + 3 * i], 2) ; \ in RPE_grid_selection() macro
Dlong_term.c198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda] in Calculation_of_the_LTP_parameters() macro
353 # define STEP(K, a, b, c, d, e, f, g, h) \ in Cut_Calculation_of_the_LTP_parameters() macro
523 # define STEP(K, a, b, c, d, e, f, g, h) \ in Calculation_of_the_LTP_parameters() macro
738 # define STEP(K, a, b, c, d, e, f, g, h) \ in Fast_Calculation_of_the_LTP_parameters() macro
839 # define STEP(BP) \ in Long_term_analysis_filtering() macro
Dshort_term.c48 #define STEP(B, MIC, INVA) \ in Decoding_of_the_coded_Log_Area_Ratios() macro
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc55 #define STEP(T, n, pos, sh) \ macro
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ macro
/third_party/skia/third_party/externals/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ macro
/third_party/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ macro
/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
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dsvm_functions_f16.h44 #define STEP(x) (x) <= 0 ? 0 : 1 macro
Dsvm_functions.h42 #define STEP(x) (x) <= 0 ? 0 : 1 macro
/third_party/curl/lib/
Dmd4.c271 #define STEP(f, a, b, c, d, x, s) \ macro
Dmd5.c268 #define STEP(f, a, b, c, d, x, t, s) \ macro
/third_party/ntfs-3g/ntfsprogs/
Dntfscp.c92 enum STEP { STEP_ERR, STEP_ZERO, STEP_ONE } ; enum