Home | History | Annotate | Download | only in src

Lines Matching full:detectionvectors

530                              UCHAR **detectionVectors,
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i];
605 detectionVectors[est][i+1] = 0;
613 detectionVectors[est][i] = 0;
624 detectionVectors[est][i+1] = 0;
633 detectionVectors[est][i] = 0;
645 detectionVectors,
797 UCHAR **detectionVectors,
841 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR));
844 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR));
854 detectionVectors[est],
870 detectionVectors[est],
884 detectionVectors,
1073 UCHAR ** detectionVectors = h_sbrMHDet->detectionVectors;
1147 detectionVectors,
1199 UCHAR* detectionVectors = GetRam_Sbr_detectionVectors(chan);
1212 hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS);
1284 FDKmemclear (hs->detectionVectors[i],sizeof(UCHAR)*MAX_FREQ_COEFFS);
1320 FreeRam_Sbr_detectionVectors(&hs->detectionVectors[0]);