Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 25 of 52) sorted by relevance

123

/external/dng_sdk/source/
Ddng_misc_opcodes.cpp1277 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), in dng_opcode_ScalePerRow() local
1280 if (scales != stream.Get_uint32 ()) in dng_opcode_ScalePerRow()
1285 if (dataSize != dng_area_spec::kDataSize + 4 + scales * 4) in dng_opcode_ScalePerRow()
1290 fTable.Reset (host.Allocate (SafeUint32Mult (scales, in dng_opcode_ScalePerRow()
1295 for (uint32 j = 0; j < scales; j++) in dng_opcode_ScalePerRow()
1305 printf ("Count: %u\n", (unsigned) scales); in dng_opcode_ScalePerRow()
1307 for (uint32 k = 0; k < scales && k < gDumpLineLimit; k++) in dng_opcode_ScalePerRow()
1312 if (scales > gDumpLineLimit) in dng_opcode_ScalePerRow()
1314 printf (" ... %u scales skipped\n", (unsigned) (scales - gDumpLineLimit)); in dng_opcode_ScalePerRow()
1328 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (), in PutData() local
[all …]
/external/skia/tests/
DMatrixTest.cpp162 SkScalar scales[2]; in test_matrix_min_max_scale() local
169 success = identity.getMinMaxScales(scales); in test_matrix_min_max_scale()
170 REPORTER_ASSERT(reporter, success && SK_Scalar1 == scales[0] && SK_Scalar1 == scales[1]); in test_matrix_min_max_scale()
176 success = scale.getMinMaxScales(scales); in test_matrix_min_max_scale()
177 … REPORTER_ASSERT(reporter, success && SK_Scalar1 * 2 == scales[0] && SK_Scalar1 * 4 == scales[1]); in test_matrix_min_max_scale()
184 success = rot90Scale.getMinMaxScales(scales); in test_matrix_min_max_scale()
185 … REPORTER_ASSERT(reporter, success && SK_Scalar1 / 4 == scales[0] && SK_Scalar1 / 2 == scales[1]); in test_matrix_min_max_scale()
191 success = rotate.getMinMaxScales(scales); in test_matrix_min_max_scale()
193 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, scales[0], SK_ScalarNearlyZero)); in test_matrix_min_max_scale()
194 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, scales[1], SK_ScalarNearlyZero)); in test_matrix_min_max_scale()
[all …]
/external/skia/gm/
Dimagefiltersscaled.cpp95 SkVector scales[] = { in onDraw() local
108 for (size_t j = 0; j < SK_ARRAY_COUNT(scales); ++j) { in onDraw()
116 canvas->scale(scales[j].fX, scales[j].fY); in onDraw()
126 canvas->translate(r.width() * scales[j].fX + margin, 0); in onDraw()
129 canvas->translate(0, r.height() * scales[j].fY + margin); in onDraw()
Dblurrect.cpp116 SkScalar scales[] = { SK_Scalar1, 0.6f }; in onDraw() local
118 for (size_t s = 0; s < SK_ARRAY_COUNT(scales); ++s) { in onDraw()
133 canvas->scale(scales[s], scales[s]); in onDraw()
143 canvas->translate(0, SK_ARRAY_COUNT(procs) * r.height() * 4/3 * scales[s]); in onDraw()
146 canvas->translate(4 * r.width() * 4/3 * scales[s], 0); in onDraw()
Ddftext.cpp46 SkScalar scales[] = { 2.0f*5.0f, 5.0f, 2.0f, 1.0f }; in onDraw() local
81 canvas->scale(scales[i], scales[i]); in onDraw()
84 y += paint.getFontMetrics(nullptr)*scales[i]; in onDraw()
110 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]); in onDraw()
Dconvex_all_line_paths.cpp268 const float scales[] = { 1.0f, 0.75f, 0.5f, 0.25f, 0.1f, 0.01f, 0.001f }; in drawPath() local
273 for (size_t i = 0; i < SK_ARRAY_COUNT(scales); ++i) { in drawPath()
278 canvas->scale(scales[i], scales[i]); in drawPath()
Dimage.cpp381 const float scales[] = { 0.75f, 0.5f, 0.25f }; in show_scaled_generator() local
382 for (auto scale : scales) { in show_scaled_generator()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c157 LLVMValueRef scales[4]; in lp_build_unpack_arith_rgba_aos() local
201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
216 scales[i] = lp_build_const_float(gallivm, 1.0 / mask); in lp_build_unpack_arith_rgba_aos()
220 scales[i] = lp_build_const_float(gallivm, 1.0); in lp_build_unpack_arith_rgba_aos()
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
273 LLVMValueRef scales[4]; in lp_build_pack_rgba_aos() local
307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
318 scales[i] = lp_build_const_float(gallivm, mask); in lp_build_pack_rgba_aos()
322 scales[i] = lp_build_const_float(gallivm, 1.0); in lp_build_pack_rgba_aos()
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos()
/external/v8/test/unittests/compiler/ia32/
Dinstruction-selector-ia32-unittest.cc346 Node* scales[4]; member in v8::internal::compiler::AddressingModeUnitTest
359 scales[0] = m->Int32Constant(1); in Reset()
360 scales[1] = m->Int32Constant(2); in Reset()
361 scales[2] = m->Int32Constant(4); in Reset()
362 scales[3] = m->Int32Constant(8); in Reset()
390 for (size_t i = 0; i < arraysize(scales); ++i) { in TEST_F()
393 Node* load_index = m->Int32Mul(index_reg, scales[i]); in TEST_F()
394 Node* store_index = m->Int32Mul(index_reg, scales[i]); in TEST_F()
410 for (size_t i = 0; i < arraysize(scales); ++i) { in TEST_F()
413 Node* load_index = m->Int32Add(m->Int32Mul(index_reg, scales[i]), non_zero); in TEST_F()
[all …]
/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp201 SkScalar scales[2]; in ShouldUseBicubic() local
202 if (!matrix.getMinMaxScales(scales) || scales[0] < SK_Scalar1) { in ShouldUseBicubic()
209 if (scales[1] == SK_Scalar1) { in ShouldUseBicubic()
/external/llvm/docs/
DBlockFrequencyTerminology.rst104 multiplying these masses and loop scales together. A given block's frequency
106 containing loops' loop scales.
125 * loop scales are ignored.
/external/noto-fonts/other/
DREADME.android12 Tamil UI fonts, scales the fonts down by 90%). It does not include any
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp321 std::vector<double>& scales, Size winDetSize) in groupRectangles_meanshift() argument
332 hits[i] = Point3d(hitCenter.x, hitCenter.y, std::log(scales[i])); in groupRectangles_meanshift()
1083 std::vector<float> scales; member in cv::CascadeClassifierInvoker
1093 bool CascadeClassifierImpl::ocl_detectMultiScaleNoGrouping( const std::vector<float>& scales, in ocl_detectMultiScaleNoGrouping() argument
1150 haarKernel.args((int)scales.size(), in ocl_detectMultiScaleNoGrouping()
1188 lbpKernel.args((int)scales.size(), in ocl_detectMultiScaleNoGrouping()
1311 std::vector<float> scales; in detectMultiScaleNoGrouping() local
1312 scales.reserve(1024); in detectMultiScaleNoGrouping()
1324 scales.push_back((float)factor); in detectMultiScaleNoGrouping()
1327 if( scales.size() == 0 || !featureEvaluator->setImage(gray, scales) ) in detectMultiScaleNoGrouping()
[all …]
Dcascadedetect.hpp43 virtual bool setImage(InputArray img, const std::vector<float>& scales);
135 bool ocl_detectMultiScaleNoGrouping( const std::vector<float>& scales,
/external/libvorbis/lib/
DMakefile.am16 registry.h scales.h window.h lookup.h lookup_data.h\
/external/opencv/cvaux/src/
Dcvhmm1d.cpp73 double* scales)
133 scales[t] = scale;
/external/libvorbis/macosx/Vorbis.xcodeproj/
Dproject.pbxproj98 …F5D8F65803389C830112CE8F /* scales.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.…
202 F5D8F65803389C830112CE8F /* scales.h */,
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/
Dpy_colorspaces.markdown30 Different softwares use different scales. So if you are comparing OpenCV values with them, you need
/external/llvm/lib/Target/AMDGPU/
DCaymanInstructions.td57 // The multiplication scales from [0,1] to the unsigned integer range
/external/llvm/test/Analysis/CostModel/ARM/
Dgep.ll76 ; Thumb-2 cannot fold scales larger than 8 to address computation.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dloops_with_profile_info.ll7 ; scales were limited to no more than 4,096.
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DREADME.md30 Here's a simple example of an animation that scales and changes the opacity of
/external/opencv3/doc/py_tutorials/py_feature2d/py_surf_intro/
Dpy_surf_intro.markdown23 parallel for different scales. Also the SURF rely on determinant of Hessian matrix for both scale
/external/sonic/doc/
Dindex.md133 exceed the maximum range of a 16-bit integer. Speech rate scales how fast
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
Dpy_sift_intro.markdown52 in previous scales. If it is a local extrema, it is a potential keypoint. It basically means that

123