Home
last modified time | relevance | path

Searched refs:vp8_short_idct4x4llm (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
Drdopt.c700 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride); in rd_pick_intra4x4block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h73 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h354 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/
Dvp8_rtcd.h78 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_v6_dual macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h91 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro