Home
last modified time | relevance | path

Searched refs:dst_weight (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dmfqe_sse2.asm38 psubw xmm1, xmm0 ; dst_weight
60 ; dst * dst_weight
115 psubw xmm1, xmm0 ; dst_weight
134 ; dst * dst_weight
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c33 int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight() local
42 dst[c] * dst_weight + in filter_by_weight()