Searched refs:Frequency (Results 1 – 11 of 11) sorted by relevance
94 LVM_UINT16 Frequency = pFilterDefinition->Frequency; in LVEQNB_DoublePrecCoefs() local117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVEQNB_DoublePrecCoefs()224 LVM_UINT16 Frequency = pFilterDefinition->Frequency; in LVEQNB_SinglePrecCoefs() local248 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVEQNB_SinglePrecCoefs()
158 … fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters()378 … if((pInstance->pBandDefinitions[i].Frequency != pParams->pBandDefinition[i].Frequency )|| in LVEQNB_Control()
493 LVM_UINT16 Frequency = pFilterParams->CenterFrequency; in LVPSA_BPSinglePrecCoefs() local500 T0 = (LVM_INT32)Frequency * LVPSA_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPSinglePrecCoefs()615 LVM_UINT16 Frequency = pFilterParams->CenterFrequency; in LVPSA_BPDoublePrecCoefs() local622 T0 = (LVM_INT32)Frequency * LVPSA_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */ in LVPSA_BPDoublePrecCoefs()
4006 pC->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4MCS_setOutputParams()4018 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()4023 pC->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4MCS_setOutputParams()4027 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()4031 pC->AudioEncParams.Frequency = M4ENCODER_k22050Hz; in M4MCS_setOutputParams()4035 pC->AudioEncParams.Frequency = M4ENCODER_k24000Hz; in M4MCS_setOutputParams()4039 pC->AudioEncParams.Frequency = M4ENCODER_k32000Hz; in M4MCS_setOutputParams()4043 pC->AudioEncParams.Frequency = M4ENCODER_k44100Hz; in M4MCS_setOutputParams()4047 pC->AudioEncParams.Frequency = M4ENCODER_k48000Hz; in M4MCS_setOutputParams()4081 pC->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4MCS_setOutputParams()[all …]
1873 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4VSS3GPP_intCreateAudioEncoder()1890 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k8000Hz; in M4VSS3GPP_intCreateAudioEncoder()1894 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k16000Hz; in M4VSS3GPP_intCreateAudioEncoder()1898 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k22050Hz; in M4VSS3GPP_intCreateAudioEncoder()1902 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k24000Hz; in M4VSS3GPP_intCreateAudioEncoder()1906 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k32000Hz; in M4VSS3GPP_intCreateAudioEncoder()1910 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k44100Hz; in M4VSS3GPP_intCreateAudioEncoder()1914 pC_ewc->AudioEncParams.Frequency = M4ENCODER_k48000Hz; in M4VSS3GPP_intCreateAudioEncoder()
141 if(((pParams->pEQNB_BandDefinition[i].Frequency < LVM_EQNB_MIN_BAND_FREQ) || in LVM_SetControlParameters()142 (pParams->pEQNB_BandDefinition[i].Frequency > LVM_EQNB_MAX_BAND_FREQ)) || in LVM_SetControlParameters()457 …if((pParams->pEQNB_BandDefinition[ii].Frequency >= pInstance->HeadroomParams.pHeadroomDefinition[j… in LVM_SetHeadroom()458 …(pParams->pEQNB_BandDefinition[ii].Frequency <= pInstance->HeadroomParams.pHeadroomDefinition[jj].… in LVM_SetHeadroom()
370 pParams->Frequency, pParams->ChannelNum, pParams->Bitrate, in VideoEditorAudioEncoder_open()374 pEncoderContext->mCodecParams->Frequency = pParams->Frequency; in VideoEditorAudioEncoder_open()408 (int32_t)pEncoderContext->mCodecParams->Frequency); in VideoEditorAudioEncoder_open()
246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
186 M4ENCODER_SamplingFrequency Frequency; /**< the sampling frequency */ member
247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ member
662 BandDefs[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in LvmBundle_init()1263 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerLimitBandLevels()1358 int32_t Frequency =0; in EqualizerGetCentreFrequency() local1370 Frequency = (int32_t)BandDef[band].Frequency*1000; // Convert to millibels in EqualizerGetCentreFrequency()1374 return Frequency; in EqualizerGetCentreFrequency()