HomeSort by relevance Sort by last modified time
    Searched defs:timeSlots (Results 1 - 4 of 4) sorted by null

  /external/aac/libSBRenc/src/
nf_est.h 107 INT timeSlots; /*!< Number of timeslots in a frame. */
135 INT timeSlots, /*!< Number of time slots in a frame. */
mh_det.h 142 INT timeSlots;
sbr_encoder.cpp     [all...]
  /external/aac/libSBRdec/src/
sbr_dec.cpp 119 /* Number of QMF timeslots in the overlap buffer: */
125 /* Assign timeslots to Workbuffer1 */
142 /* Number of QMF timeslots in one half of a frame (size of Workbuffer1 or 2): */
146 /* Number of QMF timeslots in the overlap buffer: */
153 /* Assign first half of timeslots to Workbuffer1 */
160 /* Assign second half of timeslots to Workbuffer2 */
355 /* Number of QMF timeslots in the overlap buffer: */
725 /* scale back (6) timeslots look ahead for hybrid filterbank to original value */
782 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */
783 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame *
    [all...]

Completed in 69 milliseconds