Home
last modified time | relevance | path

Searched refs:src_weight (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c31 int block_size, int src_weight) in filter_by_weight() argument
33 int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight()
41 dst[c] = (src[c] * src_weight + in filter_by_weight()
52 int src_weight) in vp8_filter_by_weight16x16_c() argument
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight); in vp8_filter_by_weight16x16_c()
59 int src_weight) in vp8_filter_by_weight8x8_c() argument
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight); in vp8_filter_by_weight8x8_c()
66 int src_weight) in vp8_filter_by_weight4x4_c() argument
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight); in vp8_filter_by_weight4x4_c()
82 int src_weight) in apply_ifactor() argument
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dmfqe_sse2.asm20 ; int src_weight
33 movd xmm0, arg(4) ; src_weight
53 ; src * src_weight
98 ; int src_weight
110 movd xmm0, arg(4) ; src_weight
130 ; src * src_weight
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h133 …ght16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
134 …16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
135 …ight16x16)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
137 …eight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
140 …eight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
141 …ht8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
142 …weight8x8)(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);