/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 183 add_proto qw/void vp8_filter_by_weight16x16/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight"; 184 specialize qw/vp8_filter_by_weight16x16 sse2 msa/;
|
mfqe.c | 87 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
mfqe.c | 86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
|
rtcd_defs.pl | 190 add_proto qw/void vp8_filter_by_weight16x16/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight"; 191 specialize qw/vp8_filter_by_weight16x16 sse2/;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp8_rtcd.h | 135 RTCD_EXTERN void (*vp8_filter_by_weight16x16)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); variable [all...] |
/external/libvpx/config/x86/ |
vp8_rtcd.h | 126 #define vp8_filter_by_weight16x16 vp8_filter_by_weight16x16_sse2 macro
|
/external/libvpx/config/x86_64/ |
vp8_rtcd.h | 126 #define vp8_filter_by_weight16x16 vp8_filter_by_weight16x16_sse2 macro
|