Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_parse.c430 frame->bs_smooth_mode[ps] = ixheaacd_read_bits_buf(bitstream, 2); in ixheaacd_mps_frame_parsing()
431 if (frame->bs_smooth_mode[ps] >= 2) { in ixheaacd_mps_frame_parsing()
434 if (frame->bs_smooth_mode[ps] == 3) { in ixheaacd_mps_frame_parsing()
448 frame->bs_smooth_mode[ps] = 0; in ixheaacd_mps_frame_parsing()
868 switch (frame->bs_smooth_mode[ps]) { in ixheaacd_mps_dec_and_mapframesmg()
Dixheaacd_mps_dec.h145 WORD32 bs_smooth_mode[MAX_PARAMETER_SETS_MPS]; member