HomeSort by relevance Sort by last modified time
    Searched refs:d01 (Results 1 - 25 of 47) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/arm/
idct4x4_add_neon.c 26 uint8x8_t d01, d32; local
53 d01 = vqmovun_s16(vreinterpretq_s16_u16(d01_u16));
56 store_u8(dest, stride, d01);
vpx_convolve_avg_neon.c 49 uint8x16_t s01, d01; local
59 d01 = vcombine_u8(d0, d1);
60 d01 = vrhaddq_u8(s01, d01);
62 vst1_u8(dst, vget_low_u8(d01));
64 vst1_u8(dst, vget_high_u8(d01));
highbd_vpx_convolve_avg_neon.c 29 uint16x8_t s01, d01; local
38 d01 = vcombine_u16(d0, d1);
39 d01 = vrhaddq_u16(s01, d01);
40 vst1_u16(dst, vget_low_u16(d01));
42 vst1_u16(dst, vget_high_u16(d01));
highbd_vpx_convolve8_neon.c 160 uint16x8_t d01, d23; local
190 d01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7));
192 d01 = vminq_u16(d01, max);
194 transpose_u16_4x4q(&d01, &d23);
196 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01));
198 vst1_u16(dst + 2 * dst_stride, vget_high_u16(d01));
360 uint16x8_t d01, d23, t01, t23; local
396 d01 = vcombine_u16(vld1_u16(dst + 0 * dst_stride),
400 d01 = vrhaddq_u16(d01, t01)
588 uint16x8_t d01, d23; local
754 uint16x8_t d01, d23, t01, t23; local
    [all...]
vpx_convolve8_neon.c 146 uint8x8_t d01, d23; local
197 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7);
199 transpose_u8_4x4(&d01, &d23);
202 vreinterpret_u32_u8(d01), 0);
206 vreinterpret_u32_u8(d01), 1);
411 uint8x8_t d01, d23; local
463 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7);
465 transpose_u8_4x4(&d01, &d23);
472 vrhaddq_u8(vreinterpretq_u8_u32(d0123), vcombine_u8(d01, d23)));
585 uint8x16_t d01, d23, d45, d67 local
714 uint8x8_t d01, d23; local
886 uint8x8_t d01, d23; local
966 uint8x16_t d01, d23, dd01, dd23; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 85 int d01 = c00 - c01; local
90 pData[1] = (OMX_S16)(d01 + d11);
92 pData[3] = (OMX_S16)(d01 - d11);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_add.d 23 0+03e <[^>]+> f2ad 1d01 subw sp, sp, #257 ; 0x101
26 0+048 <[^>]+> f20d 1d01 addw sp, sp, #257 ; 0x101
thumb1_unified.d 16 0[0-9a-f]+ <[^>]+> 9d01 ldr r5, \[sp, #4\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-hilo.d 355 348: 6d01 li a1,1
358 352: f000 6d01 li a1,1
363 35e: f000 6d01 li a1,1
368 36a: f000 6d01 li a1,1
373 376: f000 6d01 li a1,1
378 382: f000 6d01 li a1,1
383 38e: f000 6d01 li a1,1
388 39a: f000 6d01 li a1,1
393 3a6: f000 6d01 li a1,1
441 41c: 6d01 li a1,
    [all...]
mips16-macro.d 16 [ 0-9a-f]+: 2d01 bnez \$5,[0-9a-f]+ <[^>]*>
40 [ 0-9a-f]+: 2d01 bnez \$5,[0-9a-f]+ <[^>]*>
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 300 double d01,d02,d03,d12,d13,d23; local
313 d01=a0*a5 -A[1]*A[4];
341 C[10]= (A[12]*d13-A[13]*d03+a15 *d01);
342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01);
346 C[14]= -(A[8]*d13-A[9]*d03+A[11]*d01);
347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 203 // d01, d12, d012 are divided differences
227 final double d01 = (y1 - y0) / (x1 - x0); local
229 final double d012 = (d12 - d01) / (x2 - x0);
230 final double c1 = d01 + (x1 - x0) * d012;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
sexw.d 43 84: 01 8d 00 18 18008d01 sexw.z.f r0,r1
  /external/boringssl/src/crypto/poly1305/
poly1305_arm_asm.S 118 # qhasm: reg128 d01
577 # qhasm: d01 = mem128[input_2];input_2+=16
578 # asm 1: vld1.8 {>d01=reg128#12%bot->d01=reg128#12%top},[<input_2=int32#2]!
579 # asm 2: vld1.8 {>d01=d22->d01=d23},[<input_2=r1]!
672 # qhasm: d01 d23 = d01[0] d23[0] d01[1] d23[1]
673 # asm 1: vswp <d23=reg128#2%bot,<d01=reg128#12%to
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 208 def d01(a=1): pass function in function:GrammarTests.testFuncdef
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
py3_test_grammar.py 196 def d01(a=1): pass function in function:GrammarTests.testFuncdef
197 d01()
198 d01(1)
199 d01(*(1,))
200 d01(**{'a':2})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 205 def d01(a=1): pass function in function:GrammarTests.testFuncdef
206 d01()
207 d01(1)
208 d01(*(1,))
209 d01(**{'a':2})
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 208 def d01(a=1): pass function in function:GrammarTests.testFuncdef
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
py3_test_grammar.py 196 def d01(a=1): pass function in function:GrammarTests.testFuncdef
197 d01()
198 d01(1)
199 d01(*(1,))
200 d01(**{'a':2})
  /external/python/cpython2/Lib/test/
test_grammar.py 211 def d01(a=1): pass function in function:GrammarTests.testFuncdef
212 d01()
213 d01(1)
214 d01(*(1,))
215 d01(**{'a':2})
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 205 def d01(a=1): pass function in function:GrammarTests.testFuncdef
206 d01()
207 d01(1)
208 d01(*(1,))
209 d01(**{'a':2})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 205 def d01(a=1): pass function in function:GrammarTests.testFuncdef
206 d01()
207 d01(1)
208 d01(*(1,))
209 d01(**{'a':2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 208 def d01(a=1): pass function in function:GrammarTests.testFuncdef
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
py3_test_grammar.py 196 def d01(a=1): pass function in function:GrammarTests.testFuncdef
197 d01()
198 d01(1)
199 d01(*(1,))
200 d01(**{'a':2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 205 def d01(a=1): pass function in function:GrammarTests.testFuncdef
206 d01()
207 d01(1)
208 d01(*(1,))
209 d01(**{'a':2})

Completed in 1129 milliseconds

1 2