OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:huffsection
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
dyn_bits.h
124
SECTION_INFO
huffsection
[MAX_SECTIONS];
member in struct:__anon6251
dyn_bits.cpp
101
const SECTION_INFO* const
huffsection
,
108
if ( useHCR && ((
huffsection
->codeBook == 11) || (
huffsection
->codeBook >= 16)) ) {
112
sideInfoBits = sideInfoTab[
huffsection
->sfbCnt];
125
SECTION_INFO* const
huffsection
132
huffsection
[i].sfbCnt = 1;
133
huffsection
[i].sfbStart = i;
134
huffsection
[i].sectionBits = INVALID_BITCOUNT;
135
huffsection
[i].codeBook = -1;
200
const SECTION_INFO* const
huffsection
,
404
SECTION_INFO *
huffsection
;
local
[
all
...]
Completed in 95 milliseconds