Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c779 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
793 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
794 band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
804 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
805 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
806 if (band_struct[subbnd - 1]) { in decode_band_structure()