Home
last modified time | relevance | path

Searched refs:copy16 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_copy_neon_asm.asm26 bgt copy16
54 copy16 label
62 bgt copy16
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dvpx_convolve_copy_neon_asm.asm.S32 bgt copy16
60 copy16: label
68 bgt copy16
/external/llvm-project/libc/AOR_v20.02/string/aarch64/
Dmemcpy-advsimd.S65 b.lo L(copy16)
73 L(copy16):
Dmemcpy.S68 b.lo L(copy16)
76 L(copy16):
/external/arm-optimized-routines/string/aarch64/
Dmemcpy-advsimd.S67 b.lo L(copy16)
75 L(copy16):
Dmemcpy.S70 b.lo L(copy16)
78 L(copy16):
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c111 void copy16(void* dst, const void* src) in copy16() function
299 /* from 16*/ { from16to8, copy16, from16toHLF, from16toFLT, from16toDBL }, in _cmsGetFormatterAlpha()
300 /* from HLF*/ { fromHLFto8, fromHLFto16, copy16, fromHLFtoFLT, fromHLFtoDBL }, in _cmsGetFormatterAlpha()
/external/pdfium/third_party/lcms/
D0030-const-data.patch13 /* from 16*/ { from16to8, copy16, from16toHLF, from16toFLT, from16toDBL },
/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h279 static PLATFORM_INLINE VOID copy16(WORD16 *src, WORD16 *dst, WORD32 n) { in copy16() function