aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu / src / codecs / h264 / dsp / mod.rs
2023-08-11 Kostya Shishkovh264: more micro-optimisations
2023-08-07 Kostya Shishkovh264: miscellaneous micro-optimisations
2023-08-05 Kostya Shishkovh264: reduce number of arguments for mc_blocks()
2023-08-04 Kostya Shishkovh264: optimise check_filter() for AMD64
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-09-05 Kostya Shishkovh264: make a separate structure for motion compensation DSP
2022-07-27 Kostya Shishkovh264: reword MB reconstruction and add weighted MC
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
2022-07-27 Kostya Shishkovh264: drop unneeded mut
2022-07-27 Kostya Shishkovh264: fix some tables and indices in dsp
2022-07-27 Kostya Shishkovh264: fix transform order
2021-05-13 Kostya Shishkovh264: make debug and release versions of MC functions...