Home | History | Annotate | Download | only in ia32

Lines Matching refs:vp8_filter_by_weight8x8

156 RTCD_EXTERN void (*vp8_filter_by_weight8x8)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
653 vp8_filter_by_weight8x8 = vp8_filter_by_weight8x8_c;
654 if (flags & HAS_SSE2) vp8_filter_by_weight8x8 = vp8_filter_by_weight8x8_sse2;