Lines Matching defs:win
78 int win, int group_len, const float lambda)
92 start = win*128;
100 if (sce->zeroes[win*16 + swb]) {
114 if (cb >= 12 && sce->band_type[win*16+swb] < aac_cb_out_map[cb] ||
115 cb < aac_cb_in_map[sce->band_type[win*16+swb]] && sce->band_type[win*16+swb] > aac_cb_out_map[cb]) {
122 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(win+w)*16+swb];
125 sce->sf_idx[(win+w)*16+swb], aac_cb_out_map[cb],
173 memset(sce->zeroes + win*16 + start, !cb, count);
176 sce->band_type[win*16 + start] = cb;