HomeSort by relevance Sort by last modified time
    Searched full:fixmin (Results 26 - 42 of 42) sorted by null

12

  /external/aac/libSBRenc/src/
code_env.cpp 357 index = fixMin(*delta, codeBookScfLavBalance);
370 index = fixMin(*delta, codeBookScfLavLevel);
383 index = fixMin(*delta, codeBookScfLavLevel);
ps_main.cpp 343 dynScale = fixMin(sc-dynQmfScale,DFRACT_BITS-1);
612 *dmxScale = fixMin(DFRACT_BITS, CountLeadingBits(maxValue));
614 *dmxScale = fixMax(0,fixMin(FRACT_BITS, CountLeadingBits(FX_QMF2FX_DBL(maxValue))));
nf_est.cpp 272 *noiseLevel = fixMin(fMult(*noiseLevel, noiseFloorOffset), (FIXP_DBL)MAXVAL_DBL>>NOISE_FLOOR_OFFSET_SCALING) << NOISE_FLOOR_OFFSET_SCALING;
278 *noiseLevel = fixMin(*noiseLevel, ana_max_level); /* ana_max_level is scaled with factor 0.25 */
ps_encode.cpp 654 IID = fixMin( IID, (FIXP_DBL)(MAXVAL_DBL>>(LD_DATA_SHIFT+1)) );
861 int nEnvelopes = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES);
    [all...]
sbr_encoder.cpp     [all...]
mh_det.cpp 744 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone);
    [all...]
fram_gen.cpp     [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 672 const int granuleLength = fixMin(32, drcComp->blockLength);
701 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
744 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
    [all...]
bitenc.cpp 766 cnt = fixMin(MAX_DSE_DATA_BYTES, dataPayloadBytes);
942 cnt = fixMin(MAX_FILL_DATA_BYTES, (payloadBits+alignBits)>>3);
961 cnt = fixMin(cnt*8, payloadBits); /* convert back to bits */
    [all...]
aacenc_lib.cpp     [all...]
aacenc_tns.cpp 562 B = FL2FXCONST_DBL(HLM_MIN_NRG)>>fixMin(DFRACT_BITS-1,scale);
565 A = value>>fixMin(DFRACT_BITS-1,(-scale));
    [all...]
dyn_bits.cpp 194 bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT);
qc_main.cpp 616 qcOut[0]->grantedDynBits = (fixMin(hQC->maxBitsPerFrame, avgTotalBits) - hQC->globHdrBits)&~7;
    [all...]
  /external/aac/libFDK/include/
common_fix.h 254 #define fixMin(a,b) fMin(a,b)
  /external/aac/libSBRdec/src/
env_dec.cpp 558 sfb_nrg_prev[i] = fixMin(sfb_nrg_prev[i], sbr_max_energy);
591 h_sbr_data->sbrNoiseFloorLevel[i] = fixMin(h_sbr_data->sbrNoiseFloorLevel[i], upperLimit);
psdec.cpp 426 scale = fixMin((INT)scale,(INT)DFRACT_BITS-1);
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 693 result_e = fixMin(DFRACT_BITS-1,fixMax(-(DFRACT_BITS-1),result_e));

Completed in 796 milliseconds

12