Searched refs:v1l (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_sse2.c | 563 const __m128i v1l = _mm_unpacklo_epi8(v0l, v0h); // b0b2b4b6g0g2g4g6... in ConvertBGRAToRGBA4444_SSE2() local 565 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7 in ConvertBGRAToRGBA4444_SSE2() 566 const __m128i v2h = _mm_unpackhi_epi8(v1l, v1h); // r0...r7 | a0...a7 in ConvertBGRAToRGBA4444_SSE2() 600 const __m128i v1l = _mm_unpacklo_epi8(v0l, v0h); // b0b2b4b6g0g2g4g6... in ConvertBGRAToRGB565_SSE2() local 602 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7 in ConvertBGRAToRGB565_SSE2() 603 const __m128i v2h = _mm_unpackhi_epi8(v1l, v1h); // r0...r7 | a0...a7 in ConvertBGRAToRGB565_SSE2()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | cd41667f98dbf6356efdea9ff66df78d.00004861.honggfuzz.cov | 98 �v1l:2o��a�`~ � W"�" If-�h-���ch: /0.0Q � (?P��� 129 �v1l:2o��a�`~ � W"�" If-�h-���ch: /0.0Q � (?P���
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | cd41667f98dbf6356efdea9ff66df78d.00004861.honggfuzz.cov | 98 �v1l:2o��a�`~ � W"�" If-�h-���ch: /0.0Q � (?P��� 129 �v1l:2o��a�`~ � W"�" If-�h-���ch: /0.0Q � (?P���
|
D | 67154715f57204df236d04030732b84d.000eb1d3.honggfuzz.cov | 1839 …TY�{-�C�gǻL��3=��xxf|`���{P����Q�(G�\��a�m�5�TP�㟖�d�G����7"�eL�wc�v1l$�uT���Q$j�����1�…
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 672 const __m256i v1l = _mm256_mullo_epi32(flt1l_subu, xq1); in av1_highbd_pixel_proj_error_avx2() local 676 const __m256i vl = _mm256_add_epi32(v0l, v1l); in av1_highbd_pixel_proj_error_avx2()
|
D | pickrst_sse4.c | 679 const __m128i v1l = _mm_mullo_epi32(flt1l_subu, xq1); in av1_highbd_pixel_proj_error_sse4_1() local 683 const __m128i vl = _mm_add_epi32(v0l, v1l); in av1_highbd_pixel_proj_error_sse4_1()
|
/external/hyphenation-patterns/hr/ |
D | hyph-hr.pat.txt | 1314 v1l
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1514 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; in lp_build_lerp() local 1531 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp() 1539 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags); in lp_build_lerp()
|