OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segmentInfo
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcrs.cpp
150
pNumSegment = &(pHcr->
segmentInfo
.numSegment);
151
pRemainingBitsInSegment = pHcr->
segmentInfo
.pRemainingBitsInSegment;
152
pSegmentBitfield = pHcr->
segmentInfo
.pSegmentBitfield;
153
pNumWordForBitfield = &(pHcr->
segmentInfo
.numWordForBitfield);
154
pNumBitValidInLastWord = &(pHcr->
segmentInfo
.pNumBitValidInLastWord);
168
pHcr->
segmentInfo
.readDirection = FROM_RIGHT_TO_LEFT;
187
pCodewordBitfield = pHcr->
segmentInfo
.pCodewordBitfield;
204
pCodewordBitfield = pHcr->
segmentInfo
.pCodewordBitfield;
219
pHcr->
segmentInfo
.segmentOffset = segmentOffset; /* store in structure for states */
253
pHcr->
segmentInfo
.segmentOffset = segmentOffset
[
all
...]
aacdec_hcr.cpp
497
DeriveNumberOfExtendedSortedSectionsInSets(pHcr->
segmentInfo
.numSegment,
581
FIXP_DBL *pTempValues = pHcr->
segmentInfo
.pTempValues;
582
FIXP_DBL *pBak = pHcr->
segmentInfo
.pTempValues;
641
pBak = pHcr->
segmentInfo
.pTempValues;
[
all
...]
aacdec_hcr_types.h
355
HCR_SEGMENT_INFO
segmentInfo
;
Completed in 475 milliseconds