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

  /external/aac/libAACenc/src/
aacenc_tns.h 171 TNS_SUBBLOCK_INFO subBlockInfo[TRANS_FAC];
172 FIXP_DBL ratioMultTable[TRANS_FAC][MAX_SFB_SHORT];
195 INT numOfFilters[TRANS_FAC];
196 INT coefRes[TRANS_FAC];
197 INT length[TRANS_FAC][MAX_NUM_OF_FILTERS];
198 INT order[TRANS_FAC][MAX_NUM_OF_FILTERS];
199 INT direction[TRANS_FAC][MAX_NUM_OF_FILTERS];
200 INT coefCompress[TRANS_FAC][MAX_NUM_OF_FILTERS];
202 /* for Short: length TRANS_FAC*TNS_MAX_ORDER (only 5 for short LC) is required
204 /* Currently TRANS_FAC*TNS_MAX_ORDER = 8*12 = 96 (for LC) is used (pe
    [all...]
psy_const.h 109 #define TRANS_FAC 8 /* encoder short long ratio */
111 #define FRAME_MAXLEN_SHORT ((1024) / TRANS_FAC)
112 #define FRAME_LEN_SHORT_128 ((1024) / TRANS_FAC)
113 #define FRAME_LEN_SHORT_120 (FRAME_LEN_LONG_960 / TRANS_FAC)
psy_data.h 119 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
125 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
131 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT];
137 INT Short[TRANS_FAC][MAX_SFB_SHORT];
grp_data.cpp 137 INT granuleLength_short = granuleLength / TRANS_FAC;
146 for (wnd = 0; wnd < TRANS_FAC; wnd++) {
bitenc.cpp 187 statBits = 8 + TRANS_FAC - 1;
221 FDKwriteBits(hBitStream, groupingMask, TRANS_FAC - 1);
438 INT numOfWindows = (blockType == SHORT_WINDOW ? TRANS_FAC : 1);
473 INT numOfWindows = (blockType == SHORT_WINDOW ? TRANS_FAC : 1);
    [all...]
psy_configuration.cpp 235 granuleLengthWindow /= TRANS_FAC;
544 const INT frameLengthShort = granuleLength / TRANS_FAC;
606 /* psyConf->clipEnergy /= (TRANS_FAC * TRANS_FAC); */
block_switch.cpp 191 static const INT suggestedGroupingTable[TRANS_FAC][MAX_NO_OF_GROUPS] = {
psy_main.cpp 457 nTimeSamples + (9 * nTimeSamples / (2 * TRANS_FAC));
525 windowLength[ch] = psyConf->granuleLength / TRANS_FAC;
526 nWindows[ch] = TRANS_FAC;
767 INT tnsActive[TRANS_FAC] = {0};
    [all...]
adj_thr.cpp     [all...]
aacenc_lib.cpp     [all...]

Completed in 8761 milliseconds