Searched defs:vp8_short_idct4x4llm (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h78 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_v6_dual macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h91 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h73 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h354 RTCD_EXTERN void (*vp8_short_idct4x4llm)(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); variable
734 vp8_short_idct4x4llm = vp8_short_idct4x4llm_c;
735 if (flags & HAS_MMX) vp8_short_idct4x4llm = vp8_short_idct4x4llm_mmx;

Completed in 11 milliseconds