Lines Matching defs:fraction
110 I_step_two(PMPSTR mp, sideinfo_layer_I *si, real fraction[2][SBLIMIT])
143 fraction[0][i] = (real)r0;
144 fraction[1][i] = (real)r1;
162 fraction[0][i] = (real)r0;
163 fraction[1][i] = (real)r1;
166 fraction[0][i] = 0.0;
167 fraction[1][i] = 0.0;
183 fraction[0][i] = (real)r0;
186 fraction[0][i] = 0.0;
202 real fraction[2][SBLIMIT]; /* FIXME: change real -> double ? */
218 I_step_two(mp, &si, fraction);
219 clip += synth_1to1_mono(mp, (real *) fraction[single], pcm_sample, pcm_point);
225 I_step_two(mp, &si, fraction);
226 clip += synth_1to1(mp, (real *) fraction[0], 0, pcm_sample, &p1);
227 clip += synth_1to1(mp, (real *) fraction[1], 1, pcm_sample, pcm_point);