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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp9_rtcd.h180 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp9_rtcd.h204 RTCD_EXTERN void (*vp9_dc_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
499 vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_c;
500 if (flags & HAS_SSE2) vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_sse2;

Completed in 9 milliseconds