Searched refs:four (Results 51 - 75 of 99) sorted by relevance

1234

/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c178 const __m128i four = _mm_set1_epi16(4); local
216 pixetFilter_p2p1p0 = _mm_add_epi16(four,
568 const __m256i four = _mm256_set1_epi16(4); local
609 pixetFilter_p2p1p0 = _mm256_add_epi16(four,
H A Dvp9_loopfilter_intrin_sse2.c171 const __m128i four = _mm_set1_epi16(4); local
207 pixetFilter_p2p1p0 = _mm_add_epi16(four,
567 const __m128i four = _mm_set1_epi16(4); local
612 b = _mm_add_epi16(_mm_add_epi16(p3, four), _mm_add_epi16(p3, p2));
940 const __m128i four = _mm_set1_epi16(4); local
954 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
1173 const __m128i four = _mm_set1_epi16(4); local
1189 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
H A Dvp9_postproc_mmx.asm235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
/external/lldb/test/unittest2/test/
H A Dtest_case.py64 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
68 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
74 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java713 // X3 = four(X3);
795 ECFieldElement _4B = four(B);
800 ECFieldElement _4sSquared = Z1IsOne ? four(t) : two(s).square();
823 S = four(Y1Squared.multiply(X1));
1010 protected ECFieldElement four(ECFieldElement x) method in class:ECPoint.Fp
1017 return four(two(x));
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm59 ; unroll four times
139 ; unroll four times
210 ; unroll four times
H A Dx86p_16.asm183 ; unroll four times
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc377 AddError("Expected four hex digits for \\u escape sequence.");
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
/external/libogg/src/
H A Dbitwise.c628 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
683 cliptest(testbuffer1,test1size,7,four,foursize);
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
/external/llvm/lib/Support/Windows/
H A DSignals.inc387 // Print the parameters. Assume there are four.
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm274 ; (used) four for intermediate (q8-q11)
280 ; (used) two for results, well four d registers
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
444 ; final coefficients are cut into four blocks:
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm274 ; (used) four for intermediate (q8-q11)
280 ; (used) two for results, well four d registers
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
444 ; final coefficients are cut into four blocks:
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java607 public static final Integer four = new Integer(4); field in class:JSR166TestCase
/external/libvorbis/doc/
H A D03-codebook.tex149 The lookup table type is read as a four bit unsigned integer:
151 1) [codebook_lookup_type] = read four bits as an unsigned integer
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dmodule.pxd91 # four bytes of the bytecode file, in little-endian byte order.
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c139 const __m128i four = _mm_set1_epi16(4); local
140 const __m128i dc = _mm_add_epi16(T0, four);
209 // Load four bytes/pixels per line.
238 // Store four bytes/pixels per line.
H A Denc_sse2.c215 const __m128i four = _mm_set1_epi16(4); local
216 const __m128i dc = _mm_add_epi16(T0, four);
285 // Load four bytes/pixels per line.
314 // Store four bytes/pixels per line.
525 // unpack (only four operations, instead of eight)
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java857 Set<Set<Set<Set<Object>>>> four = powerSet(two);
858 Set<Set<Set<Set<Set<Object>>>>> sixteen = powerSet(four);
/external/webp/src/dsp/
H A Ddec_sse2.c139 const __m128i four = _mm_set1_epi16(4); local
140 const __m128i dc = _mm_add_epi16(T0, four);
209 // Load four bytes/pixels per line.
238 // Store four bytes/pixels per line.
H A Denc_sse2.c215 const __m128i four = _mm_set1_epi16(4); local
216 const __m128i dc = _mm_add_epi16(T0, four);
285 // Load four bytes/pixels per line.
314 // Store four bytes/pixels per line.
525 // unpack (only four operations, instead of eight)
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp131 const int four = 4; member in namespace:DefaultArguments
136 static_assert(Sum(1, four) == 5, "");
138 static_assert(Sum(1, 2, &four, eight) == 15, "");
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml164 let four = const_int i32_type 4 in
169 let c = const_array i32_type [| three; four |] in
184 let c = const_struct context [| one; two; three; four |] in
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm386 ;;; pointer. (rsi will still be misaligned three times out of four.)

Completed in 731 milliseconds

1234