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

  /external/libvpx/libvpx/vp8/common/mips/msa/
mfqe_msa.c 19 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; local
29 dst_wt = __msa_fill_h(dst_weight);
73 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; local
82 dst_wt = __msa_fill_h(dst_weight);
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_mfqe_msa.c 18 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; local
28 dst_wt = __msa_fill_h(dst_weight);
72 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; local
78 dst_wt = __msa_fill_h(dst_weight);
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 38 psubw xmm1, xmm0 ; dst_weight
60 ; dst * dst_weight
115 psubw xmm1, xmm0 ; dst_weight
134 ; dst * dst_weight
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 39 psubw xmm1, xmm0 ; dst_weight
61 ; dst * dst_weight
116 psubw xmm1, xmm0 ; dst_weight
135 ; dst * dst_weight
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 38 psubw xmm1, xmm0 ; dst_weight
60 ; dst * dst_weight
115 psubw xmm1, xmm0 ; dst_weight
134 ; dst * dst_weight
  /external/libvpx/libvpx/vp8/common/
mfqe.c 34 int dst_weight = (1 << MFQE_PRECISION) - src_weight; local
43 dst[c] * dst_weight +
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 33 int dst_weight = (1 << MFQE_PRECISION) - src_weight; local
42 dst[c] * dst_weight +
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 25 const int dst_weight = (1 << MFQE_PRECISION) - src_weight; local
31 dst[c] = (src[c] * src_weight + dst[c] * dst_weight + rounding_bit)

Completed in 293 milliseconds