OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relativeBits
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACenc/src/
channel_map.cpp
226
elInfo->
relativeBits
= relBits;
352
hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].
relativeBits
;
360
hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].
relativeBits
;
363
hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].
relativeBits
;
364
hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].
relativeBits
;
365
FIXP_DBL sceRate = cm->elInfo[0].
relativeBits
;
366
FIXP_DBL cpeRate = cm->elInfo[1].
relativeBits
;
377
hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].
relativeBits
;
378
hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].
relativeBits
;
379
hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].
relativeBits
;
[
all
...]
qc_data.h
122
FIXP_DBL
relativeBits
;
aacenc_lib.cpp
464
sbrElInfo[el].bitRate = (INT)(fMultNorm(channelMapping->elInfo[el].
relativeBits
, (FIXP_DBL)bitRate));
565
INT sbrBitRateLimit = (INT)fDivNorm((FIXP_DBL)sbrBitRateOut, cm.elInfo[e].
relativeBits
);
568
FDK_ASSERT( (INT)fMultNorm(cm.elInfo[e].
relativeBits
, (FIXP_DBL)sbrBitRate) < sbrBitRateOut);
571
FDK_ASSERT( (INT)fMultNorm(cm.elInfo[e].
relativeBits
, (FIXP_DBL)sbrBitRate) >= sbrBitRateOut);
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
channel_map.c
105
elementBits->
relativeBits
= 0x4000; /* 1.0f/2 */
116
elementBits->
relativeBits
= 0x4000; /* 1.0f/2 */
qc_main.c
571
hQC->elementBits.averageBits = (hQC->elementBits.
relativeBits
* codeBits) >> 16; /*
relativeBits
was scaled down by 2 */
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h
119
Word16
relativeBits
; /* Bits relative to total Bits scaled down by 2 */
Completed in 388 milliseconds