Home
last modified time | relevance | path

Searched refs:CLR_BIT_10 (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcr_types.h152 #define CLR_BIT_10 0x3FF macro
Drvlc.cpp253 value = (SCHAR) branchNode & CLR_BIT_10; in rvlcDecodeEscapeWord()
368 value = (SCHAR) (branchNode & CLR_BIT_10); in decodeRVLCodeword()
Daacdec_hcr.cpp1366 *branchValue = *branchNode & CLR_BIT_10; /* clear bit 10 (if set) */ in CarryBitToBranchValue()