Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1141 FIXP_DBL const directNrg[(28)], in DuckerApply()
1215 tmp1 = fMultAddDiv2(tmp1, scaleValue(directNrg[pb], -scaleDirectNrg), in DuckerApply()
1220 tmp1 = fMultAddDiv2(tmp1, directNrg[pb], DUCK_ONE_MINUS_ALPHA_X4_FDK); in DuckerApply()
1294 FIXP_DBL const directNrg[(28)], in DuckerApplyPS()
1330 FIXP_DBL directNrg2 = directNrg[pb]; in DuckerApplyPS()
1649 FIXP_DBL directNrg[(28)]; in FDKdecorrelateApply() local
1652 &self->ducker, dataRealIn, dataImagIn, directNrg, in FDKdecorrelateApply()
1700 err = DuckerApplyPS(&self->ducker, directNrg, dataRealOut, dataImagOut, in FDKdecorrelateApply()
1705 err = DuckerApply(&self->ducker, directNrg, dataRealOut, dataImagOut, in FDKdecorrelateApply()