• Home
  • Raw
  • Download

Lines Matching refs:f_master_tbl

298   WORD16 *f_master_tbl = pstr_freq_band_data->f_master_tbl;  in ixheaacd_calc_master_frq_bnd_tbl()  local
368 f_master_tbl[0] = k0; in ixheaacd_calc_master_frq_bnd_tbl()
370 f_master_tbl[k] = f_master_tbl[k - 1] + vec_dk[k - 1]; in ixheaacd_calc_master_frq_bnd_tbl()
428 f_master_tbl[0] = k0; in ixheaacd_calc_master_frq_bnd_tbl()
431 f_master_tbl[k] = f_master_tbl[k - 1] + vec_dk0[k - 1]; in ixheaacd_calc_master_frq_bnd_tbl()
448 f_master_tbl[num_bands0] = k1; in ixheaacd_calc_master_frq_bnd_tbl()
450 f_master_tbl[num_bands0 + k] = in ixheaacd_calc_master_frq_bnd_tbl()
451 f_master_tbl[num_bands0 + k - 1] + vec_dk1[k - 1]; in ixheaacd_calc_master_frq_bnd_tbl()
477 f_master_tbl[0] = k0; in ixheaacd_calc_master_frq_bnd_tbl()
479 f_master_tbl[k] = f_master_tbl[k - 1] + vec_dk0[k - 1]; in ixheaacd_calc_master_frq_bnd_tbl()
565 WORD16 *f_master_tbl = pstr_freq_band_data->f_master_tbl + xover_band; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
572 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
575 f_master_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
578 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
580 f_master_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
585 *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
587 f_master_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
590 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
592 f_master_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()