Home
last modified time | relevance | path

Searched refs:snr_offset (Results 1 – 25 of 67) sorted by relevance

123

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dac3.c176 int snr_offset, int floor, uint8_t *bap) in ff_ac3_bit_alloc_calc_bap() argument
181 if(snr_offset == -960) { in ff_ac3_bit_alloc_calc_bap()
189 v = (FFMAX(mask[j] - snr_offset - floor, 0) & 0x1FE0) + floor; in ff_ac3_bit_alloc_calc_bap()
203 int snr_offset, int fast_gain, int is_lfe, in ac3_parametric_bit_allocation() argument
218 ff_ac3_bit_alloc_calc_bap(mask, psd, start, end, snr_offset, s->floor, bap); in ac3_parametric_bit_allocation()
H A Dac3.h172 int snr_offset, int floor, uint8_t *bap);
176 int snr_offset, int fast_gain, int is_lfe,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/mips/
H A Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_mips()
83 m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_mips()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3dsp.c109 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c() argument
115 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_c()
123 int m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_c()
H A Dac3enc.c1068 snr_offset = (snr_offset - 240) << 2; in bit_alloc()
1099 int snr_offset, snr_incr; in cbr_bit_allocation() local
1105 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1114 while (snr_offset >= 0 && in cbr_bit_allocation()
1115 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1116 snr_offset -= 64; in cbr_bit_allocation()
1118 if (snr_offset < 0) in cbr_bit_allocation()
1123 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1125 snr_offset += snr_incr; in cbr_bit_allocation()
1132 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
H A Dac3dsp.h107 int snr_offset, int floor,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dac3dsp.c109 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c() argument
115 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_c()
123 int m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_c()
H A Dac3enc.c1068 snr_offset = (snr_offset - 240) << 2; in bit_alloc()
1099 int snr_offset, snr_incr; in cbr_bit_allocation() local
1105 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1114 while (snr_offset >= 0 && in cbr_bit_allocation()
1115 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1116 snr_offset -= 64; in cbr_bit_allocation()
1118 if (snr_offset < 0) in cbr_bit_allocation()
1123 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1125 snr_offset += snr_incr; in cbr_bit_allocation()
1132 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
H A Dac3dsp.h107 int snr_offset, int floor,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3enc.c1068 snr_offset = (snr_offset - 240) << 2; in bit_alloc()
1099 int snr_offset, snr_incr; in cbr_bit_allocation() local
1105 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1114 while (snr_offset >= 0 && in cbr_bit_allocation()
1115 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1116 snr_offset -= 64; in cbr_bit_allocation()
1118 if (snr_offset < 0) in cbr_bit_allocation()
1123 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1125 snr_offset += snr_incr; in cbr_bit_allocation()
1132 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1068 snr_offset = (snr_offset - 240) * 4; in bit_alloc()
1099 int snr_offset, snr_incr; in cbr_bit_allocation() local
1105 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1114 while (snr_offset >= 0 && in cbr_bit_allocation()
1115 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1116 snr_offset -= 64; in cbr_bit_allocation()
1118 if (snr_offset < 0) in cbr_bit_allocation()
1123 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1125 snr_offset += snr_incr; in cbr_bit_allocation()
1132 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1068 snr_offset = (snr_offset - 240) * 4; in bit_alloc()
1099 int snr_offset, snr_incr; in cbr_bit_allocation() local
1105 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1114 while (snr_offset >= 0 && in cbr_bit_allocation()
1115 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1116 snr_offset -= 64; in cbr_bit_allocation()
1118 if (snr_offset < 0) in cbr_bit_allocation()
1123 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1125 snr_offset += snr_incr; in cbr_bit_allocation()
1132 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3enc.c1135 snr_offset = (snr_offset - 240) * 4; in bit_alloc()
1166 int snr_offset, snr_incr; in cbr_bit_allocation() local
1172 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1181 while (snr_offset >= 0 && in cbr_bit_allocation()
1182 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1183 snr_offset -= 64; in cbr_bit_allocation()
1185 if (snr_offset < 0) in cbr_bit_allocation()
1190 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1192 snr_offset += snr_incr; in cbr_bit_allocation()
1199 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
H A Dac3dsp.c67 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_c()
81 int m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_c()
H A Dac3dsp.h74 int snr_offset, int floor,
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3enc.c1135 snr_offset = (snr_offset - 240) * 4; in bit_alloc()
1166 int snr_offset, snr_incr; in cbr_bit_allocation() local
1172 snr_offset = s->coarse_snr_offset << 4; in cbr_bit_allocation()
1181 while (snr_offset >= 0 && in cbr_bit_allocation()
1182 bit_alloc(s, snr_offset) > bits_left) { in cbr_bit_allocation()
1183 snr_offset -= 64; in cbr_bit_allocation()
1185 if (snr_offset < 0) in cbr_bit_allocation()
1190 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1192 snr_offset += snr_incr; in cbr_bit_allocation()
1199 s->coarse_snr_offset = snr_offset >> 4; in cbr_bit_allocation()
[all …]
H A Dac3dsp.c67 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c() argument
73 if (snr_offset == -960) { in ac3_bit_alloc_calc_bap_c()
81 int m = (FFMAX(mask[band] - snr_offset - floor, 0) & 0x1FE0) + floor; in ac3_bit_alloc_calc_bap_c()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/arm/
H A Dac3dsp_init_arm.c42 int snr_offset, int floor,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/arm/
H A Dac3dsp_init_arm.c42 int snr_offset, int floor,

123