HomeSort by relevance Sort by last modified time
    Searched refs:vp8_filter_by_weight8x8 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
mfqe.c 73 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride,
75 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride,
78 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride,
rtcd_defs.pl 139 add_proto qw/void vp8_filter_by_weight8x8/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
140 specialize qw/vp8_filter_by_weight8x8 sse2 msa/;
  /external/libvpx/config/x86/
vp8_rtcd.h 124 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 124 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro

Completed in 93 milliseconds