Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_aacpluscheck.c54 #define SBR_EXTENSION_CRC_MPEG SBR_EXTENSION_CRC
81 extension_type = ld_sbr_crc_flag ? SBR_EXTENSION_CRC : SBR_EXTENSION; in ixheaacd_check_for_sbr_payload()
86 ((extension_type == SBR_EXTENSION_CRC))) && in ixheaacd_check_for_sbr_payload()
Dixheaacd_sbrdecoder.h26 #define SBR_EXTENSION_CRC 14 macro
Dixheaacd_sbrdecoder.c393 if (ptr_bit_str_ele->extension_type == SBR_EXTENSION_CRC) { in ixheaacd_applysbr()