OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RVLC_MAX_SFB
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
conceal_types.h
161
SHORT aRvlcPreviousScaleFactor[
RVLC_MAX_SFB
]; /* needed once per channel */
162
UCHAR aRvlcPreviousCodebook[
RVLC_MAX_SFB
]; /* needed once per channel */
channelinfo.h
254
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 */
rvlc_info.h
110
#define
RVLC_MAX_SFB
((8) * (16))
rvlc.cpp
144
for (bnds = 0; bnds <
RVLC_MAX_SFB
; bnds++) {
[
all
...]
Completed in 26 milliseconds