OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minBitsPerFrame
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
aacenc.h
203
INT
minBitsPerFrame
; /* minimum number of bits in AU */
qc_data.h
252
INT
minBitsPerFrame
; /* minimal allowd bits per fram, superframing - DRM */
qc_main.cpp
373
hQC->
minBitsPerFrame
= init->minBits;
531
* \brief Verify whether
minBitsPerFrame
criterion can be satisfied.
533
* This function evaluates the bit consumption only if
minBitsPerFrame
parameter is not 0.
536
* This bits can be distrubitued in superframe to reach
minBitsPerFrame
bit consumption in single AU's.
537
* The return value denotes if enough desired fill bits are available to achieve
minBitsPerFrame
in all frames.
541
* \param
minBitsPerFrame
Minimal number of bits to be consumed in each frame.
550
const INT
minBitsPerFrame
,
[
all
...]
aacenc.cpp
289
config->
minBitsPerFrame
= -1; /* minum number of bits in each AU */
571
qcInit.minBits = (config->
minBitsPerFrame
!=-1) ? fixMax(qcInit.minBits, config->
minBitsPerFrame
) : qcInit.minBits;
[
all
...]
Completed in 21 milliseconds