Home | History | Annotate | Download | only in src

Lines Matching refs:sfb

47                   by sfb
105 factors[] = array that contains scalefactors for each sfb, type Int16
316 Int sfb;
321 Int stop_idx; /* index of 1st coef in next sfb */
322 Int sect_start; /* start index of sfb in one section*/
323 Int sect_end; /* index of 1st sfb in next section */
358 /* pSfb: ptr to array that holds stop index of each sfb */
476 /* move ptr to first sfb of current section */
480 for (sfb = sect_start; sfb < sect_end; sfb++)
485 /* decode all coefs for one sfb */
502 } /* for (sfb=sect_start) */
509 /* move sfb pointer to the start sfb of next section */
523 * that sfb should be zeros. Without this call to memset, the
524 * coefficients for a ZERO_HCB sfb are the "leftovers" of the
629 for (sfb = 0; sfb < nsfb; sfb++)
631 sfbWidth = pFrameInfo->win_sfb_top[0][sfb] - stop_idx;
662 } /* for (sfb) */