mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
2768f7e4fe
Currently, if VIS is enabled by configure, it will also be enabled at run-time regardless of its support in the hardware. Thus, masking VIS usage as it is done in vis.h by constructing binary instructions is pointless. Using normal VIS mnemonics in inline assembly allows to take advantage of automatic register allocation, gets rid of register variables, which are unsupported by suncc for SPARC, and improves code readability. Signed-off-by: Diego Biurrun <diego@biurrun.de> |
||
---|---|---|
.. | ||
dsputil_vis.c | ||
dsputil_vis.h | ||
hpeldsp_vis.c | ||
Makefile | ||
simple_idct_vis.c | ||
vis.h |