| ... | ... | @@ -30,7 +30,7 @@ Removing redundancies: |
|
|
|
- for inter, test if prediction at 128x128 should be done at 64x64 subblocks to improve cache efficiency (and also simplify SIMD);
|
|
|
|
|
|
|
|
Other speed optimizations:
|
|
|
|
- film-grain GL shader;
|
|
|
|
- film-grain GL shader (like [placebo](https://github.com/haasn/libplacebo/blob/master/src/shaders/av1.c));
|
|
|
|
- faster seeking w/ frame-mt. Right now, a flush means pictures being decoded in frame-mt are marked as "discarded" but their decoding continues. It would be better to have a quick abort check in each sbrow or so, and then return early so the post-seek can continue earlier.
|
|
|
|
|
|
|
|
Cleanups:
|
| ... | ... | |
| ... | ... | |