Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c777 uint8_t *band_struct, int band_struct_size) in decode_band_structure() argument
785 memcpy(band_struct, default_band_struct, band_struct_size); in decode_band_structure()
787 av_assert0(band_struct_size >= start_subband + n_subbands); in decode_band_structure()