Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal_types.h161 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
162 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
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 */
Drvlc_info.h110 #define RVLC_MAX_SFB ((8) * (16)) macro
Drvlc.cpp144 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()
952 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB); in rvlcFinalErrorDetection()