HomeSort by relevance Sort by last modified time
    Searched refs:MutablePixelFromLinearIndex (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/examples/
pgm_image.h 67 Real* MutablePixelFromLinearIndex(int index);
130 return MutablePixelFromLinearIndex(LinearIndex(x, y));
139 Real* PGMImage<Real>::MutablePixelFromLinearIndex(int index) {
denoising.cc 102 solution->MutablePixelFromLinearIndex(index));

Completed in 103 milliseconds