Searched refs:av1_resize_horz_dir_sse2 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | frame_resize_test.cc | 261 ::testing::Combine(::testing::Values(av1_resize_horz_dir_sse2),
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | resize_sse2.c | 191 void av1_resize_horz_dir_sse2(const uint8_t *const input, int in_stride, in av1_resize_horz_dir_sse2() function
|
H A D | resize_avx2.c | 540 av1_resize_horz_dir_sse2(input, in_stride, intbuf, height, filtered_length, in av1_resize_horz_dir_avx2()
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | av1_rtcd.h | 536 void av1_resize_horz_dir_sse2(const uint8_t *const input, int in_stride, uint8_t *intbuf, int heigh… 537 #define av1_resize_horz_dir av1_resize_horz_dir_sse2
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | av1_rtcd.h | 534 void av1_resize_horz_dir_sse2(const uint8_t *const input, int in_stride, uint8_t *intbuf, int heigh… 535 #define av1_resize_horz_dir av1_resize_horz_dir_sse2
|