OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITRATE_MAX_LD
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
aacenc.h
103
#define
BITRATE_MAX_LD
70000 /* Max assumed bitrate for bitres calculation */
aacenc_lib.cpp
821
brPerChannel = fMin(
BITRATE_MAX_LD
, fMax(BITRATE_MIN_LD, brPerChannel));
822
FIXP_DBL slope = fDivNorm((brPerChannel-BITRATE_MIN_LD),
BITRATE_MAX_LD
-BITRATE_MIN_LD); /* calc slope for interpolation */
[
all
...]
Completed in 616 milliseconds