search for: fixed_wide_v2

Displaying 2 results from an estimated 2 matches for "fixed_wide_v2".

2015 Nov 23
3
[PATCH] stream_encoder.c: choose proper *fixed_compute_best_predictor* function
I found that 32-bit total_error_* variables in fixed_compute_best_predictor() functions can overflow. For example it happens with the attached test.wav and the following options: "-l 0 -b 4200 -m -r 5". The attached patch should fix it. (Now all three use_wide_by_* variables are unused, so I commented them out with #ifdef 0). -------------- next part -------------- A non-text
2015 Nov 24
1
[PATCH] stream_encoder.c: choose proper *fixed_compute_best_predictor* function
Erik de Castro Lopo wrote: > Rather than '#ifdef 0'-ing them out, shouldn't we remove them instead? Patch ver.2 attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: fixed_wide_v2.patch Type: application/octet-stream Size: 3303 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20151124/0f18050e/attachment.obj