Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3dec.c760 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
769 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
770 coded_band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
786 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
787 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
788 if (band_struct[subbnd - 1]) { in decode_band_structure()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3dec.c760 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
769 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
770 coded_band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
786 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
787 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
788 if (band_struct[subbnd - 1]) { in decode_band_structure()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A 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()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3dec.c773 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
787 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
788 band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
798 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
799 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
800 if (band_struct[subbnd - 1]) { in decode_band_structure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3dec.c773 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
787 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
788 band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
798 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
799 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
800 if (band_struct[subbnd - 1]) { in decode_band_structure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3dec.c773 int subbnd, bnd, n_subbands, n_bands=0; in decode_band_structure() local
787 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) { in decode_band_structure()
788 band_struct[subbnd] = get_bits1(gbc); in decode_band_structure()
798 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) { in decode_band_structure()
799 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12; in decode_band_structure()
800 if (band_struct[subbnd - 1]) { in decode_band_structure()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A 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()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3dec.c438 int i, j, ch, bnd, subbnd; in uncouple_channels() local
440 subbnd = -1; in uncouple_channels()
444 subbnd++; in uncouple_channels()
455 } while(s->cpl_band_struct[subbnd]); in uncouple_channels()