Lines Matching defs:pos_now
610 int i, s, sb, t, pos_now, pos_next;
630 pos_now = hist->pos;
631 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_now + 1) % 23;
635 out[s * 16 + i + 0] += hist->buf1[pos_now][i] * ipqf_coeffs1[t][i] +
637 out[s * 16 + i + 8] += hist->buf1[pos_now][7 - i] * ipqf_coeffs1[t][i + 8] +
641 pos_now = mod23_lut[pos_next + 2]; // pos_now = (pos_now + 2) % 23;
642 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_next + 2) % 23;