OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LEN_RVLC_CODE_WORD
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
rvlc_info.h
101
#define
MAX_LEN_RVLC_CODE_WORD
9 /* max length of a RVL codeword in bits */
rvlc.cpp
357
for (i=
MAX_LEN_RVLC_CODE_WORD
-1; i >= 0; i--) {
369
*pRvlc->pRvlBitCnt_RVL -= (
MAX_LEN_RVLC_CODE_WORD
- i);
[
all
...]
Completed in 9085 milliseconds