HomeSort by relevance Sort by last modified time
    Searched refs:FDKmax (Results 1 - 10 of 10) sorted by null

  /external/aac/libAACdec/src/
rvlc.cpp 683 pRvlc->conceal_min = FDKmax(0,bnds-offset);
690 pRvlc->conceal_min = FDKmax(0,bnds-offset);
702 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
720 pRvlc->conceal_min = FDKmax(0,bnds-offset);
727 pRvlc->conceal_min = FDKmax(0,bnds-offset);
739 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
753 pRvlc->conceal_min = FDKmax(0,bnds-offset);
760 pRvlc->conceal_min = FDKmax(0,bnds-offset);
772 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
    [all...]
aacdec_drc.cpp 819 top = FDKmax(0, numBands-1);
    [all...]
  /external/aac/libAACenc/src/
channel_map.cpp 425 int maxLfeBits = (int) FDKmax ( (INT)((fMult(lfeRate,(FIXP_DBL)(maxChannelBits<<sc))>>sc)<<1),
461 int maxLfeBits = (int) FDKmax ( (INT)((fMult(lfeRate,(FIXP_DBL)(maxChannelBits<<sc))>>sc)<<1),
metadata_compressor.cpp 753 ldLevel = FDKmax(ldLevel, FL2FXCONST_DBL(-0.51905126482615036685473741085772f));
    [all...]
aacenc.cpp 152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
495 config->maxAncBytesPerAU = FDKmin( (256), FDKmax(0,(INT)(fMultDiv2(tmp, (FIXP_DBL)(encBitrate<<sc))>>(-q_res+sc-1+3))) );
    [all...]
metadata_main.cpp 261 return ((UCHAR)FDKmax(0, FDKmin((-d + (1<<13)) >> 14, 127)));
adj_thr.cpp 477 adjThrStateElement->chaosMeasureEnFac[ch] = FDKmax( FL2FXCONST_DBL(0.1875f), fDivNorm(nLinesSum,psyOutChan->sfbOffsets[psyOutChan->sfbCnt]) );
    [all...]
qc_main.cpp     [all...]
aacenc_lib.cpp 502 bitRate = FDKmax(8000*nChannels, bitRate);
507 /*bitRate = FDKmax(0*nChannels, bitRate);*/
    [all...]
  /external/aac/libSYS/include/
genericStds.h 357 #define FDKmax(a,b) ( (a) > (b) ? (a):(b))

Completed in 235 milliseconds