Home | History | Annotate | Download | only in decoder

Lines Matching defs:max_sfb

266   UWORD8 max_sfb = pstr_core_coder->max_sfb_ste;
279 for (sfb = 0; sfb < max_sfb; sfb++) {
581 UWORD8 *max_sfb, ia_bit_buf_struct *it_bit_buff,
604 *max_sfb = ixheaacd_read_bits_buf(it_bit_buff, 6);
610 *max_sfb = ixheaacd_read_bits_buf(it_bit_buff, 4);
625 if (*max_sfb > usac_data->pstr_sfb_info[chn]->sfb_per_sbk) {
626 *max_sfb = usac_data->pstr_sfb_info[chn]->sfb_per_sbk;
665 ixheaacd_ics_info(usac_data, left, &pstr_core_coder->max_sfb[left],
674 pstr_core_coder->max_sfb[right] =
677 pstr_core_coder->max_sfb[right] =
680 pstr_core_coder->max_sfb[right] = pstr_core_coder->max_sfb[left];
684 max(pstr_core_coder->max_sfb[left], pstr_core_coder->max_sfb[right]);
691 if (pstr_core_coder->max_sfb[right] >
693 pstr_core_coder->max_sfb[right] =
829 usac_data, pstr_core_coder, &pstr_core_coder->max_sfb[ch],
849 usac_data, usac_data->coef_fix[chn], pstr_core_coder->max_sfb[ch],
866 left, pstr_core_coder->max_sfb[right] > pstr_core_coder->max_sfb[left]
867 ? pstr_core_coder->max_sfb[right]
868 : pstr_core_coder->max_sfb[left]);
875 usac_data, usac_data->coef_fix[chn], pstr_core_coder->max_sfb[ch],