Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp597 int profileIdx, i; in FDK_DRC_Generator_setDrcProfile() local
606 case DRC_FILMSTANDARD: profileIdx = 0; break; in FDK_DRC_Generator_setDrcProfile()
607 case DRC_FILMLIGHT: profileIdx = 1; break; in FDK_DRC_Generator_setDrcProfile()
608 case DRC_MUSICSTANDARD: profileIdx = 2; break; in FDK_DRC_Generator_setDrcProfile()
609 case DRC_MUSICLIGHT: profileIdx = 3; break; in FDK_DRC_Generator_setDrcProfile()
610 case DRC_SPEECH: profileIdx = 4; break; in FDK_DRC_Generator_setDrcProfile()
611 case DRC_DELAY_TEST: profileIdx = 5; break; in FDK_DRC_Generator_setDrcProfile()
616 if (profileIdx >= 0) { in FDK_DRC_Generator_setDrcProfile()
617 drcComp->maxBoostThr[i] = tabMaxBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
618 drcComp->boostThr[i] = tabBoostThr[profileIdx]; in FDK_DRC_Generator_setDrcProfile()
[all …]