Home
last modified time | relevance | path

Searched refs:csnroffst (Results 1 – 25 of 34) sorted by relevance

12

/dports/audio/aften/aften-0.0.8/libaften/
H A Dbitalloc.c581 int csnroffst, fsnroffst; in cbr_bit_allocation() local
664 csnroffst = (snroffst / 16) + 15; in cbr_bit_allocation()
667 csnroffst--; in cbr_bit_allocation()
672 frame->csnroffst = csnroffst; in cbr_bit_allocation()
674 frame->quality = QUALITY(csnroffst, fsnroffst); in cbr_bit_allocation()
691 int quality, snroffst, csnroffst, fsnroffst; in vbr_bit_allocation() local
700 csnroffst = (snroffst / 16) + 15; in vbr_bit_allocation()
703 csnroffst--; in vbr_bit_allocation()
H A Da52.h119 int csnroffst; member
/dports/multimedia/libmpeg3/libmpeg3-1.8/audio/
H A Dbit_allocation.c432 if(!audblk->csnroffst && !audblk->fsnroffst[0] && in mpeg3audio_ac3_bit_allocate()
448 snroffset = (((audblk->csnroffst - 15) << 4) + audblk->fsnroffst[i]) << 2 ; in mpeg3audio_ac3_bit_allocate()
494 snroffset = (((audblk->csnroffst - 15) << 4) + audblk->cplfsnroffst) << 2 ; in mpeg3audio_ac3_bit_allocate()
540 snroffset = (((audblk->csnroffst - 15) << 4) + audblk->lfefsnroffst) << 2 ; in mpeg3audio_ac3_bit_allocate()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/
H A Dac3.h168 int csnroffst; member
/dports/multimedia/libmpeg3/libmpeg3-1.8/a52dec-0.7.3/liba52/
H A Da52_internal.h69 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c155 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/audio/liba52/a52dec-0.7.4/liba52/
H A Da52_internal.h74 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c155 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Da52_internal.h74 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c153 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Da52_internal.h74 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c153 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Da52_internal.h74 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c153 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Da52_internal.h74 uint8_t csnroffst; /* coarse SNR offset */ member
H A Dbit_allocate.c153 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/a52dec/
H A Dbit_allocate.c157 snroffset = 960 - 64 * state->csnroffst - 4 * (ba->bai >> 3) + floor; in a52_bit_allocate()
H A Da52_internal.h79 uint8_t csnroffst; /* coarse SNR offset */ member
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Deac3dec.c563 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
564 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Deac3dec.c563 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
564 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Deac3dec.c580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Deac3dec.c580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Deac3dec.c586 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
587 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Deac3dec.c580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Deac3dec.c580 int csnroffst = (get_bits(gbc, 6) - 15) << 4; in ff_eac3_parse_header() local
581 int snroffst = (csnroffst + get_bits(gbc, 4)) << 2; in ff_eac3_parse_header()

12