Home
last modified time | relevance | path

Searched refs:sz0 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local
65 sz0 = _mm_srai_epi16(z0, 15); in vp8_regular_quantize_b_sse2()
69 x0 = _mm_xor_si128(z0, sz0); in vp8_regular_quantize_b_sse2()
71 x0 = _mm_sub_epi16(x0, sz0); in vp8_regular_quantize_b_sse2()
104 y0 = _mm_xor_si128(y0, sz0); in vp8_regular_quantize_b_sse2()
106 y0 = _mm_sub_epi16(y0, sz0); in vp8_regular_quantize_b_sse2()
158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local
161 sz0 = _mm_srai_epi16(z0, 15); in vp8_fast_quantize_b_sse2()
165 x0 = _mm_xor_si128(z0, sz0); in vp8_fast_quantize_b_sse2()
167 x0 = _mm_sub_epi16(x0, sz0); in vp8_fast_quantize_b_sse2()
[all …]
Dquantize_sse4.c36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, in vp8_regular_quantize_b_sse4_1() local
59 sz0 = _mm_srai_epi16(z0, 15); in vp8_regular_quantize_b_sse4_1()
63 x0 = _mm_xor_si128(z0, sz0); in vp8_regular_quantize_b_sse4_1()
65 x0 = _mm_sub_epi16(x0, sz0); in vp8_regular_quantize_b_sse4_1()
95 y0 = _mm_xor_si128(y0, sz0); in vp8_regular_quantize_b_sse4_1()
97 y0 = _mm_sub_epi16(y0, sz0); in vp8_regular_quantize_b_sse4_1()
Dquantize_ssse3.c54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; in vp8_fast_quantize_b_ssse3() local
61 sz0 = _mm_srai_epi16(z0, 15); in vp8_fast_quantize_b_ssse3()
83 y0 = _mm_xor_si128(y0, sz0); in vp8_fast_quantize_b_ssse3()
85 x0 = _mm_sub_epi16(y0, sz0); in vp8_fast_quantize_b_ssse3()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c33 int16x8_t x0, x1, sz0, sz1, y0, y1; in vp8_fast_quantize_b_neon() local
40 sz0 = vshrq_n_s16(z0, 15); in vp8_fast_quantize_b_neon()
60 y0 = veorq_s16(y0, sz0); in vp8_fast_quantize_b_neon()
62 x0 = vsubq_s16(y0, sz0); in vp8_fast_quantize_b_neon()
/external/opencv/cv/src/
Dcvlkpyramid.cpp1158 CvSize sz0, sz1; in cvEstimateRigidTransform() local
1183 sz0 = cvGetSize(A); in cvEstimateRigidTransform()
1186 scale = MAX( (double)sz1.width/sz0.width, (double)sz1.height/sz0.height ); in cvEstimateRigidTransform()
1188 sz1.width = cvRound( sz0.width * scale ); in cvEstimateRigidTransform()
1189 sz1.height = cvRound( sz0.height * scale ); in cvEstimateRigidTransform()
1191 equal_sizes = sz1.width == sz0.width && sz1.height == sz0.height; in cvEstimateRigidTransform()
1199 CV_CALL( gray = cvCreateMat( sz0.height, sz0.width, CV_8UC1 )); in cvEstimateRigidTransform()
Dcvsurf.cpp364 float alpha0, beta0, sz0, scale0; in cvExtractSURF() local
417 sz0 = (float)((PATCH_SZ+1)*size*1.2/9.); in cvExtractSURF()
418 scale0 = sz0/(PATCH_SZ+1); in cvExtractSURF()
420 if( sz0 > (PATCH_SZ+1)*1.5f ) in cvExtractSURF()
422 float rd = (float)(sz0*sqrt_2*0.5); in cvExtractSURF()
Dcvhistogram.cpp1210 int sz0 = histsize[0], sz1 = histsize[1]; in icvCalcHist_32f_C1R() local
1225 if( (unsigned)v0 < (unsigned)sz0 && in icvCalcHist_32f_C1R()
1239 if( (unsigned)v0 < (unsigned)sz0 && in icvCalcHist_32f_C1R()
1902 int sz0 = histsize[0], sz1 = histsize[1]; in icvCalcBackProject_32f_C1R() local
1915 if( (unsigned)v0 < (unsigned)sz0 && in icvCalcBackProject_32f_C1R()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc147 const uptr sz0 = sz; in ResetRange() local
168 uptr metasz = sz0 / kMetaRatio; in ResetRange()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp1387 Size sz0 = A.size(); in estimateRigidTransform() local
1390 … scale = std::max(1., std::max( (double)sz1.width/sz0.width, (double)sz1.height/sz0.height )); in estimateRigidTransform()
1392 sz1.width = cvRound( sz0.width * scale ); in estimateRigidTransform()
1393 sz1.height = cvRound( sz0.height * scale ); in estimateRigidTransform()
1395 bool equalSizes = sz1.width == sz0.width && sz1.height == sz0.height; in estimateRigidTransform()
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp511 Size sz0 = scaleData->at(0).szi; in setImage() local
512 sz0 = Size(std::max(rbuf.cols, (int)alignSize(sz0.width, 16)), std::max(rbuf.rows, sz0.height)); in setImage()
523 urbuf.create(sz0, CV_8U); in setImage()
538 rbuf.create(sz0, CV_8U); in setImage()
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl117 detail::tvec4<T, P> sz0 = step(gz0, detail::tvec4<T, P>(0.0)); local
118 gx0 -= sz0 * (step(T(0), gx0) - T(0.5));
119 gy0 -= sz0 * (step(T(0), gy0) - T(0.5));
188 detail::tvec4<T, P> sz0 = step(gz0, detail::tvec4<T, P>(0.0));
189 gx0 -= sz0 * (step(0.0, gx0) - T(0.5));
190 gy0 -= sz0 * (step(0.0, gy0) - T(0.5));
439 detail::tvec4<T, P> sz0 = step(gz0, detail::tvec4<T, P>(0)); local
440 gx0 -= sz0 * (step(T(0), gx0) - T(0.5));
441 gy0 -= sz0 * (step(T(0), gy0) - T(0.5));
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp811 int sz0 = size[0], sz1 = size[1]; in calcHist_()
825 if( (unsigned)idx0 < (unsigned)sz0 && (unsigned)idx1 < (unsigned)sz1 ) in calcHist_()
834 if( (unsigned)idx0 < (unsigned)sz0 && (unsigned)idx1 < (unsigned)sz1 ) in calcHist_()
854 int sz0 = size[0], sz1 = size[1], sz2 = size[2]; in calcHist_() local
871 if( (unsigned)idx0 < (unsigned)sz0 && in calcHist_()
883 if( (unsigned)idx0 < (unsigned)sz0 && in calcHist_()
1630 int sz0 = size[0], sz1 = size[1]; in calcBackProj_() local
1643 bproj[x] = (unsigned)idx0 < (unsigned)sz0 && in calcBackProj_()
1654 int sz0 = size[0], sz1 = size[1], sz2 = size[2]; in calcBackProj_() local
1670 bproj[x] = (unsigned)idx0 < (unsigned)sz0 && in calcBackProj_()
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py1541 sz0 = min(len(buff), self.remaining)
1542 data = self.file.read(sz0)
1546 if sz < sz0 and self.remaining: