Searched refs:av1_convolve_2d_scale_c (Results 1 – 6 of 6) sorted by relevance
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 118 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int … 119 #define av1_convolve_2d_scale av1_convolve_2d_scale_c
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 118 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int … 119 #define av1_convolve_2d_scale av1_convolve_2d_scale_c
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 118 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int … 119 #define av1_convolve_2d_scale av1_convolve_2d_scale_c
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 118 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int … 119 #define av1_convolve_2d_scale av1_convolve_2d_scale_c
|
/external/libaom/libaom/test/ |
D | av1_convolve_scale_test.cc | 430 av1_convolve_2d_scale_c(src, src_stride, dst, dst_stride, width_, height_, in RunOne()
|
/external/libaom/libaom/av1/common/ |
D | convolve.c | 455 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_2d_scale_c() function
|