OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k_4
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
39
const __m128i
k_4
= _mm_set1_epi8(4);
local
68
const __m128i mask0 = _mm_cmpgt_epi8(
k_4
, clamped_absdiff);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c
40
const __m128i
k_4
= _mm_set1_epi8(4);
local
69
const __m128i mask0 = _mm_cmpgt_epi8(
k_4
, clamped_absdiff);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
denoising_sse2.c
53
const __m128i
k_4
= _mm_set1_epi8(4 + shift_inc);
local
83
const __m128i mask0 = _mm_cmpgt_epi8(
k_4
, clamped_absdiff);
200
const __m128i
k_4
= _mm_set1_epi8(4 + shift_inc);
local
260
const __m128i mask0 = _mm_cmpgt_epi8(
k_4
, clamped_absdiff);
Completed in 3719 milliseconds