OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bwfac_fix
(Results
1 - 1
of
1
) sorted by null
/external/aac/libAACenc/src/
bandwidth.cpp
271
FIXP_DBL
bwFac_fix
= fDivNorm(chanBitRate-startBr, endBr-startBr, &q_res);
272
bandwidth = (INT)scaleValue(fMult(
bwFac_fix
, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
Completed in 51 milliseconds