OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minBitsPerFrame
(Results
1 - 5
of
5
) sorted by null
/external/aac/libAACenc/src/
aacenc.cpp
154
INT
minBitsPerFrame
= 40 * nChannels;
178
FDKaacEnc_CalcBitrate((
minBitsPerFrame
+ transportBits),
321
config->
minBitsPerFrame
= -1; /* minum number of bits in each AU */
550
(config->
minBitsPerFrame
!= -1) ? config->
minBitsPerFrame
: 0;
590
qcInit.minBits = (config->
minBitsPerFrame
!= -1)
591
? fixMax(qcInit.minBits, config->
minBitsPerFrame
)
[
all
...]
aacenc.h
240
INT
minBitsPerFrame
; /* minimum number of bits in AU */
qc_data.h
275
INT
minBitsPerFrame
; /* minimal allowd bits per fram, superframing - DRM */
qc_main.cpp
369
hQC->
minBitsPerFrame
= init->minBits;
563
* \brief Verify whether
minBitsPerFrame
criterion can be satisfied.
565
* This function evaluates the bit consumption only if
minBitsPerFrame
parameter
568
* This bits can be distrubitued in superframe to reach
minBitsPerFrame
bit
570
* bits are available to achieve
minBitsPerFrame
in all frames. This check can
574
* \param
minBitsPerFrame
Minimal number of bits to be consumed in each frame.
581
static int checkMinFrameBitsDemand(QC_OUT** qcOut, const INT
minBitsPerFrame
,
[
all
...]
aacenc_lib.cpp
[
all
...]
Completed in 122 milliseconds