Home
last modified time | relevance | path

Searched refs:av1_highbd_warp_affine_c (Results 1 – 6 of 6) sorted by relevance

/external/libaom/config/x86/config/
Dav1_rtcd.h211 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, int width, int height, int s…
212 #define av1_highbd_warp_affine av1_highbd_warp_affine_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h207 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, int width, int height, int s…
208 #define av1_highbd_warp_affine av1_highbd_warp_affine_c
/external/libaom/config/arm/config/
Dav1_rtcd.h207 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, int width, int height, int s…
208 #define av1_highbd_warp_affine av1_highbd_warp_affine_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h214 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, int width, int height, int s…
215 #define av1_highbd_warp_affine av1_highbd_warp_affine_c
/external/libaom/libaom/test/
Dwarp_filter_test_util.cc429 av1_highbd_warp_affine_c(mat, input, w, h, stride, output, 32, 32, in RunCheckOutput()
/external/libaom/libaom/av1/common/
Dwarped_motion.c393 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, in av1_highbd_warp_affine_c() function