Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp841 SCHAR* pDataVec[2] = {NULL, NULL}; in EcDataPairDec() local
919 pDataVec[0] = aaDataPair[0]; in EcDataPairDec()
920 pDataVec[1] = aaDataPair[1]; in EcDataPairDec()
923 pDataVec[0] = aaDataPair[0]; in EcDataPairDec()
924 pDataVec[1] = NULL; in EcDataPairDec()
928 err = pcm_decode(strm, pDataVec[0], pDataVec[1], quant_offset, numValPcm, in EcDataPairDec()
935 pDataVec[0] = aaDataDiff[0]; in EcDataPairDec()
936 pDataVec[1] = aaDataDiff[1]; in EcDataPairDec()
938 pDataVec[0] = aaDataDiff[0]; in EcDataPairDec()
939 pDataVec[1] = NULL; in EcDataPairDec()
[all …]