OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readDirection
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr_bit.h
98
UCHAR ToggleReadDirection(UCHAR
readDirection
);
103
UCHAR
readDirection
);
rvlcbit.h
100
UCHAR
readDirection
);
rvlcbit.cpp
101
-
readDirection
108
UCHAR
readDirection
)
117
if (
readDirection
== FWD) {
aacdec_hcr_bit.cpp
101
UCHAR ToggleReadDirection(UCHAR
readDirection
)
103
if (
readDirection
== FROM_LEFT_TO_RIGHT ) {
120
-
readDirection
127
UCHAR
readDirection
)
132
if (
readDirection
== FROM_LEFT_TO_RIGHT) {
aacdec_hcrs.cpp
168
pHcr->segmentInfo.
readDirection
= FROM_RIGHT_TO_LEFT;
302
pHcr->segmentInfo.
readDirection
= ToggleReadDirection(pHcr->segmentInfo.
readDirection
);
529
UCHAR
readDirection
;
540
readDirection
= pHcr->segmentInfo.
readDirection
;
562
readDirection
);
631
UCHAR
readDirection
;
659
readDirection
= pHcr->segmentInfo.
readDirection
;
[
all
...]
aacdec_hcr_types.h
308
UCHAR
readDirection
;
Completed in 906 milliseconds