Home
last modified time | relevance | path

Searched refs:tsd_num_tr_slots (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_parse.c520 self->tsd_num_tr_slots = ixheaacd_read_bits_buf(bitstream, nbits_tr_slots); in ixheaacd_mps_frame_parsing()
521 self->tsd_num_tr_slots++; in ixheaacd_mps_frame_parsing()
522 self->tsd_codeword_len = tab[self->tsd_num_tr_slots - 1]; in ixheaacd_mps_frame_parsing()
563 int p = self->tsd_num_tr_slots; in ixheaacd_mps_frame_parsing()
Dixheaacd_mps_dec.h235 WORD32 tsd_num_tr_slots; member