OSDN Git Service

dnxhdenc: Optimize get_pixels_8x4_sym for 10-bit
authorTimothy Gu <timothygu99@gmail.com>
Tue, 29 Sep 2015 23:50:02 +0000 (16:50 -0700)
committerTimothy Gu <timothygu99@gmail.com>
Tue, 20 Oct 2015 19:36:29 +0000 (12:36 -0700)
commitbc22cd244e4c04fb304cfc4fcccb650abbd29ef2
tree27f1de29fad8a5121f26377b432cf7e2e3502118
parent00ae5b401b24592a9f7019baada5b349152ee2fc
dnxhdenc: Optimize get_pixels_8x4_sym for 10-bit

This reverts commit 628e6d0164febc8e69b0f10dfa487e8a2dd1a28a and uses
a better fix.

Before:
4483 decicycles in get_pixels_8x4_sym,  131032 runs,     40 skips

After:
2569 decicycles in get_pixels_8x4_sym,  131054 runs,     18 skips
libavcodec/dnxhdenc.c