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

  /external/aac/libAACdec/src/
usacdec_lpd.cpp 785 INT tcx_gain_e; local
787 CLpd_DecodeGain(&tcx_gain_m, &tcx_gain_e,
815 tcx_gain_e -= s;
819 tcx_gain_e = tcx_gain_e + rms_e;
824 { tcx_gain_e += 1; }
828 pAacDecoderChannelInfo->data.usac.tcx_gain_e[frame] = tcx_gain_e;
830 pAacDecoderChannelInfo->specScale[frame] += tcx_gain_e;
    [all...]
channelinfo.h 394 SCHAR tcx_gain_e[4]; member in struct:__anon14647::__anon14648

Completed in 720 milliseconds