1 /* { dg-options "-O2 -fgraphite-identity -ffast-math" } */
4 VBR_encode_frame (int mode_gr
, int channels_out
, int max_bits
[2][2])
6 int max_nbits_ch
[2][2];
8 for (gr
= 0; gr
< mode_gr
; ++gr
)
11 for (ch
= 0; ch
< channels_out
; ++ch
)
12 if (max_nbits_ch
[gr
][ch
] > 0)
14 for (ch
= 0; ch
< channels_out
; ++ch
)
16 max_nbits_ch
[gr
][ch
] = 7680 * f
[ch
] / s
;