Lines Matching refs:phs
275 unsigned int phs[DCA_LBR_CHANNELS_TOTAL];
314 phs[main_ch] = get_bits(&s->gb, 3);
322 phs[ch] = phs[main_ch] - parse_vlc(&s->gb, &ff_dca_vlc_dph, 1);
325 phs[ch] = 0;
343 t->phs[ch] = 128 - phs[ch] * 32 + shift;
1630 float c = amp * cos_tab[(t->phs[ch] ) & 255];
1631 float s = amp * cos_tab[(t->phs[ch] + 64) & 255];
1671 t->phs[ch] += t->ph_rot;