Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp1024 self->headroomSmoothDirRevNrg = 2 * DUCKER_MAX_NRG_SCALE; in DuckerInit()
1201 (self->headroomSmoothDirRevNrg == 0)) { in DuckerApply()
1205 self->headroomSmoothDirRevNrg - 1); in DuckerApply()
1316 self->headroomSmoothDirRevNrg = in DuckerApply()
1341 (self->headroomSmoothDirRevNrg == 0)) { in DuckerApplyPS()
1345 self->headroomSmoothDirRevNrg - 2); in DuckerApplyPS()
1451 self->headroomSmoothDirRevNrg = in DuckerApplyPS()
/external/aac/libFDK/include/
DFDK_decorrelate.h191 SCHAR headroomSmoothDirRevNrg; member