OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invQuant
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACenc/src/
sf_estim.h
112
const int
invQuant
,
qc_data.h
152
INT
invQuant
;
261
INT
invQuant
;
adj_thr.h
116
INT
invQuant
,
sf_estim.cpp
[
all
...]
qc_main.cpp
379
hQC->
invQuant
= init->
invQuant
;
427
hQC->
invQuant
,
[
all
...]
adj_thr.cpp
261
const INT
invQuant
290
/* stereo or mono mode and
invQuant
used or not */
297
startPF = (!
invQuant
) ? peTab[i].bits2PeFactor_mono : peTab[i].bits2PeFactor_mono_scfOpt;
298
peSlope = (!
invQuant
) ? peTab[i].bits2PeFactor_mono_slope : peTab[i].bits2PeFactor_mono_scfOpt_slope;
299
/*endPF = (!
invQuant
) ? peTab[i+1].bits2PeFactor_mono : peTab[i+1].bits2PeFactor_mono_scfOpt;
306
startPF = (!
invQuant
) ? peTab[i].bits2PeFactor_stereo : peTab[i].bits2PeFactor_stereo_scfOpt;
307
peSlope = (!
invQuant
) ? peTab[i].bits2PeFactor_stereo_slope : peTab[i].bits2PeFactor_stereo_scfOpt_slope;
308
/*endPF = (!
invQuant
) ? peTab[i+1].bits2PeFactor_stereo : peTab[i+1].bits2PeFactor_stereo_scfOpt;
[
all
...]
aacenc.cpp
627
qcInit.
invQuant
= (config->useRequant)?2:0;
[
all
...]
Completed in 58 milliseconds