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.cpp1119 int *count, int bsPayLen, int crcFlag, in sbrDecoder_Parse() argument
1205 bsPayLen = *count; in sbrDecoder_Parse()
1445 if (bsPayLen > 0) { in sbrDecoder_Parse()
1446 valBits = bsPayLen - ((INT)startPos - (INT)FDKgetValidBits(hBs)); in sbrDecoder_Parse()