Home
last modified time | relevance | path

Searched refs:nTimeSlots (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
Dtran_det.cpp810 h_sbrFastTransientDetector->nTimeSlots = time_slots_per_frame; in FDKsbrEnc_InitSbrFastTransientDetector()
812 buff_size = h_sbrFastTransientDetector->nTimeSlots + h_sbrFastTransientDetector->lookahead; in FDKsbrEnc_InitSbrFastTransientDetector()
916 const int nTimeSlots = h_sbrFastTransientDetector->nTimeSlots; in FDKsbrEnc_fastTransientDetect() local
936 FDKmemclear(transientCandidates+lookahead, nTimeSlots*sizeof(int)); in FDKsbrEnc_fastTransientDetect()
938 for(timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) { in FDKsbrEnc_fastTransientDetect()
1011 for(timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) { in FDKsbrEnc_fastTransientDetect()
1031 for(timeSlot = 0; timeSlot < nTimeSlots; timeSlot++) { in FDKsbrEnc_fastTransientDetect()
1051 for(timeSlot = nTimeSlots; timeSlot < nTimeSlots + lookahead; timeSlot++) { in FDKsbrEnc_fastTransientDetect()
1059 transientCandidates[timeSlot] = transientCandidates[nTimeSlots + timeSlot]; in FDKsbrEnc_fastTransientDetect()
1062 energy_timeSlots[timeSlot] = energy_timeSlots[nTimeSlots + timeSlot]; in FDKsbrEnc_fastTransientDetect()
[all …]
Dtran_det.h127 INT nTimeSlots; member
Dfram_gen.cpp1799 createDefFrameInfo(HANDLE_SBR_FRAME_INFO hSbrFrameInfo, INT nEnv, INT nTimeSlots) in createDefFrameInfo() argument
1803 switch (nTimeSlots) { in createDefFrameInfo()
1824 switch (nTimeSlots) { in createDefFrameInfo()
1845 switch (nTimeSlots) { in createDefFrameInfo()