HomeSort by relevance Sort by last modified time
    Searched refs:iccIdx (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRenc/src/
ps_encode.h 142 INT iccIdx[PS_MAX_ENVELOPES][PS_MAX_BANDS];
ps_encode.cpp 197 hPsData->iccIdx[env][i] = 0;
560 diff = fixp_abs(psData->iccIdx[env][b] - psData->iccIdxLast[b]);
595 quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]);
602 inCoherence += psData->iccIdx[env][band];
615 FDKmemclear(psData->iccIdx[env], sizeof(INT) * psBands);
621 bitsIccFreq = FDKsbrEnc_EncodeIcc(NULL, psData->iccIdx[env], NULL, psBands,
625 bitsIccTime = FDKsbrEnc_EncodeIcc(NULL, psData->iccIdx[env], iccIdxLast,
638 iccIdxLast = psData->iccIdx[env];
    [all...]
  /external/aac/libSACdec/src/
sac_calcM1andM2.cpp 479 INT iccIdx) {
498 FIXP_CFG icc = dequantICC__FDK[iccIdx];
640 int cldIdx, int iccIdx, int ipdIdx, int band, int numOttBandsIPD,
645 if ((band < numOttBandsIPD) && (cldIdx == 15) && (iccIdx == 0) &&
681 FIXP_CFG icc = dequantICC__FDK[iccIdx];
777 beta_m = FX_SGL2FX_DBL(sqrt_one_minus_ICC2[iccIdx]);
804 int iccIdx = self->ottICC__FDK[ottBoxIndx][parameterSetIndx][band];
810 iccIdx, ipdIdx, band, self->numOttBandsIPD, resBands);

Completed in 148 milliseconds