Add various minor refmvs improvements
- May 27, 2024
-
-
Henrik Gramner authoredda2cc781
-
Henrik Gramner authored
The conditions for when to (re)allocate those buffers are identical, so they can be merged into a single branch. The allocation of the buffers themselves can also be combined to reduce the number of allocation calls.
26a2744e -
Henrik Gramner authored
It's only ever called on data which has already been zero-initialized.
54801d07 -
Henrik Gramner authored
n_tc is always >= n_fc, so we only need to check the latter.
89a200c8
-