[flac-dev] PATCH for FLAC__precompute_partition_info_sums_intrin_sseNN

2014-01-26 Thread lvqcl

This patch removes conversion from __m128i to FLAC__uint64.
Encoding speed slightly increased (1...2% for FLAC -8).

precomp_part.patch
Description: Binary data
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


[flac-dev] PATCH for FLAC__precompute_partition..., part 2

2014-01-26 Thread lvqcl

Just realized that it's also possible to do the same with if(bps = 16)
branch of code and remove FLAC__uint32 abs_residual_partition_sum variable.

precomp_part2.patch
Description: Binary data
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev