/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 1277 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/ |
D | MatrixTest.cpp | 162 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/ |
D | imagefiltersscaled.cpp | 95 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()
|
D | blurrect.cpp | 116 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()
|
D | dftext.cpp | 46 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()
|
D | convex_all_line_paths.cpp | 268 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()
|
D | image.cpp | 381 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/ |
D | lp_bld_format_aos.c | 157 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/ |
D | instruction-selector-ia32-unittest.cc | 346 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/ |
D | GrBicubicEffect.cpp | 201 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/ |
D | BlockFrequencyTerminology.rst | 104 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/ |
D | README.android | 12 Tamil UI fonts, scales the fonts down by 90%). It does not include any
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 321 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 …]
|
D | cascadedetect.hpp | 43 virtual bool setImage(InputArray img, const std::vector<float>& scales); 135 bool ocl_detectMultiScaleNoGrouping( const std::vector<float>& scales,
|
/external/libvorbis/lib/ |
D | Makefile.am | 16 registry.h scales.h window.h lookup.h lookup_data.h\
|
/external/opencv/cvaux/src/ |
D | cvhmm1d.cpp | 73 double* scales) 133 scales[t] = scale;
|
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
D | project.pbxproj | 98 …F5D8F65803389C830112CE8F /* scales.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.… 202 F5D8F65803389C830112CE8F /* scales.h */,
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/ |
D | py_colorspaces.markdown | 30 Different softwares use different scales. So if you are comparing OpenCV values with them, you need
|
/external/llvm/lib/Target/AMDGPU/ |
D | CaymanInstructions.td | 57 // The multiplication scales from [0,1] to the unsigned integer range
|
/external/llvm/test/Analysis/CostModel/ARM/ |
D | gep.ll | 76 ; Thumb-2 cannot fold scales larger than 8 to address computation.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | loops_with_profile_info.ll | 7 ; scales were limited to no more than 4,096.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | README.md | 30 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/ |
D | py_surf_intro.markdown | 23 parallel for different scales. Also the SURF rely on determinant of Hessian matrix for both scale
|
/external/sonic/doc/ |
D | index.md | 133 exceed the maximum range of a 16-bit integer. Speech rate scales how fast
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
D | py_sift_intro.markdown | 52 in previous scales. If it is a local extrema, it is a potential keypoint. It basically means that
|