OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineh
(Results
1 - 2
of
2
) sorted by null
/external/libavc/common/x86/
ih264_deblk_luma_ssse3.c
861
__m128i linea, lineb, linec, lined, linee, linef, lineg,
lineh
;
local
[
all
...]
ih264_deblk_chroma_ssse3.c
104
__m128i linea, lineb, linec, lined, linee, linef, lineg,
lineh
;
local
122
lineh
= _mm_loadl_epi64((__m128i *)(pu1_src_uv - 4 + 7 * src_strd));
127
temp4 = _mm_unpacklo_epi16(lineg,
lineh
);
230
lineh
= _mm_srli_si128(lineg, 8);
239
_mm_storel_epi64((__m128i *)(pu1_src_uv - 4 + 7 * src_strd),
lineh
);
441
__m128i linea, lineb, linec, lined, linee, linef, lineg,
lineh
;
local
471
lineh
= _mm_loadl_epi64((__m128i *)(pu1_src_uv - 4 + 7 * src_strd));
476
temp4 = _mm_unpacklo_epi16(lineg,
lineh
);
598
lineh
= _mm_srli_si128(lineg, 8);
607
_mm_storel_epi64((__m128i *)(pu1_src_uv - 4 + 7 * src_strd),
lineh
);
[
all
...]
Completed in 85 milliseconds