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

  /external/aac/libAACdec/src/
conceal_types.h 188 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
189 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
rvlc_info.h 132 #define RVLC_MAX_SFB ((8) * (16))
channelinfo.h 332 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
333 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
334 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
rvlc.cpp 161 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 93 #define RVLC_MAX_SFB ((8) * (16))
983 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
    [all...]

Completed in 739 milliseconds