• Home
  • Raw
  • Download

Lines Matching refs:usc

1604 static TRANSPORTDEC_ERROR configExtension(CSUsacConfig *usc,  in configExtension()  argument
1671 CSUsacConfig *usc = &asc->m_sc.m_usacConfig; in UsacRsv60DecoderConfig_Parse() local
1678 usc->m_usacNumElements = numberOfElements; in UsacRsv60DecoderConfig_Parse()
1682 usc->m_nUsacChannels = 0; in UsacRsv60DecoderConfig_Parse()
1683 usc->m_channelConfigurationIndex = asc->m_channelConfiguration; in UsacRsv60DecoderConfig_Parse()
1686 sc_chan_config = sc_chan_config_tab[usc->m_channelConfigurationIndex]; in UsacRsv60DecoderConfig_Parse()
1698 usc->element[i].usacElementType = usacElementType; in UsacRsv60DecoderConfig_Parse()
1715 if (usc->m_channelConfigurationIndex) { in UsacRsv60DecoderConfig_Parse()
1730 usc->element[i].m_noiseFilling = FDKreadBits(hBs, 1); in UsacRsv60DecoderConfig_Parse()
1732 if (usc->m_sbrRatioIndex > 0) { in UsacRsv60DecoderConfig_Parse()
1737 usc->element[i].m_harmonicSBR = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1738 usc->element[i].m_interTes = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1739 usc->element[i].m_pvc = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1743 channelElementIdx, usc->element[i].m_harmonicSBR, in UsacRsv60DecoderConfig_Parse()
1744 usc->element[i].m_stereoConfigIndex, asc->configMode, in UsacRsv60DecoderConfig_Parse()
1750 usc->m_nUsacChannels += 1; in UsacRsv60DecoderConfig_Parse()
1759 usc->element[i].m_noiseFilling = FDKreadBits(hBs, 1); in UsacRsv60DecoderConfig_Parse()
1761 if (usc->m_sbrRatioIndex > 0) { in UsacRsv60DecoderConfig_Parse()
1764 usc->element[i].m_harmonicSBR = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1765 usc->element[i].m_interTes = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1766 usc->element[i].m_pvc = FDKreadBit(hBs); in UsacRsv60DecoderConfig_Parse()
1770 usc->element[i].m_stereoConfigIndex = FDKreadBits(hBs, 2); in UsacRsv60DecoderConfig_Parse()
1776 (usc->element[i].m_stereoConfigIndex == 1 || in UsacRsv60DecoderConfig_Parse()
1777 usc->element[i].m_stereoConfigIndex == 2) in UsacRsv60DecoderConfig_Parse()
1783 channelElementIdx, usc->element[i].m_harmonicSBR, in UsacRsv60DecoderConfig_Parse()
1784 usc->element[i].m_stereoConfigIndex, asc->configMode, in UsacRsv60DecoderConfig_Parse()
1791 usc->element[i].m_stereoConfigIndex = in UsacRsv60DecoderConfig_Parse()
1794 if (usc->element[i].m_stereoConfigIndex > 0) { in UsacRsv60DecoderConfig_Parse()
1799 usc->element[i].m_stereoConfigIndex, in UsacRsv60DecoderConfig_Parse()
1800 usc->m_coreSbrFrameLengthIndex, in UsacRsv60DecoderConfig_Parse()
1811 usc->element[i].m_stereoConfigIndex = 0; in UsacRsv60DecoderConfig_Parse()
1813 usc->m_nUsacChannels += 2; in UsacRsv60DecoderConfig_Parse()
1819 usc->element[i].m_noiseFilling = 0; in UsacRsv60DecoderConfig_Parse()
1820 usc->m_nUsacChannels += 1; in UsacRsv60DecoderConfig_Parse()
1821 if (usc->m_sbrRatioIndex > 0) { in UsacRsv60DecoderConfig_Parse()
1824 usc->element[i].m_harmonicSBR = (UCHAR)0; in UsacRsv60DecoderConfig_Parse()
1825 usc->element[i].m_interTes = (UCHAR)0; in UsacRsv60DecoderConfig_Parse()
1826 usc->element[i].m_pvc = (UCHAR)0; in UsacRsv60DecoderConfig_Parse()
1830 channelElementIdx, usc->element[i].m_harmonicSBR, in UsacRsv60DecoderConfig_Parse()
1831 usc->element[i].m_stereoConfigIndex, asc->configMode, in UsacRsv60DecoderConfig_Parse()
1840 ErrorStatus = extElementConfig(&usc->element[i].extElement, hBs, cb, 0, in UsacRsv60DecoderConfig_Parse()
1855 if (usc->m_channelConfigurationIndex) { in UsacRsv60DecoderConfig_Parse()
1864 sc_chan_config.nLFE) < (INT)usc->numAudioChannels) { in UsacRsv60DecoderConfig_Parse()
2257 CSUsacConfig *usc = &asc->m_sc.m_usacConfig; in Drm_xHEAACDecoderConfig() local
2260 usc->element[elemIdx].m_stereoConfigIndex = 0; in Drm_xHEAACDecoderConfig()
2262 usc->m_usacNumElements = 1; /* Currently all extension elements are skipped in Drm_xHEAACDecoderConfig()
2267 usc->element[elemIdx].usacElementType = ID_USAC_SCE; in Drm_xHEAACDecoderConfig()
2268 usc->m_nUsacChannels = 1; in Drm_xHEAACDecoderConfig()
2269 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig()
2270 if (usc->m_sbrRatioIndex > 0) { in Drm_xHEAACDecoderConfig()
2275 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2276 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2277 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2281 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig()
2282 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
2290 usc->element[elemIdx].usacElementType = ID_USAC_CPE; in Drm_xHEAACDecoderConfig()
2291 usc->m_nUsacChannels = 2; in Drm_xHEAACDecoderConfig()
2292 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig()
2293 if (usc->m_sbrRatioIndex > 0) { in Drm_xHEAACDecoderConfig()
2294 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2295 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2296 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2300 usc->element[elemIdx].m_stereoConfigIndex = FDKreadBits(hBs, 2); in Drm_xHEAACDecoderConfig()
2311 if ((usc->element[elemIdx].m_stereoConfigIndex > 1) && in Drm_xHEAACDecoderConfig()
2312 usc->element[elemIdx].m_harmonicSBR) { in Drm_xHEAACDecoderConfig()
2322 if ((usc->m_sbrRatioIndex == 1) && in Drm_xHEAACDecoderConfig()
2323 (usc->element[elemIdx].m_stereoConfigIndex != 1)) { in Drm_xHEAACDecoderConfig()
2331 (usc->element[elemIdx].m_stereoConfigIndex == 1 || in Drm_xHEAACDecoderConfig()
2332 usc->element[elemIdx].m_stereoConfigIndex == 2) in Drm_xHEAACDecoderConfig()
2339 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig()
2340 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
2346 if (usc->element[elemIdx].m_stereoConfigIndex > 0) { in Drm_xHEAACDecoderConfig()
2352 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
2353 usc->m_coreSbrFrameLengthIndex, 0, /* don't know the length */ in Drm_xHEAACDecoderConfig()