Searched refs:cldIdx (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_calcM1andM2.cpp | 566 int cldIdx, int iccIdx, int ipdIdx, int band, int numOttBandsIPD, in param2UMX_Prediction_Core__FDK() argument 571 if ((band < numOttBandsIPD) && (cldIdx == 15) && (iccIdx == 0) && in param2UMX_Prediction_Core__FDK() 597 FIXP_DBL iidLin_m = sqrt_CLD_m[cldIdx]; in param2UMX_Prediction_Core__FDK() 598 int iidLin_e = sqrt_CLD_e[cldIdx]; in param2UMX_Prediction_Core__FDK() 600 FIXP_DBL iidLin2_m = CLD_m[cldIdx]; in param2UMX_Prediction_Core__FDK() 601 int iidLin2_e = sqrt_CLD_e[cldIdx] << 1; in param2UMX_Prediction_Core__FDK() 729 int cldIdx = self->ottCLD__FDK[ottBoxIndx][parameterSetIndx][band]; in param2UMX_Prediction__FDK() local 735 &H21re[band], (H21im ? &H21im[band] : NULL), &H22re[band], NULL, cldIdx, in param2UMX_Prediction__FDK()
|
D | sac_bitdec.cpp | 1417 INT cldIdx; in factorCLD() local 1424 cldIdx = fixp_truncateToInt(cldIdxFract, SF_FACTOR + SF_IDX); in factorCLD() 1426 cldIdx = fMin(cldIdx, 30); in factorCLD() 1427 cldIdx = fMax(cldIdx, 0); in factorCLD() 1429 *idx = cldIdx - 15; in factorCLD() 1432 (*ottVsTotDb1) = ottVsTotDb + dequantCLD_c1[cldIdx]; in factorCLD() 1435 (*ottVsTotDb2) = ottVsTotDb + dequantCLD_c1[30 - cldIdx]; in factorCLD()
|