Searched refs:av1_resize_vert_dir_c (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | frame_resize_test.cc | 88 av1_resize_vert_dir_c(src_.get(), ref_dest_.get(), width2, height2 << 1, in RunTest() 105 av1_resize_vert_dir_c(src_.get(), ref_dest_.get(), width2, height2 << 1, in SpeedTest()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | resize_sse2.c | 98 return av1_resize_vert_dir_c(intbuf, output, out_stride, height, height2, in av1_resize_vert_dir_sse2() 164 return av1_resize_vert_dir_c(intbuf, output, out_stride, height, height2, in av1_resize_vert_dir_sse2()
|
H A D | resize_avx2.c | 271 return av1_resize_vert_dir_c(intbuf, output, out_stride, height, height2, in av1_resize_vert_dir_avx2() 511 return av1_resize_vert_dir_c(intbuf, output, out_stride, height, height2, in av1_resize_vert_dir_avx2()
|
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | av1_rtcd.h | 492 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, int height, int height… 493 #define av1_resize_vert_dir av1_resize_vert_dir_c
|
/aosp_15_r20/external/libaom/config/arm/config/ |
H A D | av1_rtcd.h | 611 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, int height, int height… 612 #define av1_resize_vert_dir av1_resize_vert_dir_c
|
/aosp_15_r20/external/libaom/config/arm64/config/ |
H A D | av1_rtcd.h | 644 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, int height, int height… 645 #define av1_resize_vert_dir av1_resize_vert_dir_c
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | resize.c | 523 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, in av1_resize_vert_dir_c() function
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | av1_rtcd.h | 539 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, int height, int height…
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | av1_rtcd.h | 537 bool av1_resize_vert_dir_c(uint8_t *intbuf, uint8_t *output, int out_stride, int height, int height…
|