openh264/codec
Sindre Aamås 7cbb75eac6 [Processing] Pick dyadic downsample function based on stride
Assume that data can be written into the padding area following each
line. This enables the use of faster routines for more cases.

Align downsample buffer stride to a multiple of 32.

With this all strides used should be a multiple of 16, which means
that use of narrower downsample routines can be dropped altogether.
2016-06-02 13:44:28 +02:00
..
api/svc add savc setting in configure file and command line 2016-05-31 13:53:31 +08:00
build Refactoring: Wrap all the operations related to eSpsPpsIdStrategy to class, to improve code readability 2016-05-04 15:06:02 -07:00
common [Processing/x86] Add an SSSE3 implementation of GeneralBilinearFastDownsample 2016-05-23 20:23:31 +02:00
console fix removing parameter setting 2016-05-31 20:46:13 +08:00
decoder Remove the undefined behavior waring in parse_cabac 2016-05-17 09:40:03 +08:00
encoder remove redundant initialization 2016-06-01 10:52:51 +08:00
processing [Processing] Pick dyadic downsample function based on stride 2016-06-02 13:44:28 +02:00