HomeSort by relevance Sort by last modified time
    Searched refs:sz0 (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_quantize_sse2.c 43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
65 sz0 = _mm_srai_epi16(z0, 15);
69 x0 = _mm_xor_si128(z0, sz0);
71 x0 = _mm_sub_epi16(x0, sz0);
104 y0 = _mm_xor_si128(y0, sz0);
106 y0 = _mm_sub_epi16(y0, sz0);
158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
161 sz0 = _mm_srai_epi16(z0, 15);
165 x0 = _mm_xor_si128(z0, sz0);
167 x0 = _mm_sub_epi16(x0, sz0);
    [all...]
quantize_sse4.c 36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, local
59 sz0 = _mm_srai_epi16(z0, 15);
63 x0 = _mm_xor_si128(z0, sz0);
65 x0 = _mm_sub_epi16(x0, sz0);
95 y0 = _mm_xor_si128(y0, sz0);
97 y0 = _mm_sub_epi16(y0, sz0);
quantize_ssse3.c 54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local
61 sz0 = _mm_srai_epi16(z0, 15);
83 y0 = _mm_xor_si128(y0, sz0);
85 x0 = _mm_sub_epi16(y0, sz0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse2.c 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
66 sz0 = _mm_srai_epi16(z0, 15);
70 x0 = _mm_xor_si128(z0, sz0);
72 x0 = _mm_sub_epi16(x0, sz0);
105 y0 = _mm_xor_si128(y0, sz0);
107 y0 = _mm_sub_epi16(y0, sz0);
159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
162 sz0 = _mm_srai_epi16(z0, 15);
166 x0 = _mm_xor_si128(z0, sz0);
168 x0 = _mm_sub_epi16(x0, sz0);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.c 33 int16x8_t x0, x1, sz0, sz1, y0, y1; local
40 sz0 = vshrq_n_s16(z0, 15);
60 y0 = veorq_s16(y0, sz0);
62 x0 = vsubq_s16(y0, sz0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 147 const uptr sz0 = sz; local
168 uptr metasz = sz0 / kMetaRatio;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 47 ssat16 lr, #1, r9 ; [sz1 | sz0]
48 eor r9, r9, lr ; [z1 ^ sz1 | z0 ^ sz0]
67 eor r0, r0, lr ; [(y1 ^ sz1) | (y0 ^ sz0)]
  /external/opencv/cv/src/
cvlkpyramid.cpp 1158 CvSize sz0, sz1; local
    [all...]
cvsurf.cpp 364 float alpha0, beta0, sz0, scale0; local
417 sz0 = (float)((PATCH_SZ+1)*size*1.2/9.);
418 scale0 = sz0/(PATCH_SZ+1);
420 if( sz0 > (PATCH_SZ+1)*1.5f )
422 float rd = (float)(sz0*sqrt_2*0.5);
cvhistogram.cpp 1210 int sz0 = histsize[0], sz1 = histsize[1]; local
1902 int sz0 = histsize[0], sz1 = histsize[1]; local
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 1387 Size sz0 = A.size(); local
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 511 Size sz0 = scaleData->at(0).szi; local
512 sz0 = Size(std::max(rbuf.cols, (int)alignSize(sz0.width, 16)), std::max(rbuf.rows, sz0.height));
523 urbuf.create(sz0, CV_8U);
538 rbuf.create(sz0, CV_8U);
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp 811 int sz0 = size[0], sz1 = size[1];
825 if( (unsigned)idx0 < (unsigned)sz0 && (unsigned)idx1 < (unsigned)sz1 )
834 if( (unsigned)idx0 < (unsigned)sz0 && (unsigned)idx1 < (unsigned)sz1 )
854 int sz0 = size[0], sz1 = size[1], sz2 = size[2];
871 if( (unsigned)idx0 < (unsigned)sz0 &&
883 if( (unsigned)idx0 < (unsigned)sz0 &&
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py     [all...]

Completed in 1781 milliseconds