Displaying 4 results from an estimated 4 matches for "6f7ec60c".
2014 Jun 19
7
[PATCH] stream_encoder : Improve selection of residual accumulator width
...tude may be larger than bps.
It slightly improves the performance with standard encoding levels and
16-bit files as the 17-bit side channel can still be processed with the
32-bit accumulator and correctly selects the 64-bit accumulator with
very large 16-bit partitions.
This is related to commits 6f7ec60c and 187e596e.
---
src/libFLAC/include/private/stream_encoder.h | 6 ++++++
src/libFLAC/stream_encoder.c | 14 ++++++--------
src/libFLAC/stream_encoder_intrin_sse2.c | 3 ++-
src/libFLAC/stream_encoder_intrin_ssse3.c | 3 ++-
4 files changed, 16 insertions(+), 10 deletion...
2014 Jun 29
4
[PATCH] stream_encoder : Improve selection of residual accumulator width
...proves the performance with standard encoding levels and
>> 16-bit files as the 17-bit side channel can still be processed with the
>> 32-bit accumulator and correctly selects the 64-bit accumulator with
>> very large 16-bit partitions.
>>
>> This is related to commits 6f7ec60c and 187e596e.
>
> Sorry I wasn't able to deal with this patch when it came in because I
> was busy with $day_job.
>
> There was a lot of discussion about this patch but I can't really
> figure out from the thread what the conclusion was.
>
> The patch still applies,...
2014 Jun 28
0
[PATCH] stream_encoder : Improve selection of residual accumulator width
...> It slightly improves the performance with standard encoding levels and
> 16-bit files as the 17-bit side channel can still be processed with the
> 32-bit accumulator and correctly selects the 64-bit accumulator with
> very large 16-bit partitions.
>
> This is related to commits 6f7ec60c and 187e596e.
Sorry I wasn't able to deal with this patch when it came in because I
was busy with $day_job.
There was a lot of discussion about this patch but I can't really
figure out from the thread what the conclusion was.
The patch still applies, and the test suite passes. If there...
2014 Jun 29
0
[PATCH] stream_encoder : Improve selection of residual accumulator width
...ce with standard encoding levels and
>>> 16-bit files as the 17-bit side channel can still be processed with the
>>> 32-bit accumulator and correctly selects the 64-bit accumulator with
>>> very large 16-bit partitions.
>>>
>>> This is related to commits 6f7ec60c and 187e596e.
>>
>> Sorry I wasn't able to deal with this patch when it came in because I
>> was busy with $day_job.
>>
>> There was a lot of discussion about this patch but I can't really
>> figure out from the thread what the conclusion was.
>>
&g...