Searched refs:FIXP_HTB (Results 1 – 1 of 1) sorted by relevance
128 #define FIXP_HTB FIXP_SGL /* SGL data type. */ macro133 #define FIXP_HTB FIXP_DBL /* SGL data type. */ macro175 static const FIXP_HTB HybFilterCoef2[3] = {FL2FXCONST_HTB(0.01899487526049f),179 static const FIXP_HTB HybFilterCoef4[13] = {FL2FXCONST_HTB(-0.00305151927305f),518 const FIXP_HTB f0 = HybFilterCoef2[0]; /* corresponds to p1 and p11 */ in dualChannelFiltering()519 const FIXP_HTB f1 = HybFilterCoef2[1]; /* corresponds to p3 and p9 */ in dualChannelFiltering()520 const FIXP_HTB f2 = HybFilterCoef2[2]; /* corresponds to p5 and p7 */ in dualChannelFiltering()553 const FIXP_HTB *p = HybFilterCoef4; in fourChannelFiltering()