Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2020-03-01 14:23:53 +0300
committerLynne <dev@lynne.ee>2020-03-12 23:26:48 +0300
commit675bb1f4f9de76f2c0eb1c8b1be6781a2cd52d29 (patch)
tree482aee9776d2e790c5b18bc11cd51cee300b1bd7 /configure
parentd778be6e4a0565e9a96adec57339e4c8a2464664 (diff)
diracdec: rewrite golomb reader
This version is able to output multiple coefficients at a time and is able to altogether remove actual golomb code parsing. Its also able to partially recover the last coefficient in case the packet is incomplete. Total decoder performance gain for 8bit 420 1080p lossless: 40%. Total decoder performance gain for 10bit 420 1080p lossless: 40%. clang was able to vectorize the loop much better than my handwritten assembly, but gcc was very naive and didn't. Lookup table is a rewritten version of vc2hqdecode.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions