HomeSort by relevance Sort by last modified time
    Searched refs:eight (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 157 const __m128i eight = _mm_set1_epi16(8); local
192 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
590 const __m128i eight = _mm_set1_epi16(8); local
634 f_lo = _mm_add_epi16(_mm_add_epi16(p5_lo, eight), f_lo);
642 f_hi = _mm_add_epi16(_mm_add_epi16(p5_hi, eight), f_hi);
    [all...]
vp9_idct_intrin_sse2.c 25 const __m128i eight = _mm_set1_epi16(8); local
120 input2 = _mm_add_epi16(input2, eight);
121 input3 = _mm_add_epi16(input3, eight);
267 const __m128i eight = _mm_set1_epi16(8); local
295 in[0] = _mm_add_epi16(in[0], eight);
296 in[1] = _mm_add_epi16(in[1], eight);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 714 // Y3 = eight(Y3);
849 ECFieldElement Y3 = S.subtract(X3).multiply(M).subtract(eight(T));
1015 protected ECFieldElement eight(ECFieldElement x) method in class:ECPoint.Fp
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 611 public static final Integer eight = new Integer(8); field in class:JSR166TestCase
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 30 system's native byte width is eight bits. This is not universally
32 relating to non-eight-bit bytes.
05-comment.tex 33 The comment header is logically a list of eight-bit-clean vectors; the
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 492 public static final Integer eight = new Integer(8); field in class:JSR166TestCase
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 565 R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.zero, R.id.pound};
818 case R.id.eight: {
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 132 constexpr int eight = 8; member in namespace:DefaultArguments
137 static_assert(Sum(1, eight, &twentyseven) == 36, "");
138 static_assert(Sum(1, 2, &four, eight) == 15, "");
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 170 const __m128i eight = _mm_set1_epi16(8); local
205 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
566 const __m128i eight = _mm_set1_epi16(8); local
620 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c);
    [all...]
vp9_idct_intrin_sse2.c 30 const __m128i eight = _mm_set1_epi16(8); local
125 input2 = _mm_add_epi16(input2, eight);
126 input3 = _mm_add_epi16(input3, eight);
272 const __m128i eight = _mm_set1_epi16(8); local
300 in[0] = _mm_add_epi16(in[0], eight);
301 in[1] = _mm_add_epi16(in[1], eight);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 170 const __m128i eight = _mm_set1_epi16(8); local
205 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
566 const __m128i eight = _mm_set1_epi16(8); local
620 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c);
    [all...]
vp9_idct_intrin_sse2.c 30 const __m128i eight = _mm_set1_epi16(8); local
125 input2 = _mm_add_epi16(input2, eight);
126 input3 = _mm_add_epi16(input3, eight);
272 const __m128i eight = _mm_set1_epi16(8); local
300 in[0] = _mm_add_epi16(in[0], eight);
301 in[1] = _mm_add_epi16(in[1], eight);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
  /external/jpeg/
configure     [all...]
  /external/qemu/distrib/jpeg-6b/
configure     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 313 ; The 1d transform is done by looping over bands of eight columns (the
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 313 ; The 1d transform is done by looping over bands of eight columns (the
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 313 ; The 1d transform is done by looping over bands of eight columns (the
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 674 milliseconds

12 3