| ... | ... | @@ -31,7 +31,7 @@ Other speed optimizations: |
|
|
|
- get rid of `memset(0)` of seq_hdr and frame_hdr after allocation.
|
|
|
|
|
|
|
|
Cleanups:
|
|
|
|
- internal buffers in `decode.c` are all allocated as if the stream is 10-bit 4:4:4, so changing these buffers could reduce memory usage somewhat, especially the palette and coef buffers (#257);
|
|
|
|
- palette buffers are always 16-bit, even if content is 8-bit (remaining item in #257);
|
|
|
|
- LR/MC intermediate 2d buffers in C dsp can be reduced by doing windowed like in SIMD;
|
|
|
|
- cdef: noskip_mask resolution can be 8x8;
|
|
|
|
- ref_mvs: non-cur frame MVs can be at 8x8 resolution, only direct neighbours need to be 4x4;
|
| ... | ... | |
| ... | ... | |