Lines Matching defs:phase
109 int phase;
121 uint8_t phase;
1247 int exp, int phase)
1257 q->fft_coefs[q->fft_coefs_index].phase = phase;
1264 int channel, stereo, phase, exp;
1326 phase = get_bits(gb, 3);
1332 stereo_phase = (phase - qdm2_get_vlc(gb, &fft_stereo_phase_vlc, 0, 1));
1344 channel, exp, phase);
1435 tone->phase += tone->phase_shift;
1439 c.im = level * sin(tone->phase * iscale);
1440 c.re = level * cos(tone->phase * iscale);
1496 c.re = level * cos(q->fft_coefs[i].phase * iscale);
1497 c.im = level * sin(q->fft_coefs[i].phase * iscale);
1533 tone.phase = 64 * q->fft_coefs[j].phase - (offset << 8) - 128;