Lines Matching refs:qu
426 int i, gain_lev, gcv = 0, qu, nsp;
451 for (qu = subband_to_qu[sb] + (!sb ? 2 : 0); qu < subband_to_qu[sb + 1]; qu++) {
452 if (ctx->channels[ch_index].qu_wordlen[qu] <= 0)
455 qu_lev = ff_atrac3p_sf_tab[ctx->channels[ch_index].qu_sf_idx[qu]] *
456 ff_atrac3p_mant_tab[ctx->channels[ch_index].qu_wordlen[qu]] /
457 (1 << ctx->channels[ch_index].qu_wordlen[qu]) * grp_lev;
459 dst = &sp[ff_atrac3p_qu_to_spec_pos[qu]];
460 nsp = ff_atrac3p_qu_to_spec_pos[qu + 1] - ff_atrac3p_qu_to_spec_pos[qu];