Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1247 int ancStartStop) { in isValidAncStartStop() argument
1250 switch (ancStartStop) { in isValidAncStartStop()
1280 pMpegSurroundDecoder->ancStartStopPrev = (MPEGS_ANCSTARTSTOP)ancStartStop; in isValidAncStartStop()
1298 MPEGS_ANCSTARTSTOP ancStartStop; in mpegSurroundDecoder_Parse() local
1321 ancStartStop = (MPEGS_ANCSTARTSTOP)FDKreadBits(hBs, 2); in mpegSurroundDecoder_Parse()
1328 if (isValidAncStartStop(pMpegSurroundDecoder, ancStartStop)) { in mpegSurroundDecoder_Parse()
1329 switch (ancStartStop) { in mpegSurroundDecoder_Parse()
1373 if ((ancStartStop == MPEGS_STOP) || in mpegSurroundDecoder_Parse()
1374 (ancStartStop == MPEGS_START_STOP)) { in mpegSurroundDecoder_Parse()
1489 pMpegSurroundDecoder->ancStartStopPrev = ancStartStop; in mpegSurroundDecoder_Parse()