Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c393 WORD32 crc_bits = 0; in ixheaacd_applysbr() local
396 crc_bits = (((ptr_bit_str_ele->size_payload - 1) << 3) + in ixheaacd_applysbr()
399 if (crc_bits < 0) { in ixheaacd_applysbr()
404 frame_status = ixheaacd_sbr_crccheck(it_bit_buff, crc_bits); in ixheaacd_applysbr()