Home
last modified time | relevance | path

Searched refs:tones_index (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac3plus.h128 int tones_index; ///< total sum of tones in this unit member
H A Datrac3plus.c1392 if (ctx->waves_info->tones_index + dst[sb].num_wavs > 48) { in decode_band_numwavs()
1395 ctx->waves_info->tones_index + dst[sb].num_wavs, in decode_band_numwavs()
1399 dst[sb].start_index = ctx->waves_info->tones_index; in decode_band_numwavs()
1400 ctx->waves_info->tones_index += dst[sb].num_wavs; in decode_band_numwavs()
1632 ctx->waves_info->tones_index = 0; in decode_tones_info()

Completed in 4 milliseconds