Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1168 FIXP_DBL const directNrg[(28)], in DuckerApply()
1242 tmp1 = fMultAddDiv2(tmp1, scaleValue(directNrg[pb], -scaleDirectNrg), in DuckerApply()
1247 tmp1 = fMultAddDiv2(tmp1, directNrg[pb], DUCK_ONE_MINUS_ALPHA_X4_FDK); in DuckerApply()
1326 FIXP_DBL const directNrg[(28)], in DuckerApplyPS()
1362 FIXP_DBL directNrg2 = directNrg[pb]; in DuckerApplyPS()
1681 FIXP_DBL directNrg[(28)]; in FDKdecorrelateApply() local
1684 &self->ducker, dataRealIn, dataImagIn, directNrg, in FDKdecorrelateApply()
1732 err = DuckerApplyPS(&self->ducker, directNrg, dataRealOut, dataImagOut, in FDKdecorrelateApply()
1737 err = DuckerApply(&self->ducker, directNrg, dataRealOut, dataImagOut, in FDKdecorrelateApply()