Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c780 uint8_t bnd_sz[22]; in decode_band_structure() local
803 bnd_sz[0] = ecpl ? 6 : 12; in decode_band_structure()
808 bnd_sz[bnd] += subbnd_size; in decode_band_structure()
810 bnd_sz[++bnd] = subbnd_size; in decode_band_structure()
819 memcpy(band_sizes, bnd_sz, n_bands); in decode_band_structure()