Searched refs:vp8_short_idct4x4llm_neon (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.c16 void vp8_short_idct4x4llm_neon( function
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm12 EXPORT |vp8_short_idct4x4llm_neon|
39 |vp8_short_idct4x4llm_neon| PROC
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h288 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
289 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h317 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
318 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h281 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
282 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp8_rtcd.h317 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
514 if (flags & HAS_NEON) vp8_short_idct4x4llm = vp8_short_idct4x4llm_neon;

Completed in 1861 milliseconds