Home
last modified time | relevance | path

Searched refs:bsPayLen (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/include/
Dsbrdecoder.h336 int *count, int bsPayLen, int crcFlag,
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1121 int *count, int bsPayLen, int crcFlag, in sbrDecoder_Parse() argument
1203 bsPayLen = *count; in sbrDecoder_Parse()
1293 CRCLen = bsPayLen - 10; /* change: 0 => i */ in sbrDecoder_Parse()
1447 if (bsPayLen > 0) { in sbrDecoder_Parse()
1448 valBits = bsPayLen - ((INT)startPos - (INT)FDKgetValidBits(hBs)); in sbrDecoder_Parse()