Lines Matching refs:PSENC_OK
115 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Create()
130 if (PSENC_OK != (error = FDKsbrEnc_CreatePSEncode(&hParametricStereo->hPsEncode))) { in PSEnc_Create()
162 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Init()
205 …if (PSENC_OK != (error = FDKsbrEnc_InitPSEncode(hParametricStereo->hPsEncode, (PS_BANDS) hPsEncCon… in PSEnc_Init()
246 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Destroy()
265 FDK_PSENC_ERROR error = PSENC_OK; in ExtractPSParameters()
277 if (PSENC_OK != (error = FDKsbrEnc_PSEncode( in ExtractPSParameters()
311 FDK_PSENC_ERROR error = PSENC_OK; in DownmixPSQmfData()
476 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_PSEnc_ParametricStereoProcessing()
519 …if(PSENC_OK != (error = ExtractPSParameters(hParametricStereo, sendHeader, &hParametricStereo->pHy… in FDKsbrEnc_PSEnc_ParametricStereoProcessing()
532 …if (PSENC_OK != (error = DownmixPSQmfData(hParametricStereo, sbrSynthQmf, downmixedRealQmfData, do… in FDKsbrEnc_PSEnc_ParametricStereoProcessing()