Home | History | Annotate | Download | only in src

Lines Matching refs:atsElem

2258     ATS_ELEMENT* atsElem = hAdjThr->adjThrStateElem[i];
2259 MINSNR_ADAPT_PARAM *msaParam = &atsElem
2263 atsElem->peMin = fMultI(POINT8, meanPe) >> 1;
2264 atsElem->peMax = fMultI(POINT6, meanPe);
2267 atsElem->chaosMeasureOld = FL2FXCONST_DBL(0.3f);
2270 atsElem->peOffset = 0;
2273 atsElem->vbrQualFactor = vbrQualFactor;
2276 atsElem->peOffset = fixMax(50, 100-fMultI((FIXP_DBL)0x666667, chBitrate));
2281 atsElem->ahParam.modifyMinSnr = TRUE;
2282 atsElem->ahParam.startSfbL = 15;
2283 atsElem->ahParam.startSfbS = 3;
2286 atsElem->ahParam.modifyMinSnr = FALSE;
2287 atsElem->ahParam.startSfbL = 0;
2288 atsElem->ahParam.startSfbS = 0;
2304 atsElem->peCorrectionFactor_m = FL2FXCONST_DBL(0.5f); /* 1.0 */
2305 atsElem->peCorrectionFactor_e = 1;
2307 atsElem->dynBitsLast = -1;
2308 atsElem->peLast = 0;
2314 &atsElem->bits2PeFactor_m,
2315 &atsElem->bits2PeFactor_e,