Searched refs:fcount (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
D | analog_agc.c | 145 (stt->fcount + 1)); in WebRtcAgc_AddMic() 166 (stt->fcount + 1)); in WebRtcAgc_AddMic() 183 (stt->fcount + 1)); in WebRtcAgc_AddMic() 345 stt->fcount); in WebRtcAgc_AddFarend() 357 stt->fcount); in WebRtcAgc_AddFarend() 369 stt->fcount); in WebRtcAgc_AddFarend() 379 stt->fcount + 1); in WebRtcAgc_AddFarend() 659 stt->fcount, stt->micVol); in WebRtcAgc_ZeroCtrl() 771 fprintf(stt->fpt, "\tAGC->ProcessAnalog, frame %d: micLvl > maxAnalog\n", stt->fcount); in WebRtcAgc_ProcessAnalog() 777 fprintf(stt->fpt, "\tAGC->ProcessAnalog, frame %d: micLvl < minLevel\n", stt->fcount); in WebRtcAgc_ProcessAnalog() [all …]
|
D | analog_agc.h | 127 WebRtc_Word32 fcount; member
|
/external/valgrind/main/callgrind/ |
D | callgrind_control.in | 441 %fcount = (); 463 $fcount{$ctid} = 0; 465 $fcount{$ctid}++; 466 $func{$ctid,$fcount{$ctid}} = $3; 470 $calls{$ctid,$fcount{$ctid}} = $3; 474 $events{$ctid,$fcount{$ctid}} = line_to_CC($3); 538 $i = $fcount{$tid};
|
/external/clang/test/CodeGenCXX/ |
D | array-construction.cpp | 10 static float fcount; variable 14 xpto() : i(count++), f(fcount++) { in xpto()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 336 int fcount = 0; in computeSUID() local 344 …fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this)… in computeSUID() 347 if (fcount > 0) in computeSUID() 349 Arrays.sort (fds, 0, fcount); in computeSUID() 350 for (int i = 0; i < fcount; ++ i) in computeSUID()
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
D | align.m | 92 %plot([thedelay,thedelay],[min(fcount(:,i)),max(fcount(:,i))],'r');
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
D | compsup.m | 110 fcount=zeros(1+maxDelayb,nb); 207 fcount(:,i)=sum(bcount(:,max(1,i-histLenb+1):i),2); % using the history range
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
D | aecm_core.c | 490 WebRtc_Word16 fcount[MAX_DELAY]; in WebRtcAecm_EstimateDelay() local 562 fcount[i] = (aecm->medianBCount[i]); in WebRtcAecm_EstimateDelay() 566 minpos = WebRtcSpl_MinIndexW16(fcount, MAX_DELAY); in WebRtcAecm_EstimateDelay()
|