Lines Matching defs:coefset
459 vortex_EqHw_Program10Band(vortex_t * vortex, auxxEqCoeffSet_t * coefset)
464 vortex_EqHw_SetLeftCoefs(vortex, coefset->LeftCoefs);
465 vortex_EqHw_SetRightCoefs(vortex, coefset->RightCoefs);
467 vortex_EqHw_SetLeftGainsCurrent(vortex, coefset->LeftGains);
469 vortex_EqHw_SetRightGainsTarget(vortex, coefset->RightGains);
470 vortex_EqHw_SetLeftGainsTarget(vortex, coefset->LeftGains);
472 vortex_EqHw_SetRightGainsCurrent(vortex, coefset->RightGains);
653 memcpy(&(eq->coefset), &asEqCoefsNormal, sizeof(auxxEqCoeffSet_t));
674 return (&(eq->coefset));
703 vortex_EqHw_Program10Band(vortex, &(eq->coefset));