Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/include/
Dtp_data.h172 UCHAR MatrixMixdownIndexPresent; member
/external/aac/libMpegTPEnc/include/
Dtp_data.h172 UCHAR MatrixMixdownIndexPresent; member
/external/aac/libAACdec/src/
Daacdecoder.cpp1758 self->hPcmUtils, asc->m_progrConfigElement.MatrixMixdownIndexPresent, in CAacDecoder_Init()
3093 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp294 if ((pPce->MatrixMixdownIndexPresent = (UCHAR)FDKreadBits(bs, 1)) != 0) { in CProgramConfig_Read()