Home | History | Annotate | Download | only in x86

Lines Matching refs:vp8_short_idct4x4llm

354 RTCD_EXTERN void (*vp8_short_idct4x4llm)(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
734 vp8_short_idct4x4llm = vp8_short_idct4x4llm_c;
735 if (flags & HAS_MMX) vp8_short_idct4x4llm = vp8_short_idct4x4llm_mmx;