Searched defs:nAU (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp819 INT nAU = -1; local
870 nAU = num / denom;
882 nAU--;
885 if (nAU < 0) {
889 nAU = -1;
891 FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);
896 if (nAU > 0) {
906 the bits upto the sync word are discarded, thus causing a value of nAU > 0 */
907 if (nAU >
[all...]

Completed in 145 milliseconds