Lines Matching defs:fraction
218 II_step_two(PMPSTR mp, sideinfo_layer_II* si, struct frame *fr, int gr, real fraction[2][4][SBLIMIT])
260 fraction[ch][0][i] = (real) r0;
261 fraction[ch][1][i] = (real) r1;
262 fraction[ch][2][i] = (real) r2;
265 fraction[ch][0][i] = fraction[ch][1][i] = fraction[ch][2][i] = 0.0;
292 fraction[ch][0][i] = (real) r0;
293 fraction[ch][1][i] = (real) r1;
294 fraction[ch][2][i] = (real) r2;
310 fraction[ch][0][i] = (real) r0;
311 fraction[ch][1][i] = (real) r1;
312 fraction[ch][2][i] = (real) r2;
317 fraction[0][0][i] = fraction[0][1][i] = fraction[0][2][i] = 0.0;
318 fraction[1][0][i] = fraction[1][1][i] = fraction[1][2][i] = 0.0;
327 fraction[ch][0][i] = fraction[ch][1][i] = fraction[ch][2][i] = 0.0;
371 real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */
385 II_step_two(mp, &si, fr, i >> 2, fraction);
387 clip += synth_1to1_mono(mp, fraction[single][j], pcm_sample, pcm_point);
393 II_step_two(mp, &si, fr, i >> 2, fraction);
396 clip += synth_1to1(mp, fraction[0][j], 0, pcm_sample, &p1);
397 clip += synth_1to1(mp, fraction[1][j], 1, pcm_sample, pcm_point);