Home
last modified time | relevance | path

Searched refs:av1_warp_affine_neon (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dwarp_filter_test.cc53 libaom_test::AV1WarpFilter::BuildParams(av1_warp_affine_neon));
/external/libaom/config/arm/config/
Dav1_rtcd.h293 void av1_warp_affine_neon(const int32_t *mat, const uint8_t *ref, int width, int height, int stride…
294 #define av1_warp_affine av1_warp_affine_neon
/external/libaom/config/arm64/config/
Dav1_rtcd.h293 void av1_warp_affine_neon(const int32_t *mat, const uint8_t *ref, int width, int height, int stride…
294 #define av1_warp_affine av1_warp_affine_neon
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c472 void av1_warp_affine_neon(const int32_t *mat, const uint8_t *ref, int width, in av1_warp_affine_neon() function