diff options
author | J. Dekker <[email protected]> | 2021-10-16 19:35:51 +0200 |
---|---|---|
committer | J. Dekker <[email protected]> | 2022-01-04 14:31:32 +0100 |
commit | 22b7c37275c611b5417722d8941844028aed7f25 (patch) | |
tree | 0aa62546f390cab86ed9e1fd59e5a9df8e9234ee /libavutil/tests/integer.c | |
parent | b189550137155a622f88df6e64e72c2cca660854 (diff) |
lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widths
The assembly is written assuming that the width is a multiple of 8.
However the real issue is the functions were errorneously assigned to
the 2, 4, 6 & 12 widths. This behaviour never broke the decoder as
samples which trigger the functions for these widths have not been found
in the wild. This relies on the mappings in ff_hevc_pel_weight[].
Signed-off-by: J. Dekker <[email protected]>
Diffstat (limited to 'libavutil/tests/integer.c')
0 files changed, 0 insertions, 0 deletions