| ... | ... | @@ -10,7 +10,6 @@ SIMD: |
|
|
|
- move dequant from `decode_coeffs()` to itx;
|
|
|
|
- order_palette() to dsp for simd;
|
|
|
|
- change coef contexting (hi/lo_ctx) to be diagonal-oriented for dsp/simd;
|
|
|
|
- change multi-symbol coding `read_symbol()` symbol discovery loop and adaptivity to be simd'ed [!665];
|
|
|
|
- project_motion_field in `ref_mvs.c` can maybe be SIMD'ed;
|
|
|
|
- a specifically optimized version for `mc.put/prep_scaled()` for super_res, since then `my` is always 0, so there is only horizontal scaling, not vertical.
|
|
|
|
|
| ... | ... | |
| ... | ... | |