We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cee0f commit d7bbc3dCopy full SHA for d7bbc3d
media/libstagefright/codecs/aacenc/src/adj_thr.c
@@ -1039,7 +1039,7 @@ void AdjThrInit(ADJ_THR_STATE *hAdjThr,
1039
1040
/* minSnr adaptation */
1041
/* maximum reduction of minSnr goes down to minSnr^maxRed */
1042
- msaParam->maxRed = 0x20000000; /* *0.25f /
+ msaParam->maxRed = 0x20000000; /* *0.25f */
1043
/* start adaptation of minSnr for avgEn/sfbEn > startRatio */
1044
msaParam->startRatio = 0x0ccccccd; /* 10 */
1045
/* maximum minSnr reduction to minSnr^maxRed is reached for
0 commit comments