Home | History | Annotate | Download | only in src

Lines Matching full:slots

173  /* assign qmf time slots */
272 The spectral data is organized in so-called slots, each slot
273 containing 64 bands of complex data. The number of slots per frame is
274 dependend on the frame size. For mp3PRO, there are 18 slots per frame
275 and 6 slots per #OverlapBuffer. It is not necessary to have the slots
282 1.) Input time domain signal is located in #timeIn, the last slots
293 3.) LPP-Transposition in lppTransposer() is processed on 24 slots. During the
301 of a slot of 64 complex spectral values at a time. The first 6 slots
302 in #timeOut are filled from the results of spectral slots 0..5 in the
303 #OverlapBuffer. The consecutive slots in timeOut are now filled with
304 the results of spectral slots 6..17.
306 5.) The preprocessed slots 18..23 have to be stored in the
340 /* Number of QMF slots per frame */
343 /* assign qmf time slots */
489 Store the unmodified qmf Slots values (required for LPC filtering)
737 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */
738 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
839 /* assign qmf time slots */
891 /* overlapBuffer point to first (6) slots */
895 /* assign qmf time slots */