OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rounding_bit
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm
37
%define
rounding_bit
48
56
movdqa [rsp +
rounding_bit
], xmm5
112
paddw xmm0, [rsp +
rounding_bit
]
113
paddw xmm1, [rsp +
rounding_bit
]
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm
39
%define
rounding_bit
64
60
movdqa [rsp +
rounding_bit
], xmm5
117
paddw xmm0, [rsp +
rounding_bit
]
118
paddw xmm1, [rsp +
rounding_bit
]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm
37
%define
rounding_bit
48
56
movdqa [rsp +
rounding_bit
], xmm5
112
paddw xmm0, [rsp +
rounding_bit
]
113
paddw xmm1, [rsp +
rounding_bit
]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm
37
%define
rounding_bit
48
56
movdqa [rsp +
rounding_bit
], xmm5
112
paddw xmm0, [rsp +
rounding_bit
]
113
paddw xmm1, [rsp +
rounding_bit
]
/external/libvpx/libvpx/vp8/common/
mfqe.c
35
int
rounding_bit
= 1 << (MFQE_PRECISION - 1);
local
44
rounding_bit
) >> MFQE_PRECISION;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c
34
int
rounding_bit
= 1 << (MFQE_PRECISION - 1);
local
43
rounding_bit
) >> MFQE_PRECISION;
/external/libvpx/libvpx/vp9/common/
vp9_mfqe.c
26
const int
rounding_bit
= 1 << (MFQE_PRECISION - 1);
local
31
dst[c] = (src[c] * src_weight + dst[c] * dst_weight +
rounding_bit
)
Completed in 144 milliseconds