OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:length_of_rvlc_sf
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
rvlc_info.h
118
SHORT
length_of_rvlc_sf
; /* 3 */ /* original value, gets modified (subtract 9) in case of noise (PNS); is kept for later use */
member in struct:__anon4671
126
SHORT length_of_rvlc_sf_fwd; /*
length_of_rvlc_sf
used for forward decoding */
127
SHORT length_of_rvlc_sf_bwd; /*
length_of_rvlc_sf
used 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 */
158
FDKpushFor (bs, pRvlc->
length_of_rvlc_sf
);
[
all
...]
Completed in 809 milliseconds