Lines Matching refs:subbandConfig
147 BOX_SUBBAND_CONFIG subbandConfig; member
255 const BOX_SUBBAND_CONFIG subbandConfig) { in getBoxSubbandSetup() argument
261 if (boxSubbandSetup[i].subbandConfig == subbandConfig) { in getBoxSubbandSetup()
287 static INT getNumberParameterBands(const BOX_SUBBAND_CONFIG subbandConfig) { in getNumberParameterBands() argument
288 const BOX_SUBBAND_SETUP *setup = getBoxSubbandSetup(subbandConfig); in getNumberParameterBands()
293 const BOX_SUBBAND_CONFIG subbandConfig) { in getSubband2ParameterIndex() argument
294 const BOX_SUBBAND_SETUP *setup = getBoxSubbandSetup(subbandConfig); in getSubband2ParameterIndex()
300 const BOX_SUBBAND_CONFIG subbandConfig, const INT nHybridBands, in fdk_sacenc_calcParameterBand2HybridBandOffset() argument
302 const BOX_SUBBAND_SETUP *setup = getBoxSubbandSetup(subbandConfig); in fdk_sacenc_calcParameterBand2HybridBandOffset()
326 const BOX_SUBBAND_CONFIG subbandConfig, const INT bUseCoherenceOnly) { in getIccCorrelationCoherenceBorder() argument
327 const BOX_SUBBAND_SETUP *setup = getBoxSubbandSetup(subbandConfig); in getIccCorrelationCoherenceBorder()
364 ttoBoxConfig->subbandConfig, ttoBoxConfig->bUseCoherenceIccOnly); in fdk_sacenc_initTtoBox()
367 getNumberParameterBands(ttoBoxConfig->subbandConfig); in fdk_sacenc_initTtoBox()