Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_framedecoder.cpp504 int32 ancillary_data_lenght = pVars->predicted_frame_size << 3; in pvmp3_framedecoder() local
506 ancillary_data_lenght -= pVars->inputStream.usedBits; in pvmp3_framedecoder()
509 if (ancillary_data_lenght > 0) in pvmp3_framedecoder()
511 pVars->inputStream.usedBits += ancillary_data_lenght; in pvmp3_framedecoder()