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

  /external/ceres-solver/examples/
pgm_image.h 69 int LinearIndex(int x, int y) const;
130 return MutablePixelFromLinearIndex(LinearIndex(x, y));
135 return PixelFromLinearIndex(LinearIndex(x, y));
155 int PGMImage<Real>::LinearIndex(int x, int y) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 32 milliseconds