Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp1177 int profileIdx, i; in FDK_DRC_Generator_setDrcProfile() local
1188 profileIdx = 0; in FDK_DRC_Generator_setDrcProfile()
1191 profileIdx = 1; in FDK_DRC_Generator_setDrcProfile()
1194 profileIdx = 2; in FDK_DRC_Generator_setDrcProfile()
1197 profileIdx = 3; in FDK_DRC_Generator_setDrcProfile()
1200 profileIdx = 4; in FDK_DRC_Generator_setDrcProfile()
1203 profileIdx = 5; in FDK_DRC_Generator_setDrcProfile()
1210 if (profileIdx >= 0) { in FDK_DRC_Generator_setDrcProfile()
1211 drcComp->maxBoostThr[i] = tabMaxBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
1212 drcComp->boostThr[i] = tabBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
[all …]