OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitstreamIndexRvlBwd
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
rvlc_info.h
141
USHORT
bitstreamIndexRvlBwd
; /* base address of RVL-coded-scalefactor data (ESC 2) for backward decoding */
rvlc.cpp
155
pRvlc->
bitstreamIndexRvlBwd
= FDKgetBitCnt(bs) + pRvlc->length_of_rvlc_sf - 1; /* last bit within RVL coded block as start address for backward decoding */
623
pRvlc->pBitstrIndxRvl_RVL = &(pRvlc->
bitstreamIndexRvlBwd
);
[
all
...]
Completed in 46 milliseconds