Home
last modified time | relevance | path

Searched refs:NB_DIV (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_const.h145 #define NB_DIV 4 /* number of division (20ms) per 80ms frame */ macro
158 (L_FRAME_PLUS_1024 / NB_DIV) /* length of one acelp or tcx20 frame */
177 (L_FRAME_PLUS_768 / NB_DIV) /* length of one acelp or tcx20 frame */
Dusacdec_acelp.cpp786 l_div = coreCoderFrameLength / NB_DIV; in CLpd_AcelpDecode()
957 int lDiv = coreCoderFrameLength / NB_DIV; in CLpd_TcxTDConceal()
1122 coreCoderFrameLength / NB_DIV; /* length of one ACELP/TCX20 frame */ in CLpd_AcelpPrepareInternalMem()
Dusacdec_lpd.cpp1292 nbDiv = NB_DIV; in CLpdChannelStream_Read()
1489 int nbDiv = NB_DIV; in CLpdChannelStream_Decode()
1558 int nbDiv = NB_DIV; in CLpd_RenderTimeSignal()
Dusacdec_fac.cpp116 UCHAR mod[NB_DIV], int *pState) { in CLpd_FAC_GetMemory() argument
Dusacdec_lpc.cpp774 const int nbDiv = NB_DIV; in CLpc_Read()
Dconceal.cpp550 UCHAR nbDiv = NB_DIV; in CConcealment_Store()