Searched refs:four_i (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c1565 int offset, four_i; local
1571 four_i = (4 - i);
1572 offset = q->fft_coefs[j].offset >> four_i;
1583 tone.table = fft_tone_sample_table[i][q->fft_coefs[j].offset - (offset << four_i)];
1585 tone.phase_shift = (2 * q->fft_coefs[j].offset + 1) << (7 - four_i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c1664 int offset, four_i; local
1670 four_i = (4 - i);
1671 offset = q->fft_coefs[j].offset >> four_i;
1682 tone.table = fft_tone_sample_table[i][q->fft_coefs[j].offset - (offset << four_i)];
1684 tone.phase_shift = (2 * q->fft_coefs[j].offset + 1) << (7 - four_i);

Completed in 35 milliseconds