Home
last modified time | relevance | path

Searched refs:kCoeffs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/img_utils/src/
DDngUtils.cpp287 status_t OpcodeListBuilder::addWarpRectilinearForMetadata(const float* kCoeffs, in addWarpRectilinearForMetadata() argument
320 const double coeffs[] = { c_0 * kCoeffs[0], in addWarpRectilinearForMetadata()
321 c_1 * kCoeffs[1], in addWarpRectilinearForMetadata()
322 c_2 * kCoeffs[2], in addWarpRectilinearForMetadata()
323 c_3 * kCoeffs[3], in addWarpRectilinearForMetadata()
324 c_4 * kCoeffs[4], in addWarpRectilinearForMetadata()
325 c_5 * kCoeffs[5] }; in addWarpRectilinearForMetadata()
337 const double* kCoeffs) { in addWarpRectilinear() argument
358 err = mEndianOut.write(kCoeffs, 0, NUMBER_COEFFS); in addWarpRectilinear()
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h116 virtual status_t addWarpRectilinearForMetadata(const float* kCoeffs,
139 const double* kCoeffs);