HomeSort by relevance Sort by last modified time
    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 377 hQC->invQuant = init->invQuant;
422 hQC->invQuant,
    [all...]
adj_thr.cpp 262 const INT invQuant
291 /* stereo or mono mode and invQuant used or not */
298 startPF = (!invQuant) ? peTab[i].bits2PeFactor_mono : peTab[i].bits2PeFactor_mono_scfOpt;
299 peSlope = (!invQuant) ? peTab[i].bits2PeFactor_mono_slope : peTab[i].bits2PeFactor_mono_scfOpt_slope;
300 /*endPF = (!invQuant) ? peTab[i+1].bits2PeFactor_mono : peTab[i+1].bits2PeFactor_mono_scfOpt;
307 startPF = (!invQuant) ? peTab[i].bits2PeFactor_stereo : peTab[i].bits2PeFactor_stereo_scfOpt;
308 peSlope = (!invQuant) ? peTab[i].bits2PeFactor_stereo_slope : peTab[i].bits2PeFactor_stereo_scfOpt_slope;
309 /*endPF = (!invQuant) ? peTab[i+1].bits2PeFactor_stereo : peTab[i+1].bits2PeFactor_stereo_scfOpt;
    [all...]
aacenc.cpp 668 qcInit.invQuant = (config->useRequant)?2:0;
    [all...]

Completed in 2006 milliseconds