Home
last modified time | relevance | path

Searched refs:cdef_copy_rect8_8bit_to_16bit_ssse3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/x86/
H A Dcdef_block_ssse3.c38 void cdef_copy_rect8_8bit_to_16bit_ssse3(uint16_t *dst, int dstride, in cdef_copy_rect8_8bit_to_16bit_ssse3() function
/aosp_15_r20/external/libaom/config/x86/config/
H A Dav1_rtcd.h579 void cdef_copy_rect8_8bit_to_16bit_ssse3(uint16_t *dst, int dstride, const uint8_t *src, int sstrid…
580 #define cdef_copy_rect8_8bit_to_16bit cdef_copy_rect8_8bit_to_16bit_ssse3
/aosp_15_r20/external/libaom/test/
H A Dcdef_test.cc668 &cdef_copy_rect8_8bit_to_16bit_ssse3)));