Searched refs:av1_warp_affine_c (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | warp_filter_test.cc | 30 libaom_test::AV1WarpFilter::BuildParams(av1_warp_affine_c));
|
D | warp_filter_test_util.cc | 231 av1_warp_affine_c(mat, input, w, h, stride, output, 32, 32, out_w, in RunCheckOutput()
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 293 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, u… 294 #define av1_warp_affine av1_warp_affine_c
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 296 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, u… 297 #define av1_warp_affine av1_warp_affine_c
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 292 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, u…
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 292 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, u…
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 676 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, in av1_warp_affine_c() function
|