Lines Matching refs:scf_idx
245 bands[i].scf_idx[ch][2] = c->oldDSCF[ch][i];
246 bands[i].scf_idx[ch][0] = get_scale_idx(&gb, bands[i].scf_idx[ch][2]);
249 bands[i].scf_idx[ch][1] = get_scale_idx(&gb, bands[i].scf_idx[ch][0]);
250 bands[i].scf_idx[ch][2] = get_scale_idx(&gb, bands[i].scf_idx[ch][1]);
253 bands[i].scf_idx[ch][1] = get_scale_idx(&gb, bands[i].scf_idx[ch][0]);
254 bands[i].scf_idx[ch][2] = bands[i].scf_idx[ch][1];
257 bands[i].scf_idx[ch][1] = bands[i].scf_idx[ch][0];
258 bands[i].scf_idx[ch][2] = get_scale_idx(&gb, bands[i].scf_idx[ch][1]);
261 bands[i].scf_idx[ch][2] = bands[i].scf_idx[ch][1] = bands[i].scf_idx[ch][0];
264 c->oldDSCF[ch][i] = bands[i].scf_idx[ch][2];