Mixxx

SampleUtil Member List

This is the complete list of members for SampleUtil, including all inherited members.
add2WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, int iNumSamples)SampleUtil [static]
add3WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, int iNumSamples)SampleUtil [static]
addWithGain(CSAMPLE *pDest, const CSAMPLE *pSrc, CSAMPLE gain, int iNumSamples)SampleUtil [static]
alloc(int size)SampleUtil [static]
applyAlternatingGain(CSAMPLE *pBuffer, CSAMPLE gain1, CSAMPLE gain2, int iNumSamples)SampleUtil [static]
applyGain(CSAMPLE *pBuffer, CSAMPLE gain, int iNumSamples)SampleUtil [static]
convert(CSAMPLE *pDest, const SAMPLE *pSrc, int iNumSamples)SampleUtil [static]
copy2WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, int iNumSamples)SampleUtil [static]
copy3WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, int iNumSamples)SampleUtil [static]
copy4WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, const CSAMPLE *pSrc4, CSAMPLE gain4, int iNumSamples)SampleUtil [static]
copy5WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, const CSAMPLE *pSrc4, CSAMPLE gain4, const CSAMPLE *pSrc5, CSAMPLE gain5, int iNumSamples)SampleUtil [static]
copy6WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, const CSAMPLE *pSrc4, CSAMPLE gain4, const CSAMPLE *pSrc5, CSAMPLE gain5, const CSAMPLE *pSrc6, CSAMPLE gain6, int iNumSamples)SampleUtil [static]
copy7WithGain(CSAMPLE *pDest, const CSAMPLE *pSrc1, CSAMPLE gain1, const CSAMPLE *pSrc2, CSAMPLE gain2, const CSAMPLE *pSrc3, CSAMPLE gain3, const CSAMPLE *pSrc4, CSAMPLE gain4, const CSAMPLE *pSrc5, CSAMPLE gain5, const CSAMPLE *pSrc6, CSAMPLE gain6, const CSAMPLE *pSrc7, CSAMPLE gain7, int iNumSamples)SampleUtil [static]
copyClampBuffer(CSAMPLE fMax, CSAMPLE fMin, CSAMPLE *pDest, const CSAMPLE *pSrc, int iNumSamples)SampleUtil [static]
copyWithGain(CSAMPLE *pDest, const CSAMPLE *pSrc, CSAMPLE gain, int iNumSamples)SampleUtil [static]
deinterleaveBuffer(CSAMPLE *pDest1, CSAMPLE *pDest2, const CSAMPLE *pSrc, int iNumSamples)SampleUtil [static]
free(CSAMPLE *pBuffer)SampleUtil [static]
interleaveBuffer(CSAMPLE *pDest, const CSAMPLE *pSrc1, const CSAMPLE *pSrc2, int iNumSamples)SampleUtil [static]
isOutsideRange(CSAMPLE fMax, CSAMPLE fMin, const CSAMPLE *pBuffer, int iNumSamples)SampleUtil [static]
setOptimizations(bool opt)SampleUtil [static]
sumAbsPerChannel(CSAMPLE *pfAbsL, CSAMPLE *pfAbsR, const CSAMPLE *pBuffer, int iNumSamples)SampleUtil [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines