Searched refs:RVLC_MAX_SFB (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
H A Dconceal_types.h161 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
162 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
H A Dchannelinfo.h254 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */
255 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */
256 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
H A Drvlc_info.h110 #define RVLC_MAX_SFB ((8) * (16)) macro
H A Drvlc.cpp144 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
952 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB);

Completed in 445 milliseconds