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 D | encodeintra.c | 73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
|
H A D | rdopt.c | 700 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
H A D | rtcd_defs.pl | 110 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 D | vp8_rtcd.h | 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
H A D | vp8_rtcd.h | 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
H A D | vp8_rtcd.h | 73 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
H A D | vp8_rtcd.h | 354 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 D | vp8_rtcd.h | 78 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_v6_dual macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
H A D | vp8_rtcd.h | 91 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
|
Completed in 117 milliseconds