Home | History | Annotate | Download | only in src

Lines Matching full:fixmin

900   pDrcChData->bandTop[0] = fixMin(pDrcChData->bandTop[0], (aacFrameSize >> 2) - 1);
940 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize);
1018 res = fixMin(res, max_exponent);
1057 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); /* ... * DRC_BAND_MULT; */