Searched refs:pos_now (Results 1 – 1 of 1) sorted by relevance
610 int i, s, sb, t, pos_now, pos_next; in ff_atrac3p_ipqf() local630 pos_now = hist->pos; in ff_atrac3p_ipqf()631 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_now + 1) % 23; in ff_atrac3p_ipqf()635 out[s * 16 + i + 0] += hist->buf1[pos_now][i] * ipqf_coeffs1[t][i] + in ff_atrac3p_ipqf()637 out[s * 16 + i + 8] += hist->buf1[pos_now][7 - i] * ipqf_coeffs1[t][i + 8] + in ff_atrac3p_ipqf()641 pos_now = mod23_lut[pos_next + 2]; // pos_now = (pos_now + 2) % 23; in ff_atrac3p_ipqf()642 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_next + 2) % 23; in ff_atrac3p_ipqf()