Searched refs:av1_highbd_warp_affine_c (Results 1 – 6 of 6) sorted by relevance
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 211 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/ |
D | av1_rtcd.h | 207 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/ |
D | av1_rtcd.h | 207 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/ |
D | av1_rtcd.h | 214 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/ |
D | warp_filter_test_util.cc | 429 av1_highbd_warp_affine_c(mat, input, w, h, stride, output, 32, 32, in RunCheckOutput()
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 393 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, in av1_highbd_warp_affine_c() function
|