Searched refs:MutablePixelFromLinearIndex (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/examples/
H A Dpgm_image.h67 Real* MutablePixelFromLinearIndex(int index);
130 return MutablePixelFromLinearIndex(LinearIndex(x, y));
139 Real* PGMImage<Real>::MutablePixelFromLinearIndex(int index) { function in class:ceres::examples::PGMImage
H A Ddenoising.cc102 solution->MutablePixelFromLinearIndex(index));

Completed in 701 milliseconds