Searched defs:src_weight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c31 int block_size, int src_weight)
33 int dst_weight = (1 << MFQE_PRECISION) - src_weight;
41 dst[c] = (src[c] * src_weight +
52 int src_weight)
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight);
59 int src_weight)
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight);
66 int src_weight)
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight);
82 int src_weight)
29 filter_by_weight(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int block_size, int src_weight) argument
50 vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
57 vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
64 vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c31 int block_size, int src_weight)
33 int dst_weight = (1 << MFQE_PRECISION) - src_weight;
41 dst[c] = (src[c] * src_weight +
52 int src_weight)
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight);
59 int src_weight)
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight);
66 int src_weight)
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight);
82 int src_weight)
29 filter_by_weight(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int block_size, int src_weight) argument
50 vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
57 vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
64 vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) argument
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
[all...]

Completed in 640 milliseconds