Home
last modified time | relevance | path

Searched refs:guideVectorDetected (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp808 FDKmemclear(guideVectors[start - 1].guideVectorDetected, in detectionWithPrediction()
824 FDKmemcpy(guideVectors[est].guideVectorDetected, in detectionWithPrediction()
835 FDKmemclear(guideVectors[est + 1].guideVectorDetected, in detectionWithPrediction()
845 FDKmemclear(guideVectors[est].guideVectorDetected, nSfb * sizeof(UCHAR)); in detectionWithPrediction()
869 FDKmemcpy(guideVectors[0].guideVectorDetected, pAddHarmSfb, in detectionWithPrediction()
1124 UCHAR *guideVectorDetected = GetRam_Sbr_guideVectorDetected(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1133 if ((NULL == detectionVectors) || (NULL == guideVectorDetected) || in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1145 hs->guideVectors[i].guideVectorDetected = in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1146 guideVectorDetected + (i * MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1155 hs->guideVectors[0].guideVectorDetected = guideVectorDetected; in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
[all …]
Dmh_det.h150 UCHAR *guideVectorDetected; member