Searched defs:tmpInst (Results 1 - 1 of 1) sorted by relevance
/external/aac/libDRCdec/src/ |
H A D | drcDec_reader.cpp | 1583 DRC_INSTRUCTIONS_UNI_DRC tmpInst; local 1584 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); 1585 err = _readDrcInstructionsUniDrc(hBs, 1, hUniDrcConfig, &tmpInst); 1589 diff |= (FDKmemcmp(&tmpInst, 1592 hUniDrcConfig->drcInstructionsUniDrc[offset + i] = tmpInst; 1742 DRC_INSTRUCTIONS_UNI_DRC tmpInst; local 1743 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); 1744 err = _readDrcInstructionsUniDrc(hBs, 0, hUniDrcConfig, &tmpInst); 1748 diff |= (FDKmemcmp(&tmpInst, &(hUniDrcConfig->drcInstructionsUniDrc[i]), 1750 hUniDrcConfig->drcInstructionsUniDrc[i] = tmpInst; [all...] |
Completed in 140 milliseconds