HomeSort by relevance Sort by last modified time
    Searched defs:nCh (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 301 String effectTypeName, int nCh, int aggressiveDrc, String decoderName)
311 if (nCh == 2) {
313 } else if (nCh == 1){
323 float[] nrg_def = checkEnergyUSAC(decSamples_def, decParams, nCh, 1, 0);
324 float[] nrg_test = checkEnergyUSAC(decSamples_test, decParams, nCh, 1, 1);
326 if (nCh == 2) {
333 } else if (nCh == 1){
461 final int nCh = encNch;
467 final int smplPerChan = decSamples.length / nCh;
469 final int nSegSmpTot = nSegSmp * nCh;
    [all...]
DecoderTest.java     [all...]
  /external/aac/libSACdec/src/
sac_dec.cpp 629 int nCh, i, j, k;
767 for (nCh = 0; nCh < self->numOutputChannelsAT; nCh++) {
769 FIXP_DBL outputGain_m = getChGain(self, nCh, &outputGain_e);
779 qmfChangeOutScalefactor(&self->pQmfDomain->QmfDomainOut[nCh].fb, scale);
780 qmfChangeOutGain(&self->pQmfDomain->QmfDomainOut[nCh].fb, outputGain_m,
785 for (nCh = 0; nCh < self->numOutputChannelsAT; nCh++)
    [all...]
  /external/aac/libSBRdec/src/
env_extr.cpp 625 const int nCh = (hFrameDataRight == NULL) ? 1 : 2;
631 if ((flags & SBRDEC_SYNTAX_SCAL) || (nCh == 2)) {
637 if (nCh == 2) {
669 if (nCh == 2) {
691 if (nCh == 2) {
702 if (nCh == 2) {
717 FDK_ASSERT(nCh == 1); /* PVC not possible for CPE */
734 if (nCh == 2) {
757 if (nCh == 2) {
765 if (nCh == 2)
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 159 SCHAR nCh; /* number of channels */
167 /* nCh, nSCE, nCPE, nLFE, cci */
    [all...]

Completed in 170 milliseconds