HomeSort by relevance Sort by last modified time
    Searched refs:timeSlot (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRenc/src/
tran_det.cpp 310 Its time resolution is only 1 SBR-timeslot and its frequency resolution
599 /* Copy one timeslot and de-scale and de-squish */
    [all...]
  /external/aac/libSBRdec/src/
pvc_dec.h 229 * \param[in] timeSlot Number of current SBR time slot (0..15)
234 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot,
pvc_dec.cpp 454 was a change in cross-over FQ the value of first PVC SBR timeslot is
520 /* Within one timeslot ( i = [0...(RATE-1)] QMF subsamples) calculate energy
664 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot,
668 const FIXP_DBL *predEsg = pPvcDynamicData->predEsg[timeSlot];
673 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot];
679 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot];

Completed in 352 milliseconds