Searched refs:TABLE_OFFSET (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlc_info.h99 #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 */ macro
H A Drvlc.cpp465 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;

Completed in 94 milliseconds