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

  /external/aac/libAACdec/src/
rvlc_info.h 127 #define SF_OFFSET 100 /* offset for correcting scf value */
rvlc.cpp 446 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
447 SHORT position = -SF_OFFSET;
449 SF_OFFSET - 90 - 256;
624 SHORT factor = pRvlc->rev_global_gain - SF_OFFSET;
625 SHORT position = pRvlc->dpcm_is_last_position - SF_OFFSET;
627 SF_OFFSET - 90 - 256;
723 SF_OFFSET - 90 - 256;
848 (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET))
853 if (pRvlc->lastScf != (pRvlc->rev_global_gain - SF_OFFSET))
862 pRvlc->dpcm_noise_nrg - SF_OFFSET - 90 - 256)
    [all...]
rvlcconceal.cpp 149 *refIsFwd = -SF_OFFSET;
151 SF_OFFSET - 90 - 256;
153 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
225 *refIsBwd = pRvlc->dpcm_is_last_position - SF_OFFSET;
227 SF_OFFSET - 90 - 256 + pRvlc->dpcm_noise_nrg;
228 *refScfBwd = pRvlc->rev_global_gain - SF_OFFSET;
    [all...]
  /external/libxaac/decoder/
ixheaacd_interface.h 36 SF_OFFSET = 100,
ixheaacd_rev_vlc.c 88 #define SF_OFFSET 100
    [all...]
ixheaacd_arith_dec.c     [all...]

Completed in 3390 milliseconds