Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp242 UINT cntBits; in CLatmDemux_Read() local
247 cntBits = FDKgetValidBits(bs); in CLatmDemux_Read()
249 if ((INT)cntBits < MIN_LATM_HEADERLENGTH) { in CLatmDemux_Read()
268 if (cntBits < cmpBufferFullness) { in CLatmDemux_Read()