OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRANS_FAC
(Results
1 - 21
of
21
) sorted by null
/external/aac/libAACenc/src/
aacenc_tns.h
160
TNS_SUBBLOCK_INFO subBlockInfo[
TRANS_FAC
];
161
FIXP_DBL ratioMultTable[
TRANS_FAC
][MAX_SFB_SHORT];
183
INT numOfFilters[
TRANS_FAC
];
184
INT coefRes[
TRANS_FAC
];
185
INT length[
TRANS_FAC
][MAX_NUM_OF_FILTERS];
186
INT order[
TRANS_FAC
][MAX_NUM_OF_FILTERS];
187
INT direction[
TRANS_FAC
][MAX_NUM_OF_FILTERS];
188
INT coefCompress[
TRANS_FAC
][MAX_NUM_OF_FILTERS];
190
/* for Short: length
TRANS_FAC
*TNS_MAX_ORDER (only 5 for short LC) is required -> 8*5=40 */
191
/* Currently
TRANS_FAC
*TNS_MAX_ORDER = 8*12 = 96 (for LC) is used (per channel)! Memory could be saved here! *
[
all
...]
psy_const.h
97
#define
TRANS_FAC
8 /* encoder short long ratio */
99
#define FRAME_MAXLEN_SHORT ((1024)/
TRANS_FAC
)
100
#define FRAME_LEN_SHORT_128 ((1024)/
TRANS_FAC
)
psy_data.h
105
FIXP_DBL Short[
TRANS_FAC
][MAX_SFB_SHORT];
110
FIXP_DBL Short[
TRANS_FAC
][MAX_SFB_SHORT];
115
FIXP_DBL Short[
TRANS_FAC
][MAX_SFB_SHORT];
120
INT Short[
TRANS_FAC
][MAX_SFB_SHORT];
grp_data.cpp
126
INT granuleLength_short = granuleLength/
TRANS_FAC
;
134
for (wnd = 0; wnd <
TRANS_FAC
; wnd++)
bitenc.cpp
183
statBits = 8 +
TRANS_FAC
- 1;
217
FDKwriteBits(hBitStream,groupingMask,
TRANS_FAC
-1);
453
INT numOfWindows = (blockType==SHORT_WINDOW?
TRANS_FAC
:1);
491
INT numOfWindows=(blockType==SHORT_WINDOW?
TRANS_FAC
:1);
[
all
...]
psy_configuration.cpp
251
granuleLength /=
TRANS_FAC
;
581
const INT frameLengthShort = granuleLength/
TRANS_FAC
;
629
/* psyConf->clipEnergy /= (
TRANS_FAC
*
TRANS_FAC
); */
block_switch.cpp
176
static const INT suggestedGroupingTable[
TRANS_FAC
][MAX_NO_OF_GROUPS] =
psy_main.cpp
492
blockSwitchingOffset = psyConf->granuleLength + (9*psyConf->granuleLength/(2*
TRANS_FAC
));
567
windowLength[ch] = psyConf->granuleLength/
TRANS_FAC
;
568
nWindows[ch] =
TRANS_FAC
;
788
INT tnsActive[
TRANS_FAC
];
[
all
...]
adj_thr.cpp
[
all
...]
aacenc_lib.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_data.h
35
Word32 sfbShort[
TRANS_FAC
][MAX_SFB_SHORT];
40
Word32 sfbShort[
TRANS_FAC
][MAX_SFB_SHORT];
45
Word32 sfbShort[
TRANS_FAC
];
psy_const.h
32
#define
TRANS_FAC
8
33
#define FRAME_LEN_SHORT (FRAME_LEN_LONG/
TRANS_FAC
)
tns.h
83
TNS_SUBBLOCK_INFO subBlockInfo[
TRANS_FAC
];
101
Word16 tnsActive[
TRANS_FAC
];
102
Word16 coefRes[
TRANS_FAC
];
103
Word16 length[
TRANS_FAC
];
104
Word16 order[
TRANS_FAC
];
105
Word16 coef[
TRANS_FAC
*TNS_MAX_ORDER_SHORT];
block_switch.h
31
#define BLOCK_SWITCH_WINDOWS
TRANS_FAC
/* number of windows for energy calculation */
46
Word16 groupLen[
TRANS_FAC
];
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
88
static Word16 suggestedGroupingTable[
TRANS_FAC
][MAX_NO_OF_GROUPS] = {
115
for (i=0; i<
TRANS_FAC
; i++) {
191
if (blockSwitchingControl->attackIndex ==
TRANS_FAC
-1) {
358
for (i=1; i<
TRANS_FAC
; i++) {
379
for (i=1; i<
TRANS_FAC
; i++) {
389
for (i=0; i<
TRANS_FAC
; i++) {
396
for (i=0; i<
TRANS_FAC
; i++) {
interface.c
105
for (i=
TRANS_FAC
; i; i--) {
grp_data.c
63
for (wnd=0; wnd<
TRANS_FAC
; wnd++) {
bitenc.c
121
WriteBits(hBitStream,groupingMask,
TRANS_FAC
-1);
279
numOfWindows =
TRANS_FAC
;
psy_main.c
668
for(w = 0; w <
TRANS_FAC
; w++) {
783
} /* for
TRANS_FAC
*/
802
for(w=0; w<
TRANS_FAC
; w++) {
transform.c
641
for(w=0;w<
TRANS_FAC
;w++){
tns.c
438
for (i=subBlockNumber+1; i<
TRANS_FAC
; i++) {
Completed in 121 milliseconds