| ... | ... | @@ -13,7 +13,6 @@ Missing support for weird header bit features (please provide samples if we don' |
|
|
|
|
|
|
|
Missing software features:
|
|
|
|
- error resilience (drop a frame but don't die);
|
|
|
|
- eliminate triggerable assert() from the library.
|
|
|
|
|
|
|
|
Performance optimizations:
|
|
|
|
- it may make sense to copy one row (8px+2x2px edges) of pre-cdef data in `uint16_t` at a time so we don't need to extend buffers or add edge data inside the SIMD. This may make the code both simpler *and* faster. Same is true for looprestoration also. In one far-fetched design, cdef/LR might be able to share the top buffers between the two, thus reducing the amount of `memcpy` between the two;
|
| ... | ... | |
| ... | ... | |