Home | History | Annotate | Download | only in lib

Lines Matching defs:de

780   float de, coeffi, cx;/* AoTuV */
807 de = 1.0-((val-coeffi)*0.005*cx);
814 if(de < 0) de = 0.0001;
818 de = 1.0-((val-coeffi)*0.0003*cx);
824 mdct[i] *= de;
1023 float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */
1163 float derate = (1.0 - de*((float)(j-limit+i) / (float)(n-limit)));