Home
last modified time | relevance | path

Searched refs:dng_std_vector (Results 1 – 14 of 14) sorted by relevance

/external/dng_sdk/source/
Ddng_spline.h57 dng_std_vector<real64> X;
58 dng_std_vector<real64> Y;
60 dng_std_vector<real64> S;
Ddng_auto_ptr.h202 : vector_(new dng_std_vector<T>(count)) in AutoArray()
213 vector_.reset(new dng_std_vector<T>(count)); in Reset()
256 std::unique_ptr<dng_std_vector<T> > vector_;
Ddng_spline.cpp109 dng_std_vector<real64> E; in Solve()
110 dng_std_vector<real64> F; in Solve()
111 dng_std_vector<real64> G; in Solve()
Ddng_bad_pixels.h111 dng_std_vector<dng_point> fBadPoints;
115 dng_std_vector<dng_rect> fBadRects;
Ddng_tone_curve.h36 dng_std_vector<dng_point_real64> fCoord;
Ddng_lens_correction.h550 dng_std_vector<real64> fParams;
558 dng_vignette_radial_params (const dng_std_vector<real64> &params,
Ddng_opcode_list.h41 dng_std_vector<dng_opcode *> fList;
Ddng_shared.h144 dng_std_vector<dng_camera_profile_info> fExtraCameraProfiles;
Ddng_memory.h588 template <class T> using dng_std_vector = std::vector<T, dng_std_allocator<T> >; variable
Ddng_negative.h179 dng_std_vector<dng_noise_function> fNoiseFunctions;
189 explicit dng_noise_profile (const dng_std_vector<dng_noise_function> &functions);
712 dng_std_vector<dng_camera_profile *> fCameraProfile;
Ddng_lens_correction.cpp1898 dng_vignette_radial_params::dng_vignette_radial_params (const dng_std_vector<real64> &params, in dng_vignette_radial_params()
2010 const dng_std_vector<real64> &v = fParams.fParams; in Evaluate()
2012 for (dng_std_vector<real64>::const_reverse_iterator i = v.rbegin (); i != v.rend (); i++) in Evaluate()
2096 fParams.fParams = dng_std_vector<real64> (dng_vignette_radial_params::kNumTerms); in dng_opcode_FixVignetteRadial()
Ddng_negative.cpp63 dng_noise_profile::dng_noise_profile (const dng_std_vector<dng_noise_function> &functions) in dng_noise_profile()
1199 dng_std_vector<dng_camera_profile *>::iterator iter = fCameraProfile.begin (); in ClearProfiles()
1200 dng_std_vector<dng_camera_profile *>::iterator next; in ClearProfiles()
Ddng_shared.cpp2012 dng_std_vector<dng_noise_function> noiseFunctions; in Parse_ifd0()
Ddng_image_writer.cpp6304 dng_std_vector<uint32> extraProfileIndex; in WriteDNG()