OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSubFrames
(Results
1 - 13
of
13
) sorted by null
/external/aac/libAACenc/src/
psy_main.h
137
const INT
nSubFrames
143
const INT
nSubFrames
,
qc_main.h
105
const INT
nSubFrames
110
const INT
nSubFrames
,
aacenc.h
192
INT
nSubFrames
; /* number of frames in super frame (not ADTS/LATM subframes !) */
273
* \param
nSubFrames
number of sub frames for super framing (not transport frames).
286
INT
nSubFrames
320
const INT
nSubFrames
); /* support superframing in instance */
qc_main.cpp
241
const INT
nSubFrames
249
for (n=0; n<
nSubFrames
; n++) {
277
} /*
nSubFrames
*/
294
const INT
nSubFrames
,
299
for (n=0; n<
nSubFrames
; n++) {
307
} /*
nSubFrames
*/
397
(init->averageBits/init->
nSubFrames
) - hQC->globHdrBits,
544
* \param
nSubFrames
Number of frames in superframe
553
const INT
nSubFrames
701
INT
nSubFrames
)
[
all
...]
aacenc.cpp
159
INT
nSubFrames
172
averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) /
nSubFrames
;
321
config->
nSubFrames
= 1; /* default, no sub frames */
345
const INT
nSubFrames
)
378
nSubFrames
388
nSubFrames
404
hAacEnc->maxFrames =
nSubFrames
;
473
config->
nSubFrames
626
qcInit.
nSubFrames
= config->
nSubFrames
;
[
all
...]
qc_data.h
156
INT
nSubFrames
; /* helper variable */
aacenc_lib.cpp
468
cc->
nSubFrames
= (hAacConfig->
nSubFrames
> 1 && extCfg->userTpNsubFrames == 1)
469
? hAacConfig->
nSubFrames
625
const INT
nSubFrames
,
665
nSubFrames
[
all
...]
psy_main.cpp
190
const INT
nSubFrames
198
for (n=0; n<
nSubFrames
; n++) {
217
} /*
nSubFrames
*/
244
const INT
nSubFrames
,
278
for (n=0; n<
nSubFrames
; n++) {
[
all
...]
/external/aac/libMpegTPEnc/src/
tpenc_adts.cpp
151
if ( config->
nSubFrames
< 1
152
|| config->
nSubFrames
> 4
177
hAdts->num_raw_blocks=config->
nSubFrames
-1; /* 0 means 1 raw data block */
tpenc_lib.cpp
111
int
nSubFrames
;
312
hTpEnc->writer.raw.
nSubFrames
= hTpEnc->config.
nSubFrames
;
401
if (hTp->writer.raw.curSubFrame >= hTp->writer.raw.
nSubFrames
) {
tpenc_latm.cpp
864
layerConfig->
nSubFrames
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
338
int
nSubFrames
; /**< Amount of encoder subframes. 1 means no subframing. */
Completed in 7743 milliseconds