• Home
  • Raw
  • Download

Lines Matching refs:STEP

92 #		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()
124 STEP (0) ; in Autocorrelation()
125 STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; in Autocorrelation()
126 STEP (5) ; STEP (6) ; STEP (7) ; STEP (8) ; in Autocorrelation()
295 # undef STEP in Quantization_and_coding()
296 # define STEP(A, B, MAC, MIC) \ in Quantization_and_coding() macro
304 STEP (20480, 0, 31, -32) ; in Quantization_and_coding()
305 STEP (20480, 0, 31, -32) ; in Quantization_and_coding()
306 STEP (20480, 2048, 15, -16) ; in Quantization_and_coding()
307 STEP (20480, -2560, 15, -16) ; in Quantization_and_coding()
309 STEP (13964, 94, 7, -8) ; in Quantization_and_coding()
310 STEP (15360, -1792, 7, -8) ; in Quantization_and_coding()
311 STEP (8534, -341, 3, -4) ; in Quantization_and_coding()
312 STEP (9036, -1144, 3, -4) ; in Quantization_and_coding()
314 # undef STEP in Quantization_and_coding()