Searched defs:MutablePixelFromLinearIndex (Results 1 - 1 of 1) 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

Completed in 108 milliseconds