Home | History | Annotate | Download | only in x86

Lines Matching refs:vp8_filter_by_weight8x8

142 RTCD_EXTERN void (*vp8_filter_by_weight8x8)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
575 vp8_filter_by_weight8x8 = vp8_filter_by_weight8x8_c;
576 if (flags & HAS_SSE2) vp8_filter_by_weight8x8 = vp8_filter_by_weight8x8_sse2;