Lines Matching refs:DRCDEC_SELECTION
249 } DRCDEC_SELECTION; typedef
321 DRCDEC_SELECTION* pSelection);
324 DRCDEC_SELECTION* pSelection, DRCDEC_SELECTION_DATA* pDataIn);
326 static int _drcdec_selection_clear(DRCDEC_SELECTION* pSelection);
328 static int _drcdec_selection_getNumber(DRCDEC_SELECTION* pSelection);
330 static int _drcdec_selection_setNumber(DRCDEC_SELECTION* pSelection, int num);
333 DRCDEC_SELECTION* pSelection, int at);
335 static int _swapSelectionAndClear(DRCDEC_SELECTION** ppCandidatesPotential,
336 DRCDEC_SELECTION** ppCandidatesSelected);
338 static int _swapSelection(DRCDEC_SELECTION** ppCandidatesPotential,
339 DRCDEC_SELECTION** ppCandidatesSelected);
354 DRCDEC_SELECTION** ppCandidatesPotential,
355 DRCDEC_SELECTION** ppCandidatesSelected, SEL_PROC_CODEC_MODE codecMode);
358 DRCDEC_SELECTION* pCandidatesPotential,
359 DRCDEC_SELECTION* pCandidatesSelected);
377 DRCDEC_SELECTION** ppCandidatesPotential,
378 DRCDEC_SELECTION** ppCandidatesSelected);
382 DRCDEC_SELECTION** ppCandidatesPotential,
383 DRCDEC_SELECTION** ppCandidatesSelected, SEL_PROC_CODEC_MODE codecMode);
420 DRCDEC_SELECTION* pCandidatesPotential,
421 DRCDEC_SELECTION* pCandidatesSelected);
433 DRCDEC_SELECTION
664 DRCDEC_SELECTION* pCandidatesSelected; in drcDec_SelectionProcess_Process()
665 DRCDEC_SELECTION* pCandidatesPotential; in drcDec_SelectionProcess_Process()
1088 DRCDEC_SELECTION* pCandidatesPotential, in _preSelectionRequirement8()
1089 DRCDEC_SELECTION* pCandidatesSelected, SEL_PROC_CODEC_MODE codecMode) { in _preSelectionRequirement8()
1200 SEL_PROC_INPUT* hSelProcInput, DRCDEC_SELECTION* pCandidatesPotential, in _preSelectionRequirement9()
1201 DRCDEC_SELECTION* pCandidatesSelected) { in _preSelectionRequirement9()
1223 DRCDEC_SELECTION* pCandidatesPotential, in _drcSetPreSelectionSingleInstruction()
1224 DRCDEC_SELECTION* pCandidatesSelected, SEL_PROC_CODEC_MODE codecMode) { in _drcSetPreSelectionSingleInstruction()
1259 SEL_PROC_INPUT* hSelProcInput, DRCDEC_SELECTION* pCandidatesPotential, in _drcSetSelectionAddCandidates()
1260 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetSelectionAddCandidates()
1367 HANDLE_UNI_DRC_CONFIG hUniDrcConfig, DRCDEC_SELECTION* pCandidatesPotential, in _selectDrcSetEffectNone()
1368 DRCDEC_SELECTION* pCandidatesSelected) { in _selectDrcSetEffectNone()
1387 DRCDEC_SELECTION* pCandidatesPotential, in _selectSingleEffectType()
1388 DRCDEC_SELECTION* pCandidatesSelected) { in _selectSingleEffectType()
1432 DRCDEC_SELECTION** ppCandidatesPotential, in _selectEffectTypeFeature()
1433 DRCDEC_SELECTION** ppCandidatesSelected) { in _selectEffectTypeFeature()
1474 int albumMode, DRCDEC_SELECTION* pCandidatesPotential, in _selectDynamicRange()
1475 DRCDEC_SELECTION* ppCandidatesSelected) { in _selectDynamicRange()
1525 DRCDEC_SELECTION** ppCandidatesPotential, in _selectSingleDrcCharacteristic()
1526 DRCDEC_SELECTION** ppCandidatesSelected) { in _selectSingleDrcCharacteristic()
1593 DRCDEC_SELECTION** ppCandidatesPotential, in _selectDrcCharacteristic()
1594 DRCDEC_SELECTION** ppCandidatesSelected) { in _selectDrcCharacteristic()
1632 DRCDEC_SELECTION* pCandidatesPotential, in _drcSetFinalSelection_peakValue0()
1633 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetFinalSelection_peakValue0()
1652 DRCDEC_SELECTION** ppCandidatesPotential, in _drcSetFinalSelection_downmixId()
1653 DRCDEC_SELECTION** ppCandidatesSelected) { in _drcSetFinalSelection_downmixId()
1698 DRCDEC_SELECTION* pCandidatesPotential, in _drcSetFinalSelection_effectTypes()
1699 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetFinalSelection_effectTypes()
1743 DRCDEC_SELECTION* pCandidatesPotential, in _selectSmallestTargetLoudnessValueUpper()
1744 DRCDEC_SELECTION* pCandidatesSelected) { in _selectSmallestTargetLoudnessValueUpper()
1778 FIXP_DBL targetLoudness, DRCDEC_SELECTION* pCandidatesPotential, in _drcSetFinalSelection_targetLoudness()
1779 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetFinalSelection_targetLoudness()
1830 DRCDEC_SELECTION* pCandidatesPotential, in _drcSetFinalSelection_peakValueLargest()
1831 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetFinalSelection_peakValueLargest()
1865 DRCDEC_SELECTION* pCandidatesPotential, in _drcSetFinalSelection_drcSetId()
1866 DRCDEC_SELECTION* pCandidatesSelected) { in _drcSetFinalSelection_drcSetId()
1897 DRCDEC_SELECTION** ppCandidatesPotential, in _drcSetFinalSelection()
1898 DRCDEC_SELECTION** ppCandidatesSelected, SEL_PROC_CODEC_MODE codecMode) { in _drcSetFinalSelection()
2225 DRCDEC_SELECTION** ppCandidatesPotential, in _drcSetPreSelection()
2226 DRCDEC_SELECTION** ppCandidatesSelected, SEL_PROC_CODEC_MODE codecMode) { in _drcSetPreSelection()
2257 DRCDEC_SELECTION** ppCandidatesPotential, in _drcSetRequestSelection()
2258 DRCDEC_SELECTION** ppCandidatesSelected) { in _drcSetRequestSelection()
2379 DRCDEC_SELECTION* pSelection) { in _drcdec_selection_addNew()
2392 DRCDEC_SELECTION* pSelection, DRCDEC_SELECTION_DATA* pDataIn) { in _drcdec_selection_add()
2403 static int _drcdec_selection_clear(DRCDEC_SELECTION* pSelection) { in _drcdec_selection_clear()
2407 static int _drcdec_selection_getNumber(DRCDEC_SELECTION* pSelection) { in _drcdec_selection_getNumber()
2411 static int _drcdec_selection_setNumber(DRCDEC_SELECTION* pSelection, int num) { in _drcdec_selection_setNumber()
2420 DRCDEC_SELECTION* pSelection, int at) { in _drcdec_selection_getAt()
2428 static int _swapSelectionAndClear(DRCDEC_SELECTION** ppCandidatesPotential, in _swapSelectionAndClear()
2429 DRCDEC_SELECTION** ppCandidatesSelected) { in _swapSelectionAndClear()
2430 DRCDEC_SELECTION* pTmp = *ppCandidatesPotential; in _swapSelectionAndClear()
2437 static int _swapSelection(DRCDEC_SELECTION** ppCandidatesPotential, in _swapSelection()
2438 DRCDEC_SELECTION** ppCandidatesSelected) { in _swapSelection()
2439 DRCDEC_SELECTION* pTmp = *ppCandidatesPotential; in _swapSelection()
3035 DRCDEC_SELECTION* pCandidatesPotential, in _selectAlbumLoudness()
3036 DRCDEC_SELECTION* pCandidatesSelected) { in _selectAlbumLoudness()