search for: day_job

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

2014 Jun 29
4
[PATCH] stream_encoder : Improve selection of residual accumulator width
...d 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 is a > problem with this patch that the test suite doesn't catch, we should > wr...
2014 Jun 28
0
[PATCH] stream_encoder : Improve selection of residual accumulator width
...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 is a problem with this patch that the test suite doesn't catch, we should write a test that does catch it....
2014 Jun 29
0
[PATCH] stream_encoder : Improve selection of residual accumulator width
...it 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 is a >> problem with this patch that the test suite doesn't...
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