Home
last modified time | relevance | path

Searched refs:copy16 (Results 1 – 4 of 4) 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.S33 bgt copy16
61 copy16: label
69 bgt copy16
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c107 void copy16(void* dst, const void* src) in copy16() function
258 /* from 16*/ { from16to8, copy16, from16toHLF, from16toFLT, from16toDBL }, in _cmsGetFormatterAlpha()
259 /* from HLF*/ { fromHLFto8, fromHLFto16, copy16, fromHLFtoFLT, fromHLFtoDBL }, in _cmsGetFormatterAlpha()
/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h279 static PLATFORM_INLINE VOID copy16(WORD16 *src, WORD16 *dst, WORD32 n) { in copy16() function