Lines Matching refs:real
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;
183 fraction[0][i] = (real)r0;
202 real fraction[2][SBLIMIT]; /* FIXME: change real -> double ? */
219 clip += synth_1to1_mono(mp, (real *) fraction[single], pcm_sample, pcm_point);
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);