Home
last modified time | relevance | path

Searched refs:BP_GF_START (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp111 #define BP_GF_START 6 macro
395 pBP = hStpDec->BP_GF - BP_GF_START; in subbandTPApply()
400 sReal = fMin(getScalefactor(&qmfOutputRealDry[i_LF][BP_GF_START], in subbandTPApply()
401 cplxBands - BP_GF_START), in subbandTPApply()
402 getScalefactor(&qmfOutputRealDry[i_RF][BP_GF_START], in subbandTPApply()
403 cplxBands - BP_GF_START)); in subbandTPApply()
404 sImag = fMin(getScalefactor(&qmfOutputImagDry[i_LF][BP_GF_START], in subbandTPApply()
405 cplxBands - BP_GF_START), in subbandTPApply()
406 getScalefactor(&qmfOutputImagDry[i_RF][BP_GF_START], in subbandTPApply()
407 cplxBands - BP_GF_START)); in subbandTPApply()
[all …]