Home
last modified time | relevance | path

Searched refs:vp8_short_fdct8x4_mmx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch) in vp8_short_fdct8x4_mmx() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h348 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch);
731 if (flags & HAS_MMX) vp8_short_fdct8x4 = vp8_short_fdct8x4_mmx; in setup_rtcd_internal()