Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp843 SCHAR* pDataVec[2] = {NULL, NULL}; in EcDataPairDec() local
921 pDataVec[0] = aaDataPair[0]; in EcDataPairDec()
922 pDataVec[1] = aaDataPair[1]; in EcDataPairDec()
925 pDataVec[0] = aaDataPair[0]; in EcDataPairDec()
926 pDataVec[1] = NULL; in EcDataPairDec()
930 err = pcm_decode(strm, pDataVec[0], pDataVec[1], quant_offset, numValPcm, in EcDataPairDec()
937 pDataVec[0] = aaDataDiff[0]; in EcDataPairDec()
938 pDataVec[1] = aaDataDiff[1]; in EcDataPairDec()
940 pDataVec[0] = aaDataDiff[0]; in EcDataPairDec()
941 pDataVec[1] = NULL; in EcDataPairDec()
[all …]