Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_parse.c503 frame->bs_smooth_mode[ps] = ixheaacd_read_bits_buf(bitstream, 2); in ixheaacd_mps_frame_parsing()
504 if (frame->bs_smooth_mode[ps] >= 2) { in ixheaacd_mps_frame_parsing()
507 if (frame->bs_smooth_mode[ps] == 3) { in ixheaacd_mps_frame_parsing()
521 frame->bs_smooth_mode[ps] = 0; in ixheaacd_mps_frame_parsing()
845 frame->bs_smooth_mode[ps] = ixheaacd_read_bits_buf(it_bit_buff, 2); in ixheaacd_ld_mps_frame_parsing()
846 if (frame->bs_smooth_mode[ps] >= 2) { in ixheaacd_ld_mps_frame_parsing()
849 if (frame->bs_smooth_mode[ps] == 3) { in ixheaacd_ld_mps_frame_parsing()
1185 switch (frame->bs_smooth_mode[ps]) { in ixheaacd_mps_dec_and_mapframesmg()
Dixheaacd_mps_bitdec.c1005 frame->bs_smooth_mode[ps] = ixheaacd_read_bits_buf(mps_bit_buf, 2); in ixheaacd_parse_frame()
1006 if (frame->bs_smooth_mode[ps] > 3 || frame->bs_smooth_mode[ps] < 0) { in ixheaacd_parse_frame()
1009 if (frame->bs_smooth_mode[ps] >= 2) { in ixheaacd_parse_frame()
1012 if (frame->bs_smooth_mode[ps] == 3) { in ixheaacd_parse_frame()
1827 switch (frame->bs_smooth_mode[ps]) { in ixheaacd_decode_and_map_frame_smg()
Dixheaacd_mps_dec.h179 WORD32 bs_smooth_mode[MAX_PARAMETER_SETS_MPS]; member
646 WORD32 bs_smooth_mode[MAX_PARAMETER_SETS]; member