Lines Matching refs:time_slots
374 if (self->time_slots == 32) in ixheaacd_mps_frame_parsing()
376 else if (self->time_slots == 64) in ixheaacd_mps_frame_parsing()
384 self->param_slots[0] = self->time_slots - 1; in ixheaacd_mps_frame_parsing()
479 self->time_slots); in ixheaacd_mps_frame_parsing()
480 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_frame_parsing()
512 if (self->time_slots == 32) { in ixheaacd_mps_frame_parsing()
515 } else if (self->time_slots == 64) { in ixheaacd_mps_frame_parsing()
565 for (i = 0; i < self->time_slots; i++) self->bs_tsd_sep_data[i] = 0; in ixheaacd_mps_frame_parsing()
567 for (k = self->time_slots - 1; k >= 0; k--) { in ixheaacd_mps_frame_parsing()
594 for (i = 0; i < self->time_slots; i++) { in ixheaacd_mps_frame_parsing()
957 if (self->param_slots[self->num_parameter_sets - 1] != self->time_slots - 1) { in ixheaacd_mps_frame_decode()
969 self->param_slots[self->num_parameter_sets - 1] = self->time_slots - 1; in ixheaacd_mps_frame_decode()
986 self->time_slots = self->frame_length; in ixheaacd_mps_header_decode()
987 self->frame_len = self->time_slots * self->qmf_band_count; in ixheaacd_mps_header_decode()