Searched refs:vp8_filter_by_weight8x8 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c88 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
89 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
H A Drtcd_defs.pl186 add_proto qw/void vp8_filter_by_weight8x8/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
187 specialize qw/vp8_filter_by_weight8x8 sse2 msa/;
/external/libvpx/config/x86/
H A Dvp8_rtcd.h133 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h133 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro

Completed in 81 milliseconds