search for: max_bp

Displaying 4 results from an estimated 4 matches for "max_bp".

Did you mean: max_bpc
2014 Jun 20
2
[PATCH] stream_encoder : Improve selection of residual accumulator width
...; > + if(FLAC__bitmath_ilog2(default_partition_samples) + bps + FLAC__MAX_EXTRA_RESIDUAL_BPS < 32) { > > From FLAC__fixed_compute_residual: > residual[i] = data[i] - 4*data[i-1] + 6*data[i-2] - 4*data[i-3] + data[i-4]; > > so max(residual[i]) == 16 * max(data[j]), or: max_bps(residual[]) == 4 + max_bps(data[]). > > Am I right that it's the reason why FLAC__MAX_EXTRA_RESIDUAL_BPS is equal to 4? Not really, it's just a guess. With LPC the maximum possible residual could be much larger than with the fixed predictor if the coefficients were chosen randomly,...
2014 Jun 19
7
[PATCH] stream_encoder : Improve selection of residual accumulator width
In the precompute_partition_info_sums_ function, instead of selecting 64-bit accumulator when the signal bps is larger than 16, revert to the original approach based on partition size, but make room for few extra bits to not overflow with unusual signals where the average residual magnitude may be larger than bps. It slightly improves the performance with standard encoding levels and 16-bit files
2004 Apr 14
1
PPTP Server running behind Shorewall
...RT CTRL CONN RPLY packet Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: I wrote 156 bytes to the client. Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: Sent packet to client Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: Received PPTP Control Message (type: 7) Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: 0 min_bps, 1525 max_bps, 32 window size Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: Made a OUT CALL RPLY packet Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: Starting call (launching pppd, opening GRE) Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: pty_fd = 5 Apr 13 19:28:32 FWONP pptpd[3118]: CTRL: tty_fd = 6 Apr 13 19:28:32 FWONP p...
2006 Sep 18
26
[Bug 512] poptop (pptpd) will not work if ip_nat_pptp loaded
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=512 ------- Additional Comments From kaber@trash.net 2006-09-18 07:36 MET ------- There are still some problems with the PPtP helper, I'm currently trying to fix these. Can you attach a tcpdump of a failed attempt please? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are