Searched refs:IIR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioTimeIntervalFilter.cpp207 #pragma mark IIR
259 IIR( &mFilteredSnapshot, U128(rawSnapshot) << mIIRCoef, mIIRCoef );
266 IIR( &mFilteredOffset, raw_offset, mIIRCoef );
271 IIR( &mFilteredSnapshot, U128(rawSnapshot) << mIIRCoef, mIIRCoef );
275 IIR( &mFilteredOffset, raw_offset, mIIRCoef );
285 void IOAudioTimeIntervalFilterIIR::IIR(U128* filterVal, U128 input, int shift) function in class:IOAudioTimeIntervalFilterIIR
289 // IIR of the form:
H A DIOAudioTimeIntervalFilter.h140 @abstract A concrete IOAudioTimeIntervalFilter class that provides an IIR-based filtered timeline based on snapshots from jittery time captures
150 @abstract Construct a new instance of the IIR TimeFilter class
153 @param filterCoef IIR filter coefficient. Increase this number for more aggressive smoothing
175 virtual void IIR(U128* filterVal, U128 input, int shiftAmount);
197 @abstract Construct a new instance of the IIR TimeFilter class
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Di370-opc.c440 #define IIR I370_OPCODE_ESA390_IR
450 #define I390 IBF | IBS | ICK | ICM | IIR | IFX | IHX | IMI | IPC | IPL | IQR | IRP | ISA | ISG | ISR | ITR | I370_OPCODE_ESA390
620 { "msr", 4, {{RRE(0xb252,0,0), 0}}, {{RRE_MASK, 0}}, IIR, {RRE_R1, RRE_R2} },
705 { "ms", 4, {{RX(0x71,0,0,0,0), 0}}, {{RX_MASK, 0}}, IIR, {RX_R1, RX_D2, RX_X2, RX_B2} },
789 { "brxh", 4, {{RSI(0x84,0,0,0), 0}}, {{RSI_MASK, 0}}, IIR, {RSI_R1, RSI_R3, RSI_I2} },
790 { "brxle", 4, {{RSI(0x85,0,0,0), 0}}, {{RSI_MASK, 0}}, IIR, {RSI_R1, RSI_R3, RSI_I2} },
793 { "ahi", 4, {{RI(0xa7a,0,0), 0}}, {{RI_MASK, 0}}, IIR, {RI_R1, RI_I2} },
794 { "bras", 4, {{RI(0xa75,0,0), 0}}, {{RI_MASK, 0}}, IIR, {RI_R1, RI_I2} },
795 { "brc", 4, {{RI(0xa74,0,0), 0}}, {{RI_MASK, 0}}, IIR, {RI_R1, RI_I2} },
796 { "brct", 4, {{RI(0xa76,0,0), 0}}, {{RI_MASK, 0}}, IIR, {RI_R
435 #define IIR macro
[all...]

Completed in 79 milliseconds