Searched refs:vp8_short_idct4x4llm (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeintra.c | 73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
|
D | rdopt.c | 700 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride); in rd_pick_intra4x4block()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 73 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 354 RTCD_EXTERN void (*vp8_short_idct4x4llm)(short *input, unsigned char *pred, int pitch, unsigned cha… variable 734 vp8_short_idct4x4llm = vp8_short_idct4x4llm_c; in setup_rtcd_internal() 735 if (flags & HAS_MMX) vp8_short_idct4x4llm = vp8_short_idct4x4llm_mmx; in setup_rtcd_internal()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
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/ |
D | vp8_rtcd.h | 91 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
|