Searched refs:psBands (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRenc/src/ |
D | ps_encode.cpp | 288 INT psBands, in envelopeReducible() argument 303 …Div2 ( FL2FXCONST_DBL(6.5f*6.5f/(IID_SCALE_FT*IID_SCALE_FT)), (FIXP_DBL)(psBands<<((DFRACT_BITS)-T… in envelopeReducible() 304 …Div2 ( FL2FXCONST_DBL(0.75f*0.75f), (FIXP_DBL)(psBands<<((DFRACT_BITS)-T… in envelopeReducible() 313 for(b=0; b<psBands; b++) { in envelopeReducible() 338 const INT psBands, in processIidData() argument 361 errIID += quantizeCoef(iid[env], psBands, iidQuant_fx, 7, 15, iidIdxCoarse[env]); in processIidData() 362 errIIDFine += quantizeCoef(iid[env], psBands, iidQuantFine_fx, 15, 31, iidIdxFine[env]); in processIidData() 373 for(band=0;band<psBands;band++) { in processIidData() 388 FDKmemclear(psData->iidIdx[env], sizeof(INT)*psBands); in processIidData() 394 …bitsIidFreq = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[0], NULL, psBands, PS_IID_RES_COARSE, PS_DELT… in processIidData() [all …]
|
D | ps_main.cpp | 553 const INT psBands = (INT) hPsEncode->psEncMode; in psFindBestScaling() local 600 for (band=0; band<psBands; band++) { in psFindBestScaling()
|