blob: c5e1bc05e23ed1403d26f33c0d41e09592e2ca79 [file] [log] [blame]
#ifndef LIBGAV1_SRC_DSP_ARM_WARP_NEON_H_
#define LIBGAV1_SRC_DSP_ARM_WARP_NEON_H_
#include "src/dsp/cpu.h"
#include "src/dsp/dsp.h"
namespace libgav1 {
namespace dsp {
// Initializes Dsp::warp. This function is not thread-safe.
void WarpInit_NEON();
} // namespace dsp
} // namespace libgav1
#if LIBGAV1_ENABLE_NEON
#define LIBGAV1_Dsp8bpp_Warp LIBGAV1_DSP_NEON
#endif // LIBGAV1_ENABLE_NEON
#endif // LIBGAV1_SRC_DSP_ARM_WARP_NEON_H_