Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1262 int ancStartStop) { in isValidAncStartStop() argument
1265 switch (ancStartStop) { in isValidAncStartStop()
1295 pMpegSurroundDecoder->ancStartStopPrev = (MPEGS_ANCSTARTSTOP)ancStartStop; in isValidAncStartStop()
1313 MPEGS_ANCSTARTSTOP ancStartStop; in mpegSurroundDecoder_Parse() local
1336 ancStartStop = (MPEGS_ANCSTARTSTOP)FDKreadBits(hBs, 2); in mpegSurroundDecoder_Parse()
1343 if (isValidAncStartStop(pMpegSurroundDecoder, ancStartStop)) { in mpegSurroundDecoder_Parse()
1344 switch (ancStartStop) { in mpegSurroundDecoder_Parse()
1388 if ((ancStartStop == MPEGS_STOP) || in mpegSurroundDecoder_Parse()
1389 (ancStartStop == MPEGS_START_STOP)) { in mpegSurroundDecoder_Parse()
1504 pMpegSurroundDecoder->ancStartStopPrev = ancStartStop; in mpegSurroundDecoder_Parse()