Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqdm2.c1514 int offset, four_i; in qdm2_fft_tone_synthesizer() local
1520 four_i = (4 - i); in qdm2_fft_tone_synthesizer()
1521 offset = q->fft_coefs[j].offset >> four_i; in qdm2_fft_tone_synthesizer()
1532 tone.table = fft_tone_sample_table[i][q->fft_coefs[j].offset - (offset << four_i)]; in qdm2_fft_tone_synthesizer()
1534 tone.phase_shift = (2 * q->fft_coefs[j].offset + 1) << (7 - four_i); in qdm2_fft_tone_synthesizer()

Completed in 6 milliseconds