Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/include/
Dtp_data.h173 UCHAR MatrixMixdownIndex; member
/external/aac/libMpegTPEnc/include/
Dtp_data.h173 UCHAR MatrixMixdownIndex; member
/external/aac/libAACdec/src/
Daacdecoder.cpp1759 asc->m_progrConfigElement.MatrixMixdownIndex, in CAacDecoder_Init()
3094 pce->MatrixMixdownIndex, pce->PseudoSurroundEnable); in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp295 pPce->MatrixMixdownIndex = (UCHAR)FDKreadBits(bs, 2); in CProgramConfig_Read()