Lines Matching refs:istep
114 quantize_lines_xrpow_01(unsigned int l, FLOAT istep, const FLOAT * xr, int *ix)
116 const FLOAT compareval0 = (1.0f - 0.4054f) / istep;
145 quantize_lines_xrpow(unsigned int l, FLOAT istep, const FLOAT * xp, int *pi)
158 double x0 = istep * xp[0];
159 double x1 = istep * xp[1];
160 double x2 = istep * xp[2];
161 double x3 = istep * xp[3];
185 double x0 = istep * xp[0];
186 double x1 = istep * xp[1];
223 quantize_lines_xrpow(unsigned int l, FLOAT istep, const FLOAT * xr, int *ix)
236 x0 = *xr++ * istep;
237 x1 = *xr++ * istep;
239 x2 = *xr++ * istep;
241 x3 = *xr++ * istep;
257 x0 = *xr++ * istep;
258 x1 = *xr++ * istep;
282 quantize_xrpow(const FLOAT * xp, int *pi, FLOAT istep, gr_info const *const cod_info,
327 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData);
331 quantize_lines_xrpow_01(accumulate01, istep, acc_xp, acc_iData);
366 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData);
375 quantize_lines_xrpow_01(accumulate01, istep, acc_xp, acc_iData);
388 quantize_lines_xrpow_01(accumulate01, istep, acc_xp, acc_iData);
392 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData);
406 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData);
410 quantize_lines_xrpow_01(accumulate01, istep, acc_xp, acc_iData);