Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlc.cpp466 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeForward()
504 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeForward()
537 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeForward()
570 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeForward()
641 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeBackward()
687 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeBackward()
724 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeBackward()
757 if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) { in rvlcDecodeBackward()
Drvlc_info.h97 #define MAX_RVL 7 /* positive RVLC escape */ macro