Lines Matching refs:real
63 real *table; in hip_init_tables_layer2()
88 *table++ = (real) (m * pow(2.0, (double) j / 3.0)); in hip_init_tables_layer2()
218 II_step_two(PMPSTR mp, sideinfo_layer_II* si, struct frame *fr, int gr, real fraction[2][4][SBLIMIT… in II_step_two()
260 fraction[ch][0][i] = (real) r0; in II_step_two()
261 fraction[ch][1][i] = (real) r1; in II_step_two()
262 fraction[ch][2][i] = (real) r2; in II_step_two()
292 fraction[ch][0][i] = (real) r0; in II_step_two()
293 fraction[ch][1][i] = (real) r1; in II_step_two()
294 fraction[ch][2][i] = (real) r2; in II_step_two()
310 fraction[ch][0][i] = (real) r0; in II_step_two()
311 fraction[ch][1][i] = (real) r1; in II_step_two()
312 fraction[ch][2][i] = (real) r2; in II_step_two()
371 real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */ in decode_layer2_frame()