Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal_types.h188 SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB]; /* needed once per channel */
189 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
Dchannelinfo.h332 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 */
Drvlc_info.h132 #define RVLC_MAX_SFB ((8) * (16)) macro
Drvlc.cpp161 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()
960 FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB); in rvlcFinalErrorDetection()
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c95 #define RVLC_MAX_SFB ((8) * (16)) macro
979 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in ixheaacd_rvlc_init()