Home | History | Annotate | Download | only in src

Lines Matching refs:wnd

54   Word32 wnd;
63 for (wnd=0; wnd<TRANS_FAC; wnd++) {
67 if (mdctSpectrum[wnd*FRAME_LEN_SHORT+line] != 0) break;
106 wnd = 0;
110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb];
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
117 wnd += groupLen[grp];
121 wnd = 0;
125 Word32 energy = sfbEnergy->sfbShort[wnd][sfb];
127 energy = L_add(energy, sfbEnergy->sfbShort[wnd+j][sfb]);
132 wnd += groupLen[grp];
136 wnd = 0;
140 Word32 energy = sfbEnergyMS->sfbShort[wnd][sfb];
142 energy = L_add(energy, sfbEnergyMS->sfbShort[wnd+j][sfb]);
147 wnd += groupLen[grp];
151 wnd = 0;
155 Word32 energy = sfbSpreadedEnergy->sfbShort[wnd][sfb];
157 energy = L_add(energy, sfbSpreadedEnergy->sfbShort[wnd+j][sfb]);
162 wnd += groupLen[grp];
166 wnd = 0;
171 Word16 lineOffset = FRAME_LEN_SHORT * (wnd + j);
178 wnd += groupLen[grp];