OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBitFac
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
adj_thr.h
51
const Word16
maxBitFac
);
qc_data.h
72
Word16
maxBitFac
;
131
Word16
maxBitFac
;
/external/aac/libAACenc/src/
adj_thr.h
130
const FIXP_DBL
maxBitFac
,
qc_data.h
152
FIXP_DBL
maxBitFac
;
262
FIXP_DBL
maxBitFac
;
qc_main.cpp
377
hQC->
maxBitFac
= init->
maxBitFac
;
657
hQC->
maxBitFac
,
[
all
...]
adj_thr.cpp
[
all
...]
aacenc.cpp
586
/* Calc
maxBitFac
*/
589
qcInit.
maxBitFac
= (qmbfac > 24) ? (mbfac >> (qmbfac - 24)):(mbfac << (24 - qmbfac));
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c
228
hQC->
maxBitFac
= init->
maxBitFac
;
308
hQC->
maxBitFac
);
aacenc_core.c
118
qcInit.
maxBitFac
= (Word16) ((100 * (MAXBITS_COEF-MINBITS_COEF)* elInfo->nChannelsInEl)/
adj_thr.c
941
const Word16
maxBitFac
,
977
bitresFac = min(bitresFac,
maxBitFac
);
[
all
...]
Completed in 189 milliseconds