OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_OFFSET
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
rvlc_info.h
99
#define MAX_ALLOWED_DPCM_INDEX 14 /* the maximum allowed index of a decoded dpcm value (offset '
TABLE_OFFSET
' incl --> must be subtracted) */
100
#define
TABLE_OFFSET
7 /* dpcm offset of valid output values of rvl table decoding, the rvl table ouly returns positive values, therefore the offset */
rvlc.cpp
465
dpcm -=
TABLE_OFFSET
;
503
dpcm -=
TABLE_OFFSET
;
536
dpcm -=
TABLE_OFFSET
;
569
dpcm -=
TABLE_OFFSET
;
640
dpcm -=
TABLE_OFFSET
;
686
dpcm -=
TABLE_OFFSET
;
723
dpcm -=
TABLE_OFFSET
;
756
dpcm -=
TABLE_OFFSET
;
[
all
...]
Completed in 34 milliseconds