Searched refs:previous_element_index (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1136 UCHAR previous_element_index = 0; /* Canonical index of last element */ in CAacDecoder_DecodeFrame() local 1212 &previous_element_index, in CAacDecoder_DecodeFrame() 1247 previous_element_index in CAacDecoder_DecodeFrame() 1318 &previous_element_index, in CAacDecoder_DecodeFrame() 1351 &previous_element_index, in CAacDecoder_DecodeFrame() 1423 …atus = CAacDecoder_ExtPayloadParse(self, bs, &bitCnt, previous_element, previous_element_index, 1); in CAacDecoder_DecodeFrame() 1471 …atus = CAacDecoder_ExtPayloadParse(self, bs, &bitCnt, previous_element, previous_element_index, 0); in CAacDecoder_DecodeFrame()
|