Searched refs:vp8_short_idct4x4llm (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
H A Drdopt.c700 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Drtcd_defs.pl110 add_proto qw/void vp8_short_idct4x4llm/, "short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride";
111 specialize qw/vp8_short_idct4x4llm mmx media neon dspr2/;
/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;
/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

Completed in 222 milliseconds