Home | History | Annotate | Download | only in aacdec

Lines Matching refs:sfbWidth

146             sfbWidth  = *(pWinSfbTop++) - stop_idx;
148 stop_idx += sfbWidth;
154 FOR (; sfbWidth > 0; sfbWidth--)
158 FOR (; sfbWidth > 0; sfbWidth--)
247 Int sfbWidth;
314 sfbWidth = tmp1 - stop_idx;
316 if (sfbWidth < 2)
321 stop_idx += sfbWidth;
331 * sfbWidth is always an even number
334 for (Int i = (sfbWidth >> 1) - 1; i != 0; i--)
353 * sfbWidth is always an even number
356 for (Int i = (sfbWidth >> 1) - 1; i != 0; i--)
375 pv_memset(pCoef, 0, sizeof(Int32)*sfbWidth);
376 pCoef += sfbWidth;