Lines Matching defs:exp_ofs
52 uint16_t exp_ofs;
659 c->exponents[g->exp_ofs + k] = mstr_exp[i] + bias_exp[k];
672 memcpy(c->exponents + g->exp_ofs,
673 c->exponents + p->exp_ofs,
804 c->exponents + g->exp_ofs, c->bap + g->exp_ofs,
807 memcpy(c->bap + g->exp_ofs,
808 c->bap + p->exp_ofs,
831 c->idx[g->exp_ofs + j] = 0;
834 c->idx[g->exp_ofs + j] = get_bits(&s->gb, 2);
836 memcpy(c->idx + g->exp_ofs,
837 c->idx + p->exp_ofs,
840 memset(c->idx + g->exp_ofs, 0, g->nb_exponent * sizeof(c->idx[0]));
856 int bap = c->bap[g->exp_ofs + j];
857 int idx = c->idx[g->exp_ofs + j];
860 float exp = exponent_tab[c->exponents[g->exp_ofs + j]];