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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 88 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);
rtcd_defs.pl 186 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/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
rtcd_defs.pl 193 add_proto qw/void vp8_filter_by_weight8x8/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
194 specialize qw/vp8_filter_by_weight8x8 sse2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 142 RTCD_EXTERN void (*vp8_filter_by_weight8x8)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); variable
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 133 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 133 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2 macro

Completed in 1262 milliseconds